Hi,
I have this problem too.
Am Freitag, den 03.10.2008, 11:43 -0600 schrieb Joshua L. Blocher:
I'm looking into this. Any info you can provide will be helpful. gdb output, etc.
I hope these is helpful.
Are you on a 64 bit OS? The other person who has said they have this problem is so i wonder if that is the common denomator.
I have a x86 32 bit Ubuntu here.
Regards, Tobias
----------
$gdb svn/bin/bin/inkscape GNU gdb 6.8-debian Copyright (C) 2008 Free Software Foundation, Inc. License GPLv3+: GNU GPL version 3 or later http://gnu.org/licenses/gpl.html This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law. Type "show copying" and "show warranty" for details. This GDB was configured as "i486-linux-gnu"... (gdb) run Starting program: /home/tobias/svn/bin/bin/inkscape [Thread debugging using libthread_db enabled] [New Thread 0xb5eaca60 (LWP 22565)] inkscape: /usr/include/boost/optional/optional.hpp:578: typename boost::optional_detail::optional_base<T>::reference_type boost::optional<T>::get() [with T = Geom::D2Geom::Interval]: Assertion `this->is_initialized()' failed.
Program received signal SIGABRT, Aborted. [Switching to Thread 0xb5eaca60 (LWP 22565)] 0xb7f6c410 in __kernel_vsyscall () (gdb) bt #0 0xb7f6c410 in __kernel_vsyscall () #1 0xb6372085 in raise () from /lib/tls/i686/cmov/libc.so.6 #2 0xb6373a01 in abort () from /lib/tls/i686/cmov/libc.so.6 #3 0xb636b10e in __assert_fail () from /lib/tls/i686/cmov/libc.so.6 #4 0x08678fd5 in nr_arena_item_set_item_bbox (item=0x8eedd00, bbox=@0xbff827e0) at /usr/include/boost/optional/optional.hpp:578 #5 0x0832a0cd in sp_item_invoke_show (item=0x8c4b140, arena=0x8eebfc0, key=0, flags=1) at sp-item.cpp:1133 #6 0x08323026 in CGroup::_showChildren (this=0x92b47a0, arena=0x8eebfc0, ai=0x8eede00, key=0, flags=1) at sp-item-group.cpp:775 #7 0x08325521 in CGroup::show (this=0x92b47a0, arena=0x8eebfc0, key=0, flags=1) at sp-item-group.cpp:762 #8 0x08347eac in sp_root_show (item=0x92b6058, arena=0x8eebfc0, key=0, flags=1) at sp-root.cpp:632 #9 0x08329d11 in sp_item_invoke_show (item=0x92b6058, arena=0x8eebfc0, key=0, flags=1) at sp-item.cpp:1082 #10 0x083bde58 in SPDesktop::init (this=0x8ee9db0, nv=0x92b7040, aCanvas=0x92ca308) at desktop.cpp:271 #11 0x08624875 in sp_desktop_widget_new (namedview=0x92b7040) at widgets/desktop-widget.cpp:1348 #12 0x082e74ac in sp_file_new (templ=@0xbff82c18) at file.cpp:115 #13 0x082e798d in sp_file_new_default () at file.cpp:144 #14 0x082de20f in sp_main_gui (argc=1, argv=0xbff82da4) at main.cpp:846 ---Type <return> to continue, or q <return> to quit--- #15 0x08468501 in Inkscape::NSApplication::Application::run (this=0xbff82ce4) at application/application.cpp:114 #16 0x082ddc9a in main (argc=1, argv=0xbff82da4) at main.cpp:660 (gdb)