Re: xkbcomp.exe segfaults

2002-12-13 Thread Alexander Skwar
Alexander Gottwald wrote: Compile xkbcomp from sources and run it in gdb. I've now built a debug build of XFree86 4.2.0. How do I run xkbcomp.exe in gdb? I tried: gdb /etc/X11/xkb/xkbcomp.exe -xkm -m de /etc/X11/xkb/keymap/xfree86 /tmp/de.xkm But when I then click on the run icon (or

Re: xkbcomp.exe segfaults

2002-12-13 Thread Alexander Skwar
Alexander Skwar wrote: I've now built a debug build of XFree86 4.2.0. How do I run xkbcomp.exe in gdb? I tried: When I select /etc/X11/xkb/xkbcomp.exe in the Load New Executable dialog I get when I press Run, gdb prints: This executable has no debugging information. Any ideas, about why

Re: xkbcomp.exe segfaults

2002-12-13 Thread Alexander Skwar
Alexander Skwar wrote: Alexander Skwar wrote: I've now built a debug build of XFree86 4.2.0. How do I run xkbcomp.exe in gdb? I tried: When I select /etc/X11/xkb/xkbcomp.exe in the Load New Executable dialog I get when I press Run, gdb prints: Before you ask - before I did make install,

Re: xkbcomp.exe segfaults

2002-12-13 Thread Alexander Gottwald
Alexander Skwar wrote: I now tried to start 'gdb /etc/X11/xkb/xkbcomp.exe'. Then I opened the Console and entered run -xkm -m de /etc/X11/xkb/keymap/xfree86 /tmp/de.xkm. I now get this output in the Console window: Starting program: /etc/X11/xkb/xkbcomp.exe -xkm -m de

Re: xkbcomp.exe segfaults

2002-12-12 Thread Alexander Skwar
Alexander Gottwald wrote: Compile xkbcomp from sources and run it in gdb. Ok. Should I download the X420src- .tgz files from ftp://ftp.xfree86.org/pub/XFree86/4.2.0/source/ and go on from there, or how should I proceed? Alexander Skwar -- How to quote: http://learn.to/quote (german)

Re: xkbcomp.exe segfaults

2002-12-12 Thread Alexander Gottwald
On Thu, 12 Dec 2002, Alexander Skwar wrote: Compile xkbcomp from sources and run it in gdb. Ok. Should I download the X420src- .tgz files from ftp://ftp.xfree86.org/pub/XFree86/4.2.0/source/ and go on from there, or how should I proceed? I think the contributor's guide covers this

Re: xkbcomp.exe segfaults

2002-12-11 Thread Alexander Skwar
Hi again! xkbcomp.exe still segfaults for me. Any ideas about how I might further debug the problem, or which additional information I should supply, so that you might be able to help me find the problem? Thanks a lot, Alexander Skwar -- How to quote: http://learn.to/quote (german)

Re: xkbcomp.exe segfaults

2002-12-11 Thread Alexander Gottwald
xkbcomp.exe still segfaults for me. Any ideas about how I might further debug the problem, Compile xkbcomp from sources and run it in gdb. bye ago -- [EMAIL PROTECTED] http://www.gotti.org ICQ: 126018723

Re: xkbcomp.exe segfaults

2002-12-04 Thread Alexander Skwar
Hello Alexander! Zitat von Alexander Gottwald [EMAIL PROTECTED]: I've took a look on the trace, but could not find anything that seemed Thanks. to be the cause for the crash. The last action was close() on /etc/X11/xkb/keycodes/xfree86, so I'd suggest installing all files in /etc/X11/xkb

Re: xkbcomp.exe segfaults

2002-12-04 Thread Harold Leatherman Hunt II
Alexander, You have, of course, run a file search on your machine for cygwin1.dll, right? If you have more than one copy of cygwin1.dll, then you have problems. Harold Hello Alexander! Zitat von Alexander Gottwald [EMAIL PROTECTED]: I've took a look on the trace, but could not find

Re: xkbcomp.exe segfaults

2002-12-04 Thread Alexander Skwar
Hello Harrold, Zitat von Harold Leatherman Hunt II [EMAIL PROTECTED]: You have, of course, run a file search on your machine for cygwin1.dll, In fact, I haven't. I just did, and found the following files: /cygdrive/c/cygwin/bin/cygwin1.dll /cygdrive/c/cygwin alt/bin/cygwin1.dll

Re: xkbcomp.exe segfaults

2002-12-04 Thread Harold L Hunt II
Yup, those other copies of cygwin1.dll certainly can hurt. They don't even have to be in your path. They just have to be loaded by some program that you did not realize is based on Cygwin. It looks like you did your search within Cygwin. Might I recommend that you use Windows Explorer's

Re: xkbcomp.exe segfaults

2002-12-04 Thread Alexander Skwar
Harold L Hunt II wrote: Yup, those other copies of cygwin1.dll certainly can hurt. They don't even have to be in your path. They just have to be loaded by some program that you did not realize is based on Cygwin. Hi. I've now deleted those files and am only left with

Re: xkbcomp.exe segfaults

2002-12-04 Thread Harold L Hunt II
You have, of course, rebooted your machine? Harold Alexander Skwar wrote: Harold L Hunt II wrote: Yup, those other copies of cygwin1.dll certainly can hurt. They don't even have to be in your path. They just have to be loaded by some program that you did not realize is based on Cygwin.

Re: xkbcomp.exe segfaults

2002-12-02 Thread Alexander Gottwald
On Mon, 2 Dec 2002, Alexander Skwar wrote: Alexander Skwar wrote: Well, how is xkbcomp.exe called, so that it segfault? Does really nobody have an idea? There are some commandlines for xkbcomp in the archives. AFAIR the xkbcomp is called in a similar way from the server. try this one:

Re: xkbcomp.exe segfaults

2002-12-02 Thread Alexander Skwar
So sprach Alexander Gottwald am 2002-12-02 um 14:29:24 +0100 : try this one: xkbcomp -xkm -m de /etc/X11/xkb/keymap/xfree86 /tmp/de.xkm Okay, it also segfaults. I've called it from a DOS cmd prompt like this: strace --output=c:\temp\2xkb-strace.txt c:\cygwin\etc\X11\xkb\xkbcomp.exe -xkm -m

Re: xkbcomp.exe segfaults

2002-12-02 Thread Alexander Gottwald
Alexander Skwar wrote: Please see the strace output at http://message-center.info/stuff/2xkb-strace.txt). /tmp/de4.xkm did not get created. xkbcomp also seg faults with STATUS_ACCESS_VIOLATION, when I call it from the Cygwin bash shell. I've took a look on the trace, but could not find