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-Asciio | Assignee: | Emmanuel Seyman <emmanuel> | ||||||||||||||||||||||
Status: | CLOSED NOTABUG | QA Contact: | Fedora Extras Quality Assurance <extras-qa> | ||||||||||||||||||||||
Severity: | unspecified | Docs Contact: | |||||||||||||||||||||||
Priority: | unspecified | ||||||||||||||||||||||||
Version: | 19 | CC: | 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
Sam Wilson
2014-05-14 04:58:17 UTC
Created attachment 895348 [details]
File: backtrace
Created attachment 895349 [details]
File: cgroup
Created attachment 895350 [details]
File: core_backtrace
Created attachment 895351 [details]
File: dso_list
Created attachment 895352 [details]
File: environ
Created attachment 895353 [details]
File: limits
Created attachment 895354 [details]
File: maps
Created attachment 895355 [details]
File: open_fds
Created attachment 895356 [details]
File: proc_pid_status
Created attachment 895357 [details]
File: var_log_messages
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 :) |