I'm able to repro the bug, it happens anytime you reopen a file that you already opened before. I know what's wrong and I'll check in a fix when I have some time to work on it.
On Tue, Jan 6, 2015 at 12:49 PM, Mark Roth <[email protected]> wrote: > I've been playing along at home as well. Let it be known that I am quite > new to LeoCAD. I only started compiling it recently because the keyframing > option wasn't in the version that is currently part of Debian Jessie. I'm > compiling it via Qt Creator for both Qt5 and Qt4. Both (currently) seem to > act the same way. Right now I am working with -r1714. > > I was seeing the same crash behavior that Philo was talking about. Out of > curiosity I checked another set of MPD files. They are the first two from > the space police thread. > http://forums.ldraw.org/file.php/download/17/1198/6781.mpd > and > http://forums.ldraw.org/file.php/download/17/1199/6831.mpd > > It doesn't matter which one I open first. The second time I open that file > (even if I do "fileA" "fileB" "fileC" "fileB") I crash. > > I am running the debugger in Creator and I get the stop here at line 117 > of piece.cpp. Usually. If I click the open really fast I'll sometimes end > up at line in one of the qt core .h files that has a NOTHROW macro that > goes to undefined if there is a throw. It was a couple different files but > the Q_DECL_NOTHROW was the same in both. It does seem that if I take a > moment before opening the next file though I always end up with the > piece.cpp location. > Root > > Locals > > LineEnding QLatin1String > > Locale "C" QLocale > > Matrix 1 float > > Number "0.000052" QString > > Numbers @0x7fffffffc6b0 float [12] > > Stream QTextStream & > > this lcPiece > > Inspector > > Expressions > > Return Value > > Tooltip > > > I don't know if it makes a difference but I am using the complete zip (named > library.bin) for my parts library. > > > _______________________________________________ > Leocad mailing list > [email protected] > https://list.gerf.org/listinfo/leocad > >
_______________________________________________ Leocad mailing list [email protected] https://list.gerf.org/listinfo/leocad
