Giter VIP home page Giter VIP logo

Comments (13)

 avatar commented on June 3, 2024

Where 1.0 did work for me on Lion (11A430e), 1.1b1 crashes hard.

from ingredients.

nkulikov avatar nkulikov commented on June 3, 2024

The same issue. Is crash report valuable?

from ingredients.

atg avatar atg commented on June 3, 2024

Hmm, I'll give it another test tomorrow.

from ingredients.

 avatar commented on June 3, 2024

Here's the crash report in case you didn't happen to find it. I ran this against Lion GM.

Mark Grimes
[email protected]

On Jul 6, 2011, at 7:53 PM, fileability wrote:

Hmm, I'll give it another test tomorrow.

Reply to this email directly or view it on GitHub:
#16 (comment)

from ingredients.

atg avatar atg commented on June 3, 2024

Don't think github likes attachments! hah

gist it?

from ingredients.

 avatar commented on June 3, 2024

Hah I didn't notice because I was using email to continue the thread. Here is the gist:
https://gist.github.com/1070763

from ingredients.

atg avatar atg commented on June 3, 2024

Very strange, it crashed in columnMallocFailure() in sqlite.

from ingredients.

jessearmand avatar jessearmand commented on June 3, 2024

Yes, I see the exact same crash report as @mgrimes.

from ingredients.

jeffdc avatar jeffdc commented on June 3, 2024

It crashed for me in a similar way 5 times, though I got 5 different crashes, 4 EXC_BAD_ACCESSes and 1 SIGABRT. The oddest part is that the 5th time I opened it it worked just peachy. So it crashed 4 times in a row. Then worked. Then crashed again. Here are the 5 crash logs: https://gist.github.com/1115656

from ingredients.

ekurutepe avatar ekurutepe commented on June 3, 2024

I have the same issue. Here is my gist: https://gist.github.com/1116107

hope this helps.

from ingredients.

jeffdc avatar jeffdc commented on June 3, 2024

Looks like a garbage collection related error. Maybe diff behavior on Lion vs SL. Not sure. I ran the latest source in the debugger and after indexing (which crashed twice) I got it to a reproducible state: search on any value that will return results, crash when it tries to display the results. I got the following bit of fun in the output:

Ingredients(10681,0x1004e5000) malloc: resurrection error for object 0x40046f4c0 while assigning >__NSDictionaryObjectEnumerator._origObj128[16] = __NSCFDictionary64
garbage pointer stored into reachable memory, break on auto_zone_resurrection_error to debug

It dies on line 737 IGKScraper.m in the implementation of - (void)scrape, this line:

NSArray *deprecatedObjects = [persistmoc executeFetchRequest:deprecatedObjectsFetch error:&err];

It throws in the executeFetchRequest.

Hopefully this will help a bit.

from ingredients.

anddam avatar anddam commented on June 3, 2024

I'm experiencing the same error using 1.1b1 and 10.7.2
Occasionally the app doesn't crash after starting, roughly once in six consecutive restarts.

The report shows the following backtrace for the crashed thread:

Thread 4 Crashed:
0   net.fileability.ingredients     0x0000000100007855 sqlite3ApiExit + 24
1   net.fileability.ingredients     0x0000000100009a6d columnMallocFailure + 31
2   net.fileability.ingredients     0x0000000100009baf sqlite3_column_text + 42
3   net.fileability.ingredients     0x000000010009f00d -[FMResultSet stringForColumnIndex:] + 91
4   net.fileability.ingredients     0x0000000100062cff __38-[IGKLaunchController finishedLoading]_block_invoke_0 + 467
5   libdispatch.dylib               0x00007fff974fa8ba _dispatch_call_block_and_release + 18
6   libdispatch.dylib               0x00007fff974fc10a _dispatch_queue_drain + 264
7   libdispatch.dylib               0x00007fff974fbf66 _dispatch_queue_invoke + 54
8   libdispatch.dylib               0x00007fff974fb760 _dispatch_worker_thread2 + 198
9   libsystem_c.dylib               0x00007fff921f93da _pthread_wqthread + 316
10  libsystem_c.dylib               0x00007fff921fab85 start_wqthread + 13

from ingredients.

cgrushko avatar cgrushko commented on June 3, 2024

@jeffdc This problem seems to be fixed with this pull request

from ingredients.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.