Comment 7 for bug 692567

Revision history for this message
Ralf Hildebrandt (ralf-hildebrandt) wrote :

$ gdb /usr/bin/ploticus
GNU gdb (GDB) 7.5.91.20130417-cvs-ubuntu
Copyright (C) 2013 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 "x86_64-linux-gnu".
For bug reporting instructions, please see:
<http://www.gnu.org/software/gdb/bugs/>...
Reading symbols from /usr/bin/ploticus...(no debugging symbols found)...done.
(gdb) set args /home/hildeb/Downloads/2007-12_Korsolex-10.pl
(gdb) run
Starting program: /usr/bin/ploticus /home/hildeb/Downloads/2007-12_Korsolex-10.pl
warning: no loadable sections found in added symbol-file system-supplied DSO at 0x7ffff7ffa000
// proc getdata has read & parsed these data:
// (no field names defined)
0.523|0.662|0.740|
6.307|6.098|6.693|
0.648|0.760|0.881|
6.369|6.000|6.809|
1.523|1.574|1.716|
9.429|11.766|12.638|
0.744|0.654|0.844|
6.325|6.448|6.237|
6.307|6.369|9.429|
6.098|6.000|11.766|
0.523|6.693|0.648|
0.662|6.289|0.760|
0.740|6.367|0.881|
// end of data set

Program received signal SIGSEGV, Segmentation fault.
0x000000000043e9fe in ?? ()
(gdb) bt
#0 0x000000000043e9fe in ?? ()
#1 0x0000000000407b48 in ?? ()
#2 0x000000000043e0d3 in ?? ()
#3 0x000000000043d77e in ?? ()
#4 0x000000000043d207 in ?? ()
#5 0x0000000000403b56 in ?? ()
#6 0x00007ffff6f97ea5 in __libc_start_main () from /lib/x86_64-linux-gnu/libc.so.6
#7 0x0000000000402f29 in ?? ()
#8 0x00007fffffffe188 in ?? ()
#9 0x000000000000001c in ?? ()
#10 0x0000000000000002 in ?? ()
#11 0x00007fffffffe46b in ?? ()
#12 0x00007fffffffe47d in ?? ()
#13 0x0000000000000000 in ?? ()
(gdb)