Bug 1097538

Summary: [abrt] asciio: gtk_file_system_model_sort.part.0(): perl killed by SIGABRT
Product: [Fedora] Fedora Reporter: Sam Wilson <swilsonau>
Component: perl-App-AsciioAssignee: Emmanuel Seyman <emmanuel>
Status: CLOSED NOTABUG QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: 19CC: emmanuel, mmaslano, perl-devel
Target Milestone: ---   
Target Release: ---   
Hardware: x86_64   
OS: Unspecified   
URL: https://retrace.fedoraproject.org/faf/reports/bthash/5da15d490b75056870d045ea23045275d4afac5e
Whiteboard: abrt_hash:1f7e6ad3900e068780bc17866433565670dbc700
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2014-05-14 06:06:58 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:
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: open_fds
none
File: proc_pid_status
none
File: var_log_messages none

Description Sam Wilson 2014-05-14 04:58:17 UTC
Description of problem:
Replicated bug https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=703414 on Fedora 19 with asciio package

Name        : asciio
Arch        : noarch
Version     : 1.02.71
Release     : 14.fc19

Version-Release number of selected component:
asciio-1.02.71-14.fc19

Additional info:
reporter:       libreport-2.2.1
backtrace_rating: 4
cmdline:        /usr/bin/perl -w /usr/bin/asciio
crash_function: gtk_file_system_model_sort.part.0
executable:     /usr/bin/perl
kernel:         3.13.11-100.fc19.x86_64
runlevel:       N 5
type:           CCpp
uid:            1000

Truncated backtrace:
Thread no. 1 (10 frames)
 #4 gtk_file_system_model_sort.part.0 at /lib64/libgtk-x11-2.0.so.0
 #5 _gtk_file_system_model_update_file at /lib64/libgtk-x11-2.0.so.0
 #6 gtk_file_system_model_query_done at /lib64/libgtk-x11-2.0.so.0
 #7 g_task_return_now at /lib64/libgio-2.0.so.0
 #8 complete_in_idle_cb at /lib64/libgio-2.0.so.0
 #10 g_main_context_iterate.isra.22 at /lib64/libglib-2.0.so.0
 #12 gtk_dialog_run at /lib64/libgtk-x11-2.0.so.0
 #13 XS_Gtk2__Dialog_run at /usr/lib64/perl5/vendor_perl/auto/Gtk2/Gtk2.so
 #14 Perl_pp_entersub at /usr/lib64/perl5/CORE/libperl.so
 #15 Perl_runops_standard at /usr/lib64/perl5/CORE/libperl.so

Comment 1 Sam Wilson 2014-05-14 04:58:22 UTC
Created attachment 895348 [details]
File: backtrace

Comment 2 Sam Wilson 2014-05-14 04:58:24 UTC
Created attachment 895349 [details]
File: cgroup

Comment 3 Sam Wilson 2014-05-14 04:58:27 UTC
Created attachment 895350 [details]
File: core_backtrace

Comment 4 Sam Wilson 2014-05-14 04:58:29 UTC
Created attachment 895351 [details]
File: dso_list

Comment 5 Sam Wilson 2014-05-14 04:58:31 UTC
Created attachment 895352 [details]
File: environ

Comment 6 Sam Wilson 2014-05-14 04:58:33 UTC
Created attachment 895353 [details]
File: limits

Comment 7 Sam Wilson 2014-05-14 04:58:36 UTC
Created attachment 895354 [details]
File: maps

Comment 8 Sam Wilson 2014-05-14 04:58:38 UTC
Created attachment 895355 [details]
File: open_fds

Comment 9 Sam Wilson 2014-05-14 04:58:40 UTC
Created attachment 895356 [details]
File: proc_pid_status

Comment 10 Sam Wilson 2014-05-14 04:58:42 UTC
Created attachment 895357 [details]
File: var_log_messages

Comment 11 Sam Wilson 2014-05-14 06:06:58 UTC
It appears that this may not actually be a bug.

1. Create a new file, enter some content
1. Use the *save* or  *save as* function
1. Save the file as /path/to/filename

Outcome: Resulting file is binary and loads OK

---

1. Create a new file, enter some content
1. Use the *save* or  *save as* function
1. Save the file as /path/to/filename.txt

Outcome: Resulting file is ascii and does not load

---

1. Create a new file, enter some content
1. Use the *save* or  *save as* function
1. Save the file as /path/to/filename.ext

Outcome: Resulting file is binary and loads OK

Looks to me like the author forgot to mention undocumented features :)