Bug 1301218

Summary: [abrt] openscad: dl_new_hash(): openscad killed by SIGSEGV
Product: [Fedora] Fedora Reporter: Brian Masney <masneyb>
Component: openscadAssignee: Miro HronĨok <mhroncok>
Status: CLOSED NOTABUG QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: 23CC: jurman.greg+fas, mhroncok
Target Milestone: ---   
Target Release: ---   
Hardware: x86_64   
OS: Unspecified   
URL: https://retrace.fedoraproject.org/faf/reports/bthash/531ab6b94f120fcdd77b5389ed2d20601ece9e54
Whiteboard: abrt_hash:a7d4ef231fd4ce4946705a61f10f223a991d8e2b;VARIANT_ID=workstation;
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2016-01-25 16:04:04 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: exploitable
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

Description Brian Masney 2016-01-22 21:47:17 UTC
Description of problem:
openscad crashes as soon as I attempt to start it. Running on an update to date F23 system.

Version-Release number of selected component:
openscad-2015.03.2-1.fc23

Additional info:
reporter:       libreport-2.6.3
backtrace_rating: 3
cmdline:        openscad
crash_function: dl_new_hash
executable:     /usr/bin/openscad
global_pid:     8395
kernel:         4.3.3-300.fc23.x86_64
runlevel:       N 5
type:           CCpp
uid:            1000

Truncated backtrace:
Thread no. 1 (10 frames)
 #0 dl_new_hash at dl-lookup.c:568
 #1 _dl_lookup_symbol_x at dl-lookup.c:807
 #2 elf_machine_rela at ../sysdeps/x86_64/dl-machine.h:281
 #3 elf_dynamic_do_Rela at do-rel.h:137
 #4 _dl_relocate_object at dl-reloc.c:258
 #5 dl_main at rtld.c:2066
 #6 _dl_sysdep_start at ../elf/dl-sysdep.c:249
 #7 _dl_start_final at rtld.c:305
 #8 _dl_start at rtld.c:411
 #9 _start

Comment 1 Brian Masney 2016-01-22 21:47:21 UTC
Created attachment 1117340 [details]
File: backtrace

Comment 2 Brian Masney 2016-01-22 21:47:23 UTC
Created attachment 1117341 [details]
File: cgroup

Comment 3 Brian Masney 2016-01-22 21:47:24 UTC
Created attachment 1117342 [details]
File: core_backtrace

Comment 4 Brian Masney 2016-01-22 21:47:25 UTC
Created attachment 1117343 [details]
File: dso_list

Comment 5 Brian Masney 2016-01-22 21:47:26 UTC
Created attachment 1117344 [details]
File: environ

Comment 6 Brian Masney 2016-01-22 21:47:27 UTC
Created attachment 1117345 [details]
File: exploitable

Comment 7 Brian Masney 2016-01-22 21:47:28 UTC
Created attachment 1117346 [details]
File: limits

Comment 8 Brian Masney 2016-01-22 21:47:29 UTC
Created attachment 1117347 [details]
File: maps

Comment 9 Brian Masney 2016-01-22 21:47:30 UTC
Created attachment 1117348 [details]
File: mountinfo

Comment 10 Brian Masney 2016-01-22 21:47:31 UTC
Created attachment 1117349 [details]
File: namespaces

Comment 11 Brian Masney 2016-01-22 21:47:32 UTC
Created attachment 1117350 [details]
File: open_fds

Comment 12 Brian Masney 2016-01-22 21:47:33 UTC
Created attachment 1117351 [details]
File: proc_pid_status

Comment 13 Brian Masney 2016-01-22 21:47:34 UTC
Created attachment 1117352 [details]
File: var_log_messages

Comment 14 Brian Masney 2016-01-25 16:03:48 UTC
I tracked down the issue. /usr/lib64/libQtGui.so.4.8.7 was corrupt on my machine. Running `sudo dnf reinstall qt-x11` fixed the issue.

Brian