Menu

#26 0.6.0 gets SIGSEGV

v1.0 (example)
open
nobody
None
5
2015-01-06
2014-12-03
No

$ gdb qtparted
GNU gdb (GDB) 7.8.1
Copyright (C) 2014 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-unknown-linux-gnu".
Type "show configuration" for configuration details.
For bug reporting instructions, please see:
http://www.gnu.org/software/gdb/bugs/.
Find the GDB manual and other documentation resources online at:
http://www.gnu.org/software/gdb/documentation/.
For help, type "help".
Type "apropos word" to search for commands related to "word"...
Reading symbols from qtparted...done.
(gdb) run
Starting program: /usr/local/bin/qtparted
[Thread debugging using libthread_db enabled]
Using host libthread_db library "/lib/x86_64-linux-gnu/libthread_db.so.1".

Program received signal SIGSEGV, Segmentation fault.
QP_ListChart::draw_extended (this=this@entry=0x938eb0) at /home/jvasdias/src/Ubuntu/qtparted-0.6.0/src/qp_listchart.cpp:261
261 float mbsize = p->partinfo->end - p->partinfo->start;
(gdb)

This is on a Ubuntu 14.04.1 x86_64 system. Looks like my hopes for a KDE / Qt port
of gparted will have to wait . Back to gparted ...

Discussion


Log in to post a comment.