Comment 7 for bug 815926

Revision history for this message
su_v (suv-lp) wrote :

Related reports from the irc channel, last night:

|20:42| < JonCruz> BOOOOOOOOOM!!!!!!
|20:42| < JonCruz> Program received signal EXC_BAD_ACCESS, Could not access memory.
|20:42| < JonCruz> Reason: KERN_PROTECTION_FAILURE at address: 0x000001a4
|20:42| < JonCruz> 0x001d8b26 in Geom::Affine::operator[] (this=0x1a4, i=0) at affine.h:105
|20:43| < JonCruz> su-v: anyone see issues with Geom::Affine?
|20:43| < su-v> JonCruz: steps to reproduce? which revision?
|20:44| < JonCruz> su-v: latest trunk. Just tried to open a file from the command line. Not sure of more details than that
|20:44| < su-v> JonCruz: haven't had much time to test the latest commits (just got home)
|20:44| < su-v> ah, I think I got that one with an earlier revision - but it seemed related to a specific file (need to search the terminal log)
|20:45| < su-v> I didn't have the time to follow-up on that crash at the time

|21:40| < JonCruz> su-v: fixed for now. The main requirement was to launch from command line with the .svg file on the command line as a parameter

and later:
|07:26| < ChrisMorgan> Hmm. Just updated my Inkscape trunk build, now it seems that it crashes on opening from the command line (but not from the GUI) most things (tried four SVG files and a JPEG, one SVG file didn't crash, the rest all did).
|07:28| < ChrisMorgan> Top of the stack trace is #0 SPDesktop::doc2dt (this=0x0) at desktop.cpp:1814
|07:31| < ChrisMorgan> Actually the fail rate seems to be lower than I thought after trying some more.
|07:32| < ChrisMorgan> But here are a couple of backtraces: http://pastebin.com/2HgqS1mU http://pastebin.com/1FjHnF0U
|07:32| < ChrisMorgan> Hope someone can do something with that. I'm going now.