After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 790500 - gpartedbin crashed with SIGSEGV in _int_malloc()
gpartedbin crashed with SIGSEGV in _int_malloc()
Status: RESOLVED INCOMPLETE
Product: gparted
Classification: Other
Component: application
0.28.1
Other Linux
: Normal normal
: ---
Assigned To: gparted maintainers alias
gparted maintainers alias
Depends on:
Blocks:
 
 
Reported: 2017-11-17 13:10 UTC by Cristian Aravena Romero
Modified: 2017-12-02 16:49 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Cristian Aravena Romero 2017-11-17 13:10:25 UTC
Hello,

Open bug in launchpad.net
https://bugs.launchpad.net/ubuntu/+source/gparted/+bug/1732906

"I'm working with usb flash drive..."



BackTrace:
  • #0 _int_malloc
    at malloc.c line 3611
  • #1 __libc_calloc
    at malloc.c line 3438
  • #2 g_malloc0
    at ../../../../glib/gmem.c line 124
  • #3 g_closure_new_simple
    at ../../../../gobject/gclosure.c line 214
  • #4 g_cclosure_new
    at ../../../../gobject/gclosure.c line 944
  • #5 g_signal_connect_data
    at ../../../../gobject/gsignal.c line 2510
  • #6 g_type_create_instance
    at ../../../../gobject/gtype.c line 1860
  • #7 g_object_new_internal
    at ../../../../gobject/gobject.c line 1797
  • #8 g_object_newv
    at ../../../../gobject/gobject.c line 2030
  • #9 Glib::Object::Object
    at object.cc line 254
  • #10 Gtk::Object::Object
    at object.cc line 38
  • #11 Gtk::Widget::Widget
    at widget.cc line 5622
  • #12 Gtk::Container::Container
    at container.cc line 715
  • #13 Gtk::Bin::Bin
    at bin.cc line 205
  • #14 Gtk::Window::Window
    at window.cc line 586
  • #15 Gtk::Dialog::Dialog
    at dialog.cc line 210
  • #16 Gtk::MessageDialog::MessageDialog
    at messagedialog.cc line 45
  • #17 GParted::PedExceptionMsg::PedExceptionMsg
    at GParted_Core.cc line 4312
  • #18 GParted::_ped_exception_handler
    at GParted_Core.cc line 4385
  • #19 GParted::GParted_Core::ped_exception_handler
    at GParted_Core.cc line 4406
  • #20 do_throw
    at ../../libparted/exception.c line 208
  • #21 ped_exception_throw
  • #22 linux_close
    at ../../libparted/arch/linux.c line 1684
  • #23 ped_device_destroy
    at ../../libparted/device.c line 194
  • #24 ped_device_free_all
    at ../../libparted/device.c line 139
  • #25 _done
    at ../../libparted/libparted.c line 223
  • #26 _dl_fini
    at dl-fini.c line 235
  • #27 __run_exit_handlers
    at exit.c line 83
  • #28 __GI_exit
    at exit.c line 105
  • #29 __libc_start_main
  • #30 _start

Regards,
--
Cristian
Comment 1 Mike Fleetwood 2017-11-20 13:26:03 UTC
Can you reproduce this crash.  What are the steps?
Did you see an error dialog, what did it contain and which button did
you click?
Comment 2 Mike Fleetwood 2017-12-02 16:49:47 UTC
The stack trace shows GParted is crashing in malloc while it appears to
be displaying an exception from libparted in a dialog window.  I have
been looking at some other bugs recently (bug 790418 and bug 790842)
which involved generating libparted exceptions and interacting with the
dialog which displays them.  No crashes were observed.

Without details of how to reproduce this crash is it not possible to
investigate or resolve.  Closing this bug report as RESOLVED,
INCOMPLETE until details are provided.