Bug 1402599

Summary: [abrt] xorg-x11-server-Xorg: alloc_data(): Xorg killed by SIGABRT
Product: [Fedora] Fedora Reporter: Robert Wilhelm <robert.wilhelm>
Component: xorg-x11-serverAssignee: X/OpenGL Maintenance List <xgl-maint>
Status: CLOSED DUPLICATE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: 25CC: khiemu, ofourdan, xgl-maint
Target Milestone: ---   
Target Release: ---   
Hardware: x86_64   
OS: Unspecified   
URL: https://retrace.fedoraproject.org/faf/reports/bthash/4b4c5898081ddf59b5842795c4b6a726ee1a76fb
Whiteboard: abrt_hash:b6c04eff1147ae4eae6303d47a140b709c78a784;VARIANT_ID=workstation;
Fixed In Version: Doc Type: If docs needed, set a value
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2016-12-18 12:27:07 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: mountinfo
none
File: namespaces
none
File: open_fds
none
File: proc_pid_status
none
File: var_log_messages none

Description Robert Wilhelm 2016-12-07 23:03:09 UTC
Description of problem:
My Xserver crashes reliable after running small Java sample which should display Input box:

import javax.swing.JFrame;
import javax.swing.JOptionPane;
[..]
        JFrame frame = new JFrame();
        String s = JOptionPane.showInputDialog(frame, text);

Same program used as in bug 1389886, but now quite different backtrace.
Seems some memory corruption taking place.

Version-Release number of selected component:
xorg-x11-server-Xorg-1.19.0-1.fc25

Additional info:
reporter:       libreport-2.8.0
backtrace_rating: 4
cmdline:        /usr/libexec/Xorg vt2 -displayfd 3 -auth /run/user/1000/gdm/Xauthority -nolisten tcp -background none -noreset -keeptty -verbose 3
crash_function: alloc_data
executable:     /usr/libexec/Xorg
global_pid:     6648
kernel:         4.8.11-300.fc25.x86_64
pkg_fingerprint: 4089 D8F2 FDB1 9C98
pkg_vendor:     Fedora Project
runlevel:       N 5
type:           CCpp
uid:            1000

Truncated backtrace:
Thread no. 1 (10 frames)
 #6 alloc_data at pixman-region.c:213
 #7 pixman_rect_alloc at pixman-region.c:465
 #8 pixman_op at pixman-region.c:828
 #9 pixman_region_union at pixman-region.c:1440
 #10 RegionUnion at ../../include/regionstr.h:241
 #11 damageRegionProcessPending at damage.c:293
 #12 damageComposite at damage.c:507
 #13 ProcRenderComposite at render.c:695
 #14 Dispatch at dispatch.c:469
 #15 dix_main at main.c:287

Comment 1 Robert Wilhelm 2016-12-07 23:03:15 UTC
Created attachment 1229229 [details]
File: backtrace

Comment 2 Robert Wilhelm 2016-12-07 23:03:16 UTC
Created attachment 1229230 [details]
File: cgroup

Comment 3 Robert Wilhelm 2016-12-07 23:03:18 UTC
Created attachment 1229231 [details]
File: core_backtrace

Comment 4 Robert Wilhelm 2016-12-07 23:03:20 UTC
Created attachment 1229232 [details]
File: dso_list

Comment 5 Robert Wilhelm 2016-12-07 23:03:21 UTC
Created attachment 1229233 [details]
File: environ

Comment 6 Robert Wilhelm 2016-12-07 23:03:22 UTC
Created attachment 1229234 [details]
File: limits

Comment 7 Robert Wilhelm 2016-12-07 23:03:25 UTC
Created attachment 1229235 [details]
File: maps

Comment 8 Robert Wilhelm 2016-12-07 23:03:26 UTC
Created attachment 1229236 [details]
File: mountinfo

Comment 9 Robert Wilhelm 2016-12-07 23:03:28 UTC
Created attachment 1229237 [details]
File: namespaces

Comment 10 Robert Wilhelm 2016-12-07 23:03:29 UTC
Created attachment 1229238 [details]
File: open_fds

Comment 11 Robert Wilhelm 2016-12-07 23:03:31 UTC
Created attachment 1229239 [details]
File: proc_pid_status

Comment 12 Robert Wilhelm 2016-12-07 23:03:32 UTC
Created attachment 1229240 [details]
File: var_log_messages

Comment 14 Olivier Fourdan 2016-12-08 07:37:39 UTC
Hi, thanks for your report, could you please attach the simple sample code that you use to reproduce, that could save us some time.

Comment 15 Robert Wilhelm 2016-12-18 12:27:07 UTC

*** This bug has been marked as a duplicate of bug 1389886 ***