on the tracks of 1792 --------------------- 1st Terminal ------------ timon@superlinux:~> cd tmp/install timon@superlinux:~/tmp/install> gdb setup GNU gdb 20010316 Copyright 2001 Free Software Foundation, Inc. GDB is free software, covered by the GNU General Public License, and you are welcome to change it and/or distribute copies of it under certain conditions. Type "show copying" to see the conditions. There is absolutely no warranty for GDB. Type "show warranty" for details. This GDB was configured as "i386-suse-linux"... (gdb) break main Breakpoint 1 at 0x804d5a8 (gdb) run Starting program: /home/timon/tmp/install/setup [New Thread 1024 (LWP 997)] [Switching to Thread 1024 (LWP 997)] Breakpoint 1, 0x0804d5a8 in main () (gdb) break fork Breakpoint 2 at 0x40277450 (gdb) break system Breakpoint 3 at 0x40219ec8 (gdb) continue Continuing. Breakpoint 2, 0x40277450 in fork () from /lib/libc.so.6 (gdb) continue Continuing. glibc version: 2.2.4 Breakpoint 3, 0x40219ec8 in system () from /lib/libc.so.6 (gdb) at this point in time I started a 2nd Terminal ---------------------------------------------- timon@superlinux:~> cd /tmp timon@superlinux:/tmp> ls YaST2.tdir cd1 dcopqpEWiH device gast-netscape gs_4hqCj0 gs_ufittb hpijs_c2s_6243 hpijs_s2c_6243 kde-gast kde-root kde-timon ksocket-gast ksocket-root ksocket-timon mcop-gast mcop-root mcop-timon modules.conf modules.conf.- preview-level-0-500-4wDjHw17767-mustek:_dev_scanner.ppm preview-level-1-500-O23tdT09158-mustek:_dev_scanner.ppm preview-level-2-500-clH5Hf39017-mustek:_dev_scanner.ppm run-crons.0FJlTs run-crons.2t783c run-crons.3bfAzX run-crons.3bpK1H run-crons.PNC9HE run-crons.RuaTG8 run-crons.bTfXXO run-crons.pEftus run-crons.t6B3xT sv001.tmp targetMap_e targetMap_s timon-netscape vmware-timon-8550.log xmms_timon.0 xses-timon xwlog timon@superlinux:/tmp> cd sv001.tmp timon@superlinux:/tmp/sv001.tmp> false -I edited the script... timon@superlinux:/tmp/sv001.tmp> setup GNU gdb 20010316 Copyright 2001 Free Software Foundation, Inc. GDB is free software, covered by the GNU General Public License, and you are welcome to change it and/or distribute copies of it under certain conditions. Type "show copying" to see the conditions. There is absolutely no warranty for GDB. Type "show warranty" for details. This GDB was configured as "i386-suse-linux"... (gdb) run Starting program: /tmp/sv001.tmp/setup.bin [New Thread 1024 (LWP 1045)] Program received signal SIGSEGV, Segmentation fault. [Switching to Thread 1024 (LWP 1045)] 0x413c0008 in _STL::__node_alloc::allocate () at ./cp/new.cc:41 41 ./cp/new.cc: No such file or directory. in ./cp/new.cc Current language: auto; currently c++ (gdb) where #0 0x413c0008 in _STL::__node_alloc::allocate () at ./cp/new.cc:41 #1 0x40245d0b in _STL::hashtable<_STL::pair >, void *, hashModule, _STL::_Select1st<_STL::pair > >, equalModule, _STL::allocator<_STL::pair > > >::find_or_insert () from ./libsal.so.3 #2 0x4024136e in rtl_registerModuleForUnloading () from ./libsal.so.3 #3 0x40124a7c in cppu::loadSharedLibComponentFactory () from ./libcppuhelper3GCC.so #4 0x40107c49 in cppu::bootstrapInitialSF () from ./libcppuhelper3GCC.so #5 0x4010c22d in cppu::defaultBootstrap_InitialComponentContext () from ./libcppuhelper3GCC.so #6 0x08056474 in SetupApp::Main () #7 0x404c4389 in SVMain () from ./libvcl638li.so #8 0x40609053 in main () from ./libvcl638li.so #9 0x4148c7ee in __libc_start_main () from /lib/libc.so.6 (gdb) ---EOF---