https://bugzilla.novell.com/show_bug.cgi?id=279329 ------- Comment #9 from robin.listas@telefonica.net 2007-06-07 08:20 MST ------- I got a "gnome-main-menu-bugreport.txt", but that not what you want. Funny it happened right now, though. Ok... here you have: (gdb) file /usr/bin/c44 Reading symbols from /usr/bin/c44...Reading symbols from /usr/lib/debug/usr/bin/c44.debug...done. Using host libthread_db library "/lib/libthread_db.so.1". done. (gdb) run -dpi 72 -slice "72+11+10+10" mosaico.pnm Starting program: /usr/bin/c44 -dpi 72 -slice "72+11+10+10" mosaico.pnm Failed to read a valid object file image from memory. [Thread debugging using libthread_db enabled] [New Thread -1213056304 (LWP 3951)] terminate called after throwing an instance of 'DJVU::GException' Program received signal SIGABRT, Aborted. [Switching to Thread -1213056304 (LWP 3951)] 0xb7f55410 in ?? () (gdb) backtrace #0 0xb7f55410 in ?? () #1 0xbf9c2f4c in ?? () #2 0x00000006 in ?? () #3 0x00000f6f in ?? () #4 0xb7b4d060 in raise () from /lib/libc.so.6 #5 0xb7b4e801 in abort () from /lib/libc.so.6 #6 0xb7d4f4f0 in __gnu_cxx::__verbose_terminate_handler () from /usr/lib/libstdc++.so.6 #7 0xb7d4cf15 in std::set_unexpected () from /usr/lib/libstdc++.so.6 #8 0xb7d4cf52 in std::terminate () from /usr/lib/libstdc++.so.6 #9 0xb7d4cf75 in std::terminate () from /usr/lib/libstdc++.so.6 #10 0xb7d4ca08 in __cxa_call_unexpected () from /usr/lib/libstdc++.so.6 #11 0xb7d4d4eb in operator new () from /usr/lib/libstdc++.so.6 #12 0xb7dee06a in DJVU::GPBufferBase::GPBufferBase () from /usr/local/lib/libdjvulibre.so.15 #13 0xb7e1e601 in DJVU::IW44Image::Map::Encode::create () from /usr/local/lib/libdjvulibre.so.15 #14 0xb7e1f6b4 in DJVU::IWPixmap::Encode::init () from /usr/local/lib/libdjvulibre.so.15 #15 0xb7e1fdc5 in DJVU::IW44Image::create_encode () from /usr/local/lib/libdjvulibre.so.15 #16 0x0804d76f in main (argc=6, argv=0xbf9c3de4) at c44.cpp:767 #17 0xb7b39f9c in __libc_start_main () from /lib/libc.so.6 #18 0x0804a2e1 in _start () (gdb) A curious thing is that I see in "top" that c44 reserves about 2.5 GiB of virtual memory, and then I see the resident memory increase slowly; when it reaches about 1 GiB (I wasn't looking) it crashes. The other point is that is a 32 bit architecture (P-IV), I wonder if a program can reserve that much memory. I'm attending a course now, I have to leave. Any more tests will have to wait. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug, or are watching someone who is.