On Monday 08 October 2007 12:49:14 pm Benoit Chesneau wrote:
> When I launch gdb, it seems to be an error with boehm-gc. Here is the
> full backtrace and ktrace dump :
> http://babilu.metavers.net/openbsd/inkscape/inkscape_backtrace.txt

From the innkscape_backtrace.txt file:
...
Program received signal SIGSEGV, Segmentation fault.
...
#0  0x000000004b27e80f in GC_find_limit_openbsd (p=0xb3c040 " 2â", up=1, 
    bound=0xe233a0 "") at os_dep.c:562

The function GC_find_limit_openbsd() intentionally segfaults to find the 
bounds of accessable memory. This is not what's causing your 'assertion 
failed' error. To get past the GC_find_limit_openbsd() just continue the
app - you may get more then one in GC_find_limit_openbsd().

-Kurt

Reply via email to