11 Apr
2010
11 Apr
'10
11:06 p.m.
On Apr 11, 2010, at 4:01 PM, Britton Kerin wrote:
I got an assertion violation in a build of the latest inkscape:
$ inkscape Assertion failure: mark.c:642 assertion failure Aborted (core dumped) 134 $
No luck googling this error text as far as I could tell. I'm not even sure which package mark.c is in, it doesn't show up anywhere in inkscape or any of the many dependencies I needed to build.
Generally you can launch from gdb. It will catch the error then you can do "bt" to get a backtrace. Emacs makes it easier.
You can also try with using valgrind. But that's a little trickier, etc.