Bug 1246811 - [abrt] gvfs-afp: _g_log_abort(): gvfsd-afp killed by SIGTRAP
Summary: [abrt] gvfs-afp: _g_log_abort(): gvfsd-afp killed by SIGTRAP
Keywords:
Status: CLOSED UPSTREAM
Alias: None
Product: Fedora
Classification: Fedora
Component: gvfs
Version: 22
Hardware: x86_64
OS: Unspecified
unspecified
unspecified
Target Milestone: ---
Assignee: Ondrej Holy
QA Contact: Fedora Extras Quality Assurance
URL: https://retrace.fedoraproject.org/faf...
Whiteboard: abrt_hash:c9d685c03a57f5fb2c6cde5b39f...
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2015-07-26 02:59 UTC by mariolinux
Modified: 2019-11-15 21:39 UTC (History)
5 users (show)

Fixed In Version:
Clone Of:
Environment:
Last Closed: 2015-08-28 12:28:46 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)
File: backtrace (25.96 KB, text/plain)
2015-07-26 02:59 UTC, mariolinux
no flags Details
File: cgroup (190 bytes, text/plain)
2015-07-26 02:59 UTC, mariolinux
no flags Details
File: core_backtrace (4.60 KB, text/plain)
2015-07-26 02:59 UTC, mariolinux
no flags Details
File: dso_list (3.52 KB, text/plain)
2015-07-26 02:59 UTC, mariolinux
no flags Details
File: environ (782 bytes, text/plain)
2015-07-26 02:59 UTC, mariolinux
no flags Details
File: limits (1.29 KB, text/plain)
2015-07-26 02:59 UTC, mariolinux
no flags Details
File: maps (18.17 KB, text/plain)
2015-07-26 02:59 UTC, mariolinux
no flags Details
File: mountinfo (3.38 KB, text/plain)
2015-07-26 02:59 UTC, mariolinux
no flags Details
File: namespaces (85 bytes, text/plain)
2015-07-26 02:59 UTC, mariolinux
no flags Details
File: open_fds (960 bytes, text/plain)
2015-07-26 02:59 UTC, mariolinux
no flags Details
File: proc_pid_status (960 bytes, text/plain)
2015-07-26 02:59 UTC, mariolinux
no flags Details
File: var_log_messages (299 bytes, text/plain)
2015-07-26 02:59 UTC, mariolinux
no flags Details


Links
System ID Private Priority Status Summary Last Updated
GNOME Bugzilla 710490 0 'Normal' 'RESOLVED' 'gvfsd-afp-browse consuming 100% cpu' 2019-11-15 21:38:58 UTC

Description mariolinux 2015-07-26 02:59:19 UTC
Description of problem:
I don't remember...
maybe...
I made a backup, from a mac to my linux pc, of some files with the colon ":" in the filename, and the crash may be related to the path separator used by the HFS filesystem, the colon ":", translated, in the mac file browser Finder and on my linux pc in "/".

Version-Release number of selected component:
gvfs-afp-1.24.1-2.fc22

Additional info:
reporter:       libreport-2.6.1
backtrace_rating: 4
cmdline:        /usr/libexec/gvfsd-afp --spawner :1.6 /org/gtk/gvfs/exec_spaw/7
crash_function: _g_log_abort
executable:     /usr/libexec/gvfsd-afp
global_pid:     2682
kernel:         4.0.8-300.fc22.x86_64
runlevel:       N 5
type:           CCpp
uid:            1000

Truncated backtrace:
Thread no. 1 (10 frames)
 #0 _g_log_abort at gmessages.c:315
 #3 read_dsi_header_cb at gvfsafpconnection.c:1127
 #4 g_simple_async_result_complete at gsimpleasyncresult.c:763
 #5 read_all_cb at gvfsafpconnection.c:921
 #6 async_ready_callback_wrapper at ginputstream.c:529
 #7 g_task_return_now at gtask.c:1088
 #8 g_task_return at gtask.c:1146
 #9 read_async_pollable at ginputstream.c:1357
 #10 read_async_pollable_ready at ginputstream.c:1324
 #15 daemon_main at daemon-main.c:405

Comment 1 mariolinux 2015-07-26 02:59:23 UTC
Created attachment 1056165 [details]
File: backtrace

Comment 2 mariolinux 2015-07-26 02:59:24 UTC
Created attachment 1056166 [details]
File: cgroup

Comment 3 mariolinux 2015-07-26 02:59:25 UTC
Created attachment 1056167 [details]
File: core_backtrace

Comment 4 mariolinux 2015-07-26 02:59:27 UTC
Created attachment 1056168 [details]
File: dso_list

Comment 5 mariolinux 2015-07-26 02:59:28 UTC
Created attachment 1056169 [details]
File: environ

Comment 6 mariolinux 2015-07-26 02:59:29 UTC
Created attachment 1056170 [details]
File: limits

Comment 7 mariolinux 2015-07-26 02:59:31 UTC
Created attachment 1056171 [details]
File: maps

Comment 8 mariolinux 2015-07-26 02:59:33 UTC
Created attachment 1056172 [details]
File: mountinfo

Comment 9 mariolinux 2015-07-26 02:59:34 UTC
Created attachment 1056173 [details]
File: namespaces

Comment 10 mariolinux 2015-07-26 02:59:35 UTC
Created attachment 1056174 [details]
File: open_fds

Comment 11 mariolinux 2015-07-26 02:59:36 UTC
Created attachment 1056175 [details]
File: proc_pid_status

Comment 12 mariolinux 2015-07-26 02:59:38 UTC
Created attachment 1056176 [details]
File: var_log_messages

Comment 13 Ondrej Holy 2015-08-04 14:42:32 UTC
Thanks for the bug report. I suppose the crash was not caused by HFS filesystem.

Afp backend was aborted by g_error() in read_dsi_header_cb() with "Errore nel ricevere i dati: Nessun instradamento per l'host". Liberal translation to English can be "Error in receiving data: No route to host". So it seems the backend was aborted, because there were some problems with network.

Are you able to reproduce such crashes e.g. after disconnecting the network?

Comment 14 mariolinux 2015-08-18 18:23:40 UTC
(In reply to Ondrej Holy from comment #13)
> Thanks for the bug report. I suppose the crash was not caused by HFS
> filesystem.
> 
> Afp backend was aborted by g_error() in read_dsi_header_cb() with "Errore
> nel ricevere i dati: Nessun instradamento per l'host". Liberal translation
> to English can be "Error in receiving data: No route to host". So it seems
> the backend was aborted, because there were some problems with network.
> 
> Are you able to reproduce such crashes e.g. after disconnecting the network?


In my home network I have only my pc.
I do not have a mac or a NAS. The mac that I made the backup is still being repaired. How I can reproduce the crash?

Comment 15 Ondrej Holy 2015-08-28 12:28:46 UTC
You can't reproduce it obviously without the mac...

Lets move this upstream, please see the upstream bug for any further updates.


Note You need to log in before you can comment on or make changes to this bug.