Bug 1386565

Summary: [abrt] gparted: Glib::ustring_Iterator<__gnu_cxx::__normal_iterator<char*, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > >::operator++(): gpartedbin killed by SIGSEGV
Product: [Fedora] Fedora Reporter: Vitaliy Sapronenko <vsapronenko>
Component: gpartedAssignee: Mukundan Ragavan <nonamedotc>
Status: CLOSED ERRATA QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: 24CC: dakingun, mike.fleetwood, nonamedotc, vsapronenko
Target Milestone: ---   
Target Release: ---   
Hardware: x86_64   
OS: Unspecified   
URL: https://retrace.fedoraproject.org/faf/reports/bthash/4a57350e8f601e55253ee21a58b9a20aa542c546
Whiteboard: abrt_hash:557e1f847be44aafcd93f291555e519b25161205;
Fixed In Version: Doc Type: If docs needed, set a value
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2016-10-24 22:27:07 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Attachments:
Description Flags
File: backtrace
none
File: cgroup
none
File: core_backtrace
none
File: dso_list
none
File: environ
none
File: limits
none
File: maps
none
File: mountinfo
none
File: namespaces
none
File: open_fds
none
File: proc_pid_status
none
File: var_log_messages
none
File: exploitable none

Description Vitaliy Sapronenko 2016-10-19 09:03:40 UTC
Description of problem:
Tried to open usb masstorage FAT partition

Version-Release number of selected component:
gparted-0.26.1-1.fc24

Additional info:
reporter:       libreport-2.7.2
backtrace_rating: 4
cmdline:        /usr/sbin/gpartedbin
crash_function: Glib::ustring_Iterator<__gnu_cxx::__normal_iterator<char*, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > >::operator++
executable:     /usr/sbin/gpartedbin
global_pid:     22390
kernel:         4.7.6-200.fc24.x86_64
pkg_fingerprint: 73BD E983 81B4 6521
pkg_vendor:     Fedora Project
runlevel:       N 5
type:           CCpp
uid:            0

Truncated backtrace:
Thread no. 1 (10 frames)
 #0 Glib::ustring_Iterator<__gnu_cxx::__normal_iterator<char*, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > >::operator++ at /usr/include/glibmm-2.4/glibmm/ustring.h:957
 #2 GParted::PipeCapture::OnReadable at PipeCapture.cc:63
 #3 GParted::PipeCapture::_OnReadable at PipeCapture.cc:45
 #8 gtk_main at gtkmain.c:1268
 #9 GParted::GParted_Core::set_devices at GParted_Core.cc:153
 #10 GParted::Win_GParted::menu_gparted_refresh_devices at Win_GParted.cc:1400
 #11 GParted::Win_GParted::toggle_busy_state at Win_GParted.cc:2376
 #12 sigc::slot0<void>::operator() at /usr/include/sigc++-2.0/sigc++/functors/slot.h:447
 #13 Glib::SignalProxyNormal::slot0_void_callback at signalproxy.cc:104
 #18 gtk_widget_activate at gtkwidget.c:5048

Comment 1 Vitaliy Sapronenko 2016-10-19 09:03:46 UTC
Created attachment 1212065 [details]
File: backtrace

Comment 2 Vitaliy Sapronenko 2016-10-19 09:03:47 UTC
Created attachment 1212066 [details]
File: cgroup

Comment 3 Vitaliy Sapronenko 2016-10-19 09:03:49 UTC
Created attachment 1212067 [details]
File: core_backtrace

Comment 4 Vitaliy Sapronenko 2016-10-19 09:03:51 UTC
Created attachment 1212068 [details]
File: dso_list

Comment 5 Vitaliy Sapronenko 2016-10-19 09:03:52 UTC
Created attachment 1212069 [details]
File: environ

Comment 6 Vitaliy Sapronenko 2016-10-19 09:03:54 UTC
Created attachment 1212070 [details]
File: limits

Comment 7 Vitaliy Sapronenko 2016-10-19 09:03:56 UTC
Created attachment 1212071 [details]
File: maps

Comment 8 Vitaliy Sapronenko 2016-10-19 09:03:57 UTC
Created attachment 1212072 [details]
File: mountinfo

Comment 9 Vitaliy Sapronenko 2016-10-19 09:03:59 UTC
Created attachment 1212073 [details]
File: namespaces

Comment 10 Vitaliy Sapronenko 2016-10-19 09:04:01 UTC
Created attachment 1212074 [details]
File: open_fds

Comment 11 Vitaliy Sapronenko 2016-10-19 09:04:02 UTC
Created attachment 1212075 [details]
File: proc_pid_status

Comment 12 Vitaliy Sapronenko 2016-10-19 09:04:03 UTC
Created attachment 1212076 [details]
File: var_log_messages

Comment 13 Vitaliy Sapronenko 2016-10-19 09:04:05 UTC
Created attachment 1212077 [details]
File: exploitable

Comment 14 Mike Fleetwood 2016-10-23 20:15:21 UTC
Hi Vitaliy,

Is this crash repeatable?

It looks like GParted crashed while reading file system information from
your USB key.  I assume your FAT16/32 file system is on your USB key on
device /dev/sdc1.

Can you run the following command as root and attach the files.
    LC_ALL=C fsck.fat -n -v /dev/sdc1 1> fsck.out 2> fsck.err

Thanks,
Mike Fleetwood (GParted Developer)

Comment 15 Vitaliy Sapronenko 2016-10-24 05:58:49 UTC
I'm sorry. That was not my USB key. My friend asked me to fix partition. I can't use that USB key any more.

Comment 16 Mukundan Ragavan 2016-10-24 22:27:07 UTC
(In reply to Vitaliy Sapronenko from comment #15)
> I'm sorry. That was not my USB key. My friend asked me to fix partition. I
> can't use that USB key any more.

Thanks for the response. Please reopen the bug if you encounter this again.

Closing as ERRATA.