Bug 1219968
| Summary: | [abrt] nautilus-3.8.2-10.el7: nautilus killed by SIGSEGV | ||
|---|---|---|---|
| Product: | Red Hat Enterprise Linux 7 | Reporter: | Joe Wright <jwright> |
| Component: | nautilus | Assignee: | Ondrej Holy <oholy> |
| Status: | CLOSED DUPLICATE | QA Contact: | Desktop QE <desktop-qa-list> |
| Severity: | medium | Docs Contact: | |
| Priority: | medium | ||
| Version: | 7.1 | CC: | alexl, mclasen, mkolbas |
| Target Milestone: | rc | ||
| Target Release: | --- | ||
| Hardware: | x86_64 | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | If docs needed, set a value | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2019-05-24 15:26:48 UTC | Type: | Bug |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
| Embargoed: | |||
| Bug Depends On: | |||
| Bug Blocks: | 1298243, 1420851 | ||
|
Description
Joe Wright
2015-05-08 20:32:45 UTC
Are there any updates on this? I have a customer encountered the similar issue.
kernel-3.10.0-327.el7.x86_64
nautilus-3.14.3-7.el7.x86_64
glib2-2.42.2-5.el7.x86_64
---------------------------------------------------------
Program terminated with signal 11, Segmentation fault.
(gdb) bt
#0 magazine_chain_pop_head (magazine_chunks=0x21cc5d0) at gslice.c:539
#1 thread_memory_magazine1_alloc (tmem=<optimized out>, ix=1) at gslice.c:842
#2 g_slice_alloc (mem_size=mem_size@entry=24) at gslice.c:998
#3 0x00007fc80dc6b6a6 in g_list_prepend (list=0x0, data=0x26311e0) at glist.c:308
#4 0x00007fc81037f87f in gtk_container_children_callback (widget=<optimized out>, client_data=0x7ffdf77f03e0) at gtkcontainer.c:3060
#5 0x00007fc8102f7f83 in gtk_image_menu_item_forall (container=<optimized out>, include_internals=0, callback=0x7fc81037f870 <gtk_container_children_callback>,
callback_data=0x7ffdf77f03e0) at deprecated/gtkimagemenuitem.c:657
#6 0x00007fc81038382b in gtk_container_get_children (container=container@entry=0x26296c0) at gtkcontainer.c:2276
#7 0x00007fc8102d0233 in get_label_from_container (container=container@entry=0x26296c0) at a11y/gtkmenuitemaccessible.c:282
#8 0x00007fc8102d0388 in gtk_menu_item_accessible_get_name (obj=0x28dc1c0) at a11y/gtkmenuitemaccessible.c:212
#9 0x00007fc809669c58 in property_event_listener (signal_hint=signal_hint@entry=0x7ffdf77f05b0, n_param_values=<optimized out>,
param_values=param_values@entry=0x7ffdf77f0610, data=<optimized out>) at event.c:538
#10 0x00007fc80df7e227 in signal_emit_unlocked_R (node=node@entry=0x21fde30, detail=detail@entry=461, instance=instance@entry=0x28dc1c0,
emission_return=emission_return@entry=0x0, instance_and_params=instance_and_params@entry=0x7ffdf77f0610) at gsignal.c:3519
(gdb) p chunk->next
Cannot access memory at address 0xee71a8
(gdb) p chunk
$4 = (ChunkLink *) 0xee71a8
(gdb) p magazine_chunks
$5 = (ChunkLink **) 0x21cc5d0
--------------------------------------------------------
Uploaded coredump for reference. (private)
Traces from Comment 2 and Comment 5 seems to be unrelated, please file new reports for them if they are still valid. The crashes in nautilus_list_view_finalize seem to be a duplicate of Bug 1152600. *** This bug has been marked as a duplicate of bug 1152600 *** |