Summary: | XtVaGetValues core dump on x86_64 | ||||||
---|---|---|---|---|---|---|---|
Product: | xorg | Reporter: | Carl Nygard <cjnygard> | ||||
Component: | Lib/Xt | Assignee: | Xorg Project Team <xorg-team> | ||||
Status: | RESOLVED NOTABUG | QA Contact: | |||||
Severity: | critical | ||||||
Priority: | high | CC: | eich, roland.mainz, sndirsch | ||||
Version: | 6.7.0 | ||||||
Hardware: | x86 (IA32) | ||||||
OS: | Linux (All) | ||||||
Whiteboard: | |||||||
i915 platform: | i915 features: | ||||||
Attachments: |
|
Description
Carl Nygard
2004-11-01 15:12:03 UTC
Created attachment 1206 [details]
code to reproduce the core dump
compile via:
g++ -g -o motifbug motifbug.cxx -L /usr/X11R6/lib64 -lXm -lXt
for core:
g++ -DDUMP -g -o motifbug motifbug.cxx -L /usr/X11R6/lib64 -lXm -lXt
Lest one thinks this is related to g++, I C-ified the example and the core trace was identical. I've tried getting better debug, but the Fedora x86_64 debug package list doesn't include any of the xorg packages. Egbert: Can you reproduce the crash on SuSE 9.2/x86_64 ? Any progress on this bug? Carl Nygard wrote:
> Any progress on this bug?
Well, we need someone with Linux x86/64 who can reproduce the problem...
Is there somewhere I can get debuginfo rpms for x86_64? For FC3? (or even FC2) The code used 0 to terminate the varargs list, which doesn't fly well in x86_64 land. switching to NULL or (void*)0 works fine. |
Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.