How I can get more detailed info about SIGSEGV problem in DVB module? The 'classic' way doesn't help me:
[root@gandalf root]# gdb --args pike mp2out.pike 1979 GNU gdb 5.2-3mdk (Mandrake Linux) Copyright 2002 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 "i586-mandrake-linux-gnu"... (gdb) r Starting program: /usr/local/pike/7.3.56/bin/pike mp2out.pike 1979
Program received signal SIGSEGV, Segmentation fault. 0x083b6fe5 in ?? () (gdb) bt #0 0x083b6fe5 in ?? () #1 0x08087bd1 in mega_apply (type=APPLY_LOW, args=2, arg1=0x8356054, arg2=0x52) at /root/7.3-020923/src/interpret.c:1414 #2 0x08089418 in apply (o=0x8356054, fun=0x822bf68 "_main", args=2) at /root/7.3-020923/src/interpret.c:1717 #3 0x080f7fe6 in main (argc=3, argv=0xbffffa84) at /root/7.3-020923/src/main.c:721 #4 0x400b7082 in __libc_start_main () from /lib/i686/libc.so.6 (gdb)