Re: Tkdesk Segmentation Fault

2002-11-14 Thread lawson_whitney
On 12 Nov 2002, Heimo Claasen wrote: > On a related note: > Some accident/repair event apparently had the effect to trash what > would be just one of the "Gdk" libraries. (At least, this was the only > fault discovered hitherto after the repair.) > > Indication is that just one application compla

Re: Tkdesk Segmentation Fault

2002-11-12 Thread Elias Athanasopoulos
On Tue, Nov 12, 2002 at 10:17:19AM +, Heimo Claasen wrote: > Indication is that just one application complains, with some > "Gtk-CRITICAL **" error, evidently some file is lacking. > > Searching through the pertinent distribution CDs I could not find > anything apparenly relevant to reload/re-

Re: Tkdesk Segmentation Fault

2002-11-11 Thread Heimo Claasen
On a related note: Some accident/repair event apparently had the effect to trash what would be just one of the "Gdk" libraries. (At least, this was the only fault discovered hitherto after the repair.) Indication is that just one application complains, with some "Gtk-CRITICAL **" error, evidently

Re: Tkdesk Segmentation Fault

2002-11-10 Thread Peter
[EMAIL PROTECTED] said: > Just a guess. Your X libs are incompatible with your Tcl/Tk. Thank you so much and Lawson for the lead!!! You guessed it right. Copying libX11.so.6.1 into /usr/X11R6/lib/ made tkdesk coming up instantly. Hurray! Regards -- Peter - To unsubscribe from this list: sen

Re: Tkdesk Segmentation Fault

2002-11-10 Thread Elias Athanasopoulos
On Sun, Nov 10, 2002 at 12:24:22PM +0800, Peter wrote: > -#1 0x4007502a in _XOpenLC () from /usr/X11R6/lib/libX11.so.6 > -#2 0x400746f9 in XOpenIM () from /usr/X11R6/lib/libX11.so.6 > -#3 0x08079c09 in OpenIM () > -#4 0x080783e6 in GetScreen () > -#5 0x0807823b in CreateTopLevelWindow () > -#6

Re: Tkdesk Segmentation Fault

2002-11-09 Thread Peter
Thanks! gdb tkdesksh ./core.1875 Core was generated by `tkdesksh /usr/local/bin/tkdesk'. Program terminated with signal 11, Segmentation fault. Reading symbols from /lib/libNoVersion.so.1...done. Loaded symbols for /lib/libNoVersion.so.1 Reading symbols from /usr/X11R6/lib/libX11.so.6...done. Loa

Re: Tkdesk Segmentation Fault

2002-11-08 Thread lawson_whitney
On Fri, 8 Nov 2002, Peter wrote: > > There your are. > > ]$ gdb tkdesk ./core.1875 > > This GDB was configured as "i386-redhat-linux"..."/usr/local/bin/tkdesk": not > in executable format: File format not recognized > > Core was generated by `tkdesksh /usr/local/bin/tkdesk'. here is the program

Re: Tkdesk Segmentation Fault

2002-11-08 Thread Elias Athanasopoulos
On Fri, Nov 08, 2002 at 10:13:07AM +0800, Peter wrote: > I had to put the dash in front of # for the mailk to get out. > Does it say anything usefull? > Thanks for your patiences. No. Sorry but I just realised that you have a problem with a Tcl/Tk script. Actually, you have to use gdb with the Tc

Re: Tkdesk Segmentation Fault

2002-11-07 Thread Peter
There your are. ]$ gdb tkdesk ./core.1875 This GDB was configured as "i386-redhat-linux"..."/usr/local/bin/tkdesk": not in executable format: File format not recognized Core was generated by `tkdesksh /usr/local/bin/tkdesk'. Program terminated with signal 11, Segmentation fault. -#0 0x0816e640

Re: Tkdesk Segmentation Fault

2002-11-07 Thread Elias Athanasopoulos
On Thu, Nov 07, 2002 at 02:58:57PM +0800, Peter wrote: > > % ulimit -c 100 > > Rerun TkDesk and let it crash. You should have a core file now. > > $ tkdesk > Segmentation fault (core dumped) > > except it's nowhere to be found. Wait, here it is now with en

Re: Tkdesk Segmentation Fault

2002-11-06 Thread Peter
Thanks! [EMAIL PROTECTED] said: > % ulimit -c 100 > Rerun TkDesk and let it crash. You should have a core file now. $ tkdesk Segmentation fault (core dumped) except it's nowhere to be found. Wait, here it is now with ending numbers: core.1298 One of the new tricks of RH7.3

Re: Tkdesk Segmentation Fault

2002-11-06 Thread Elias Athanasopoulos
On Wed, Nov 06, 2002 at 10:42:13AM +0800, Peter wrote: > [EMAIL PROTECTED] said: > > Inspect the core file using gdb: > > % gdb tkdesk ./core > > There is no core file created. % ulimit -c 100 Rerun TkDesk and let it crash. You should have a core file now. > [EMAIL PROTECTED] said: > > Or

Re: Tkdesk Segmentation Fault

2002-11-05 Thread Ray Olszewski
At 10:42 AM 11/6/02 +0800, Peter wrote: On Tue, Nov 05, 2002 at 09:26:22AM +0800, Peter wrote: >> Only the message 'Segmentation fault' shows up immediately after giving the >> command tkdesk. > >> Why would that be and how could it be corrected? I have to add from RH5.2 thru RH7.2 tkdesk always

Re: Tkdesk Segmentation Fault

2002-11-05 Thread Peter
Thanks! On Tue, Nov 05, 2002 at 09:26:22AM +0800, Peter wrote: >> Only the message 'Segmentation fault' shows up immediately after giving the >> command tkdesk. > >> Why would that be and how could it be corrected? I have to add from RH5.2 thru RH7.2 tkdesk always opened flawlessly. It is only

Re: Tkdesk Segmentation Fault

2002-11-05 Thread Elias Athanasopoulos
On Tue, Nov 05, 2002 at 09:26:22AM +0800, Peter wrote: > Only the message 'Segmentation fault' shows up immediately after giving the > command tkdesk. > > Why would that be and how could it be corrected? Inspect the core file using gdb: % gdb tkdesk ./core Or use strace: $ strace tkdesk And

Re: Tkdesk Segmentation Fault

2002-11-04 Thread Ray Olszewski
At 09:26 AM 11/5/02 +0800, Peter wrote: Hi, In RH 7.3 the program tkdesk will not open any longer. Only the message 'Segmentation fault' shows up immediately after giving the command tkdesk. Why would that be and how could it be corrected? How basic is your question, Peter? I'll assume fairl

Tkdesk Segmentation Fault

2002-11-04 Thread Peter
Hi, In RH 7.3 the program tkdesk will not open any longer. Only the message 'Segmentation fault' shows up immediately after giving the command tkdesk. Why would that be and how could it be corrected? Thanks & regards -- Peter - To unsubscribe from this list: send the line "unsubscribe lin