Re: xemacs: segmentation fault after ctrl-xctrl-c

2004-09-29 Thread Sven Severus
 Dr. Volker Zell writes:

   Well, I have also installed the latest 
   2 sumos. XEmacs is not crashing
   for me. But hey, it could of course 
   depend on the special lisp packages
   you're using from the sumos. Actually 
   I use a lot of them but not all.
  
   Is it possible for you to find out 
   which lisp packages you have loaded
   when the crash occurs. Sure, you're 
   not using all of them ...

I'm sorry, but I don't know how to find 
out this. But maybe the following will 
be an answer to your question:
I start xemacs from bash/xterm command line 
with xemacs filename.c , xemacs starts 
up properly. Then I type ctrl-xctrl-c, 
the xemacs window closes and the error 
messages occur in the xterm window.
I do not have any customizations or anything 
else configured in xemacs. I'm running it 
just as installed (in a complete Cygwin 
installation including all currently 
(27.09.) available packages).

   rebasing has definitely nothing to do 
   with the sumo packages, but with the 
   dll's XEmacs is using.

For me the crashing behavior comes with 
installation of 2004-08-18 sumo packages 
and goes with installation of 2004-02-02.
So, your statement tells me, that rebase 
will not be the tool to remove the exit 
crash problem. Do you agree?

Thank you for your answer.

Best regards,
Sven



startx not working

2004-09-29 Thread vish gunge
Hi,

I am getting the following error message.

Could you please help on this.


$ startx

Welcome to the XWin X Server
Vendor: The Cygwin/X Project
Release: 6.8.1.0-1

Contact: [EMAIL PROTECTED]

XWin was started with the following command line:

X :0 -multiwindow -clipboard 

_XSERVTransmkdir: Owner of /tmp/.X11-unix should be
set to root
winValidateArgs - g_iNumScreens: 1
iMaxConsecutiveScreen: 1
winCheckDisplayNumber - Cygwin/X is already running on
display 0

Fatal server error:
InitOutput - Duplicate invocation on display number:
0.  Exiting.

winDeinitMultiWindowWM - Noting shutdown in progress
XIO:  fatal IO error 104 (Connection reset by peer) on
X server :0.0
  after 0 requests (0 known processed) with 0
events remaining.

Thanks
Vish



=
--- Vish




__
Do you Yahoo!?
New and Improved Yahoo! Mail - Send 10MB messages!
http://promotions.yahoo.com/new_mail 


Re: problem in scaleable fonts during update

2004-09-29 Thread aroushdi
Alexander Gottwald wrote:
On Fri, 24 Sep 2004, aroushdi wrote:

Hi everybody ,
while updating my cygwin to the latest level i get the following message :
title:mkfontscale.exe Entry point Not Found
body : The procedure entry point FT_Get_BDF_Property could not be 
located in the dynamic link library cygfreetype-6.dll

which version of libfreetype do you have installed?
I've not seen such a problem with the 2.1.5-1 package. Maybe you have 
cygfreetype-6.dll installed multiple times on your system.

bye
	ago 
Hi Ago , I do have in cygwin\usr\X11r6\bin cygfreetype-6 sz 288,256 
28/10/2003 and cygfreetype-9 sz 348,622 20/09/2003
and in cygwin\bin\cygfreetype-6  sz 369,152 25/10/2003
Note : this is an upgraded cygwin , doing a fresh install i do not have 
this problem .
thks n bye
amr



Re: Strange window redraw problem

2004-09-29 Thread Alexander Gottwald
On Tue, 28 Sep 2004, Dave Carrigan wrote:

 We are currently testing a deployment of Cygwin/X for my company's
 windows-based X server. We currently use X so that Windows users can run
 apps (typically written with Perl/GTk) on Linux application servers.
 
 The deployment is going not bad, but on a couple of systems we're seeing
 strange corruption of windows: if an X window gets obscured by another X
 window, then raised to the top, the obscured part doesn't get
 redrawn. The window's frame gets redrawn but the contents do not. This
 does not appear to be happen if a non X window obscures the X window.

 We are running the latest version of the Cygwin X.org server. The
 systems were all bought from Dell around the same time, so they are all
 substantially the same. Both systems have GeForce 256 cards with
 driver version 5.2.1.6; they're both running Win2k and are completely
 up-to-date with patches. One system is working, one is not.

Phew, thats pretty tough.

Are there differences in installed programs? TweakUI or similar might be 
candidates which change expected windows behaviour. If such programs
are installed, please check if the settings of the programs differ.  

If this does not give any clues there is the possibility to compile 
XWin with massive debugging output. It will print which windows messages
are received and how they are processed. I can provide the binaries in 
the next days.

bye
ago
-- 
 [EMAIL PROTECTED] 
 http://www.gotti.org   ICQ: 126018723


Re: Client Rejected

2004-09-29 Thread Alexander Gottwald
On Tue, 28 Sep 2004, Glen Schwickerath wrote:

 I'm trying to utilize the latest release of Cygwin/X to connect to SCO 7.1.4
 OpenUnix server.  I am unable to get past the login screen.  Please see log
 of my session below.  I have tried numerous combinations of parameters for
 starting Xwin.  Here's one example:
 
 $ xwin :1 -query 192.168.64.55 -from 182.168.64.102
 
 AUDIT: Tue Sep 28 19:12:2004: 3750 xwin: client 2 rejected from IP
 192.168.64.55

http://wiki.freedesktop.org/bin/view/Main/CygwinXTroubleShooting#Cygwin_X_reports_AUDIT_client_1_

bye
ago
-- 
 [EMAIL PROTECTED] 
 http://www.gotti.org   ICQ: 126018723


Re: problem in scaleable fonts during update

2004-09-29 Thread Alexander Gottwald
On Wed, 29 Sep 2004, aroushdi wrote:

 Hi Ago , I do have in cygwin\usr\X11r6\bin cygfreetype-6 sz 288,256 
 28/10/2003 and cygfreetype-9 sz 348,622 20/09/2003
 and in cygwin\bin\cygfreetype-6  sz 369,152 25/10/2003

/usr/X11R6/bin/cygfreetype-6.dll seems to be wrong. The libfreetype26 installes
in /usr/bin. Please remove /usr/X11R6/bin/cygfreetype-6.dll and see if the error 
remains

bye
ago
-- 
 [EMAIL PROTECTED] 
 http://www.gotti.org   ICQ: 126018723


Re: xemacs: segmentation fault after ctrl-xctrl-c

2004-09-29 Thread Dr. Volker Zell
 Sven Severus writes:

 I'm sorry, but I don't know how to find 
 out this. But maybe the following will 
 be an answer to your question:
 I start xemacs from bash/xterm command line 
 with xemacs filename.c , xemacs starts 
 up properly. Then I type ctrl-xctrl-c, 
 the xemacs window closes and the error 
 messages occur in the xterm window.
 I do not have any customizations or anything 
 else configured in xemacs. I'm running it 
 just as installed (in a complete Cygwin 
 installation including all currently 
 (27.09.) available packages).

Please provide the contents of the following buffer before you hit
ctrl-xctrl-c:

Click on View - Show Message Log

 For me the crashing behavior comes with 
 installation of 2004-08-18 sumo packages 
 and goes with installation of 2004-02-02.
 So, your statement tells me, that rebase 
 will not be the tool to remove the exit 
 crash problem. Do you agree?

Almost for sure.

 Thank you for your answer.

 Best regards,
 Sven

Ciao
  Volker



Re: xemacs: segmentation fault after ctrl-xctrl-c

2004-09-29 Thread Siegmar Gross

 Please provide the contents of the following buffer before you hit
 ctrl-xctrl-c:
 
 Click on View - Show Message Log

If I start xemacs without a file the buffer contains

Loading cus-face...
Loading cus-face...done

If I type ctrl-xctrl-c I get the described output and the segmentation
fault. If I start xemacs with a new file x.c the buffer contains

Loading cus-face...
Loading cus-face...done
Loading efs-cu...
Loading efs-cu...done
(New file)
Loading cc-mode...
Loading cc-mode...done

Same behaviour as above.


Kind regards

Siegmar



spelling correction

2004-09-29 Thread Thomas Munro
Hi,

On this page:

http://x.cygwin.com/docs/faq/cygwin-x-faq.html

there is a heading:

11.4. Whom holds the copyright on the Cygwin/X source code?

It should of course be Who.

Sorry to send such trivial feedback to this list but your index page gives
this address for such problems!

Many thanks,

-- 
Thomas Munro [EMAIL PROTECTED]