Re: dvdunauthor, unexpected exit
> gdb dvdunauthor
Here is the full output from gdb session:
$ gdb dvdunauthor
GNU gdb (GDB) 7.1-ubuntu
Copyright (C) 2010 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".
For bug reporting instructions, please see:
<http://www.gnu.org/software/gdb/bugs/>...
Reading symbols from /home/topolinik/bin/dvdunauthor...(no debugging symbols found)...done.
(gdb) set args /media/ROADTOPERDITION_PAL_ITALY
(gdb) break exit
Breakpoint 1 at 0x8049300
(gdb) break abort
Function "abort" not defined.
Make breakpoint pending on future shared library load? (y or [n]) y
Breakpoint 2 (abort) pending.
(gdb) run
Starting program: /home/topolinik/bin/dvdunauthor /media/ROADTOPERDITION_PAL_ITALY
DVDAuthor::dvdunauthor, version 0.6.18+.
Build options: gnugetopt imagemagick iconv freetype fontconfig
Send bug reports to <dvdauthor-users@...>
libdvdread: Using libdvdcss version 1.2.10 for DVD access
libdvdread: Attempting to use device /dev/sr0 mounted on /media/ROADTOPERDITION_PAL_ITALY for CSS
authentication
INFO: VMGM
libdvdread: Attempting to retrieve all CSS keys
libdvdread: This can take a _long_ time, please be patient
libdvdread: Get key for /VIDEO_TS/VIDEO_TS.VOB at 0x00000143
libdvdread: Elapsed time 0
libdvdread: Get key for /VIDEO_TS/VTS_01_0.VOB at 0x00000216
libdvdread: Elapsed time 0
libdvdread: Get key for /VIDEO_TS/VTS_01_1.VOB at 0x00000c28
libdvdread: Elapsed time 0
libdvdread: Get key for /VIDEO_TS/VTS_02_0.VOB at 0x0025863b
libdvdread: Elapsed time 0
libdvdread: Get key for /VIDEO_TS/VTS_02_1.VOB at 0x00258659
libdvdread: Elapsed time 0
libdvdread: Get key for /VIDEO_TS/VTS_03_0.VOB at 0x0025b2ec
libdvdread: Elapsed time 0
libdvdread: Get key for /VIDEO_TS/VTS_03_1.VOB at 0x0025b30a
libdvdread: Elapsed time 0
libdvdread: Get key for /VIDEO_TS/VTS_04_0.VOB at 0x0025b322
libdvdread: Elapsed time 0
libdvdread: Get key for /VIDEO_TS/VTS_04_1.VOB at 0x0025b340
libdvdread: Elapsed time 0
libdvdread: Get key for /VIDEO_TS/VTS_05_1.VOB at 0x00265322
libdvdread: Elapsed time 0
libdvdread: Get key for /VIDEO_TS/VTS_06_1.VOB at 0x00265348
libdvdread: Elapsed time 0
libdvdread: Get key for /VIDEO_TS/VTS_07_1.VOB at 0x0026536e
libdvdread: Elapsed time 0
libdvdread: Get key for /VIDEO_TS/VTS_08_1.VOB at 0x00265394
libdvdread: Elapsed time 0
libdvdread: Get key for /VIDEO_TS/VTS_09_1.VOB at 0x002653ba
libdvdread: Elapsed time 0
libdvdread: Get key for /VIDEO_TS/VTS_10_1.VOB at 0x002653e0
libdvdread: Elapsed time 0
libdvdread: Found 10 VTS's
libdvdread: Elapsed time 0
STAT: [1] VOB 2, Cell 1 (18%)
INFO: VTSM 1/10
STAT: [4] VOB 3, Cell 3 (18%)
ERR: Error 17 reading data: File exists
STAT: [22] VOB 11, Cell 2 (91%)
INFO: VTS 1/10
STAT: [39] VOB 2, Cell 14 (100%, 0:00 remain)
INFO: VTSM 2/10
STAT: [4] VOB 1, Cell 5 (80%)
INFO: VTS 2/10
STAT: [1] VOB 2, Cell 1 (100%, 0:00 remain)
INFO: VTSM 3/10
STAT: [4] VOB 1, Cell 5 (80%)
INFO: VTS 3/10
STAT: [0] VOB 1, Cell 1 (0%)
INFO: VTSM 4/10
STAT: [4] VOB 1, Cell 5 (80%)
INFO: VTS 4/10
STAT: [1] VOB 2, Cell 1 (100%, 0:00 remain)
INFO: VTSM 5/10
Breakpoint 1, 0x002a9204 in exit () from /lib/tls/i686/cmov/libc.so.6
(gdb) bt
#0 0x002a9204 in exit () from /lib/tls/i686/cmov/libc.so.6
#1 0x0804a9bc in ?? ()
#2 0x0804c7b6 in ?? ()
#3 0x0804cc74 in ?? ()
#4 0x00290bd6 in __libc_start_main () from /lib/tls/i686/cmov/libc.so.6
#5 0x08049341 in ?? ()
(gdb) quit
A debugging session is active.
Inferior 1 [process 3872] will be killed.
Quit anyway? (y or n) y
$
Is this helpful? Sorry, I'm not familiar with gdb...
------------------------------------------------------------------------------
This SF.net email is sponsored by
Make an app they can't live without
Enter the BlackBerry Developer Challenge
http://p.sf.net/sfu/RIM-dev2dev