From ajay050@gmail.com Wed Dec 1 11:34:00 2010 From: ajay050@gmail.com (Ajay Jain) Date: Wed, 01 Dec 2010 11:34:00 -0000 Subject: Clear Screen Message-ID: Hi, I use bash on Xterm. While working you press Ctrl-L, so that the screen gets cleared and you see the currently line only. But you may want to see the last outputs/prints. However, if you do a Ctrl-L/clear command, these prints go away. In that case, what can you use so that you clear the screen of the prints/outputs from last command. But in case you want to see the last output, you can just go scroll up/pageup. I looked at the bash & Xterm manpage but this info is not available. Thanks in Advance, Ajay -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://x.cygwin.com/docs/ FAQ: http://x.cygwin.com/docs/faq/ From andy.koppe@gmail.com Wed Dec 1 13:06:00 2010 From: andy.koppe@gmail.com (Andy Koppe) Date: Wed, 01 Dec 2010 13:06:00 -0000 Subject: Clear Screen In-Reply-To: References: Message-ID: On 1 December 2010 11:34, Ajay Jain wrote: > I use bash on Xterm. > While working you press Ctrl-L, so that the screen gets cleared and > you see the currently line only. But you may want to see the last > outputs/prints. However, if you do a Ctrl-L/clear command, these > prints go away. In that case, what can you use so that you clear the > screen of the prints/outputs from last command. But in case you want > to see the last output, you can just go scroll up/pageup. > > I looked at the bash & Xterm manpage but this info is not available. Yep, looks like xterm doesn't push the screen content into the scrollback when clearing the screen, and I can't see an option for it either. You may want to try mintty, which does do what you expect (and which doesn't require X). Andy -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://x.cygwin.com/docs/ FAQ: http://x.cygwin.com/docs/faq/ From dickey@his.com Wed Dec 1 21:25:00 2010 From: dickey@his.com (Thomas Dickey) Date: Wed, 01 Dec 2010 21:25:00 -0000 Subject: Clear Screen In-Reply-To: References: Message-ID: <20101201161953.J788@mail101.his.com> On Wed, 1 Dec 2010, Ajay Jain wrote: > Hi, > > I use bash on Xterm. > While working you press Ctrl-L, so that the screen gets cleared and > you see the currently line only. But you may want to see the last > outputs/prints. However, if you do a Ctrl-L/clear command, these > prints go away. In that case, what can you use so that you clear the > screen of the prints/outputs from last command. But in case you want > to see the last output, you can just go scroll up/pageup. > > I looked at the bash & Xterm manpage but this info is not available. The closest I recall offhand is the xterm tiXtraScroll resource (which would be useful if you were asking about running vi, etc). But a screen-clear is done without causing any scrolling action. By the way, the clearing of the screen on ctrl/L is not done by xterm. (PuTTY does this, in case you're mistaking it for xterm, otherwise I'd assume bash is doing it). -- Thomas E. Dickey http://invisible-island.net ftp://invisible-island.net -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://x.cygwin.com/docs/ FAQ: http://x.cygwin.com/docs/faq/ From andy.koppe@gmail.com Wed Dec 1 21:56:00 2010 From: andy.koppe@gmail.com (Andy Koppe) Date: Wed, 01 Dec 2010 21:56:00 -0000 Subject: Clear Screen In-Reply-To: <20101201161953.J788@mail101.his.com> References: <20101201161953.J788@mail101.his.com> Message-ID: On 1 December 2010 21:24, Thomas Dickey wrote: > By the way, the clearing of the screen on ctrl/L is not done by xterm. > (PuTTY does this, in case you're mistaking it for xterm, otherwise > I'd assume bash is doing it). Yep, bash sends '\e[2J' when ^L is pressed. PuTTY's behaviour of interpreting ^L as formfeed is due to its SCOANSI mode being enabled by default. (Strange that the VT100 interpreted ^L, which of course is ASCII formfeed, as linefeed instead.) Andy -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://x.cygwin.com/docs/ FAQ: http://x.cygwin.com/docs/faq/ From dickey@his.com Wed Dec 1 22:44:00 2010 From: dickey@his.com (Thomas Dickey) Date: Wed, 01 Dec 2010 22:44:00 -0000 Subject: Clear Screen In-Reply-To: References: <20101201161953.J788@mail101.his.com> Message-ID: <20101201174139.D788@mail101.his.com> On Wed, 1 Dec 2010, Andy Koppe wrote: > On 1 December 2010 21:24, Thomas Dickey wrote: >> By the way, the clearing of the screen on ctrl/L is not done by xterm. >> (PuTTY does this, in case you're mistaking it for xterm, otherwise >> I'd assume bash is doing it). > > Yep, bash sends '\e[2J' when ^L is pressed. PuTTY's behaviour of > interpreting ^L as formfeed is due to its SCOANSI mode being enabled > by default. (Strange that the VT100 interpreted ^L, which of course is > ASCII formfeed, as linefeed instead.) yes - it used to be that only printers did form-feeds, and terminals did not. See my comment about a "repaginator" here: http://invisible-island.net/personal/oldprogs.html -- Thomas E. Dickey http://invisible-island.net ftp://invisible-island.net -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://x.cygwin.com/docs/ FAQ: http://x.cygwin.com/docs/faq/ From NROSE@groupwise.swin.edu.au Mon Dec 6 04:15:00 2010 From: NROSE@groupwise.swin.edu.au (Nathan Rose) Date: Mon, 06 Dec 2010 04:15:00 -0000 Subject: Segmentation Fault in OpenGL - glutMainLoop Message-ID: <4CFCFDEA020000520001767B@groupwise.swin.edu.au> Hi all, I suspect this problem may be beyond the scope of this mailing list, but I would really appreciate any help that you could provide. I have someone else's code that uses OpenGL (it's a massive set of files, so I'm not going to attach them here). It compiles fine on Cygwin, but when the glutMainLoop method is called I get a segmentation fault. I have tested it on Ubuntu and this does not occur there, so my assumption is that there is something wrong with how I have set up Cygwin. The following packages have been installed: libglut-devel libglut3 glproto libGL-devel libGL1 libGLU-devel libGLU1 libglitz libxcb-dlx-devel libxcb-glx0 I have attached the stackdump from the segfault and the output from cygcheck, in case they can help identify the cause of this issue. I'm not expecting that anyone will be able to magically solve this with what little information I have provided, but any hints as to which direction I should proceed would be very much appreciated. Thanks, Nathan -------------- next part -------------- A non-text attachment was scrubbed... Name: test.exe.stackdump Type: application/octet-stream Size: 952 bytes Desc: not available URL: -------------- next part -------------- A non-text attachment was scrubbed... Name: cygcheck.out Type: application/octet-stream Size: 48587 bytes Desc: not available URL: -------------- next part -------------- -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://x.cygwin.com/docs/ FAQ: http://x.cygwin.com/docs/faq/ From jjreisert@alum.mit.edu Mon Dec 6 17:22:00 2010 From: jjreisert@alum.mit.edu (Jim Reisert AD1C) Date: Mon, 06 Dec 2010 17:22:00 -0000 Subject: X server with multiple Windows desktops In-Reply-To: <4CE67BFB.2020303@dronecode.org.uk> References: <4CE67BFB.2020303@dronecode.org.uk> Message-ID: On Fri, Nov 19, 2010 at 6:30 AM, Jon TURNEY wrote: > On 16/11/2010 20:37, Jim Reisert AD1C wrote: >> Is there any way for the X server to recognize these as four different >> desktops, so I could, for example, open an Xterm explicitly on a given >> desktop, for example: >> >> ? ?xterm -display localhost:0.1 > > From reading the description of how that works, I would guess you should be > able to start an instance of the X server with a different display number in > each virtual desktop. > > e.g. in your 2nd desktop, start X (however you do that) with :1, and then use > xterm -display :1 to connect to it. Thanks, Jon. I switched to VirtuaWin which behaves much better. - Jim -- Jim Reisert AD1C, , http://www.ad1c.us -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://x.cygwin.com/docs/ FAQ: http://x.cygwin.com/docs/faq/ From office@violleta.com Wed Dec 8 06:43:00 2010 From: office@violleta.com (***Admin site***) Date: Wed, 08 Dec 2010 06:43:00 -0000 Subject: Dinamichni saitove Message-ID: <20101208064305.C7AE328A081@megamosh.host.bg> ?????????????????? ???? ???????? ???? ??????-?????????? ????????. ???????? ?????????????????? ???? 95 ???? ! ?????????? ???????? ???????????? ?? ?????????????????????? http://violleta.com ------------- Izrabotka na sait na nai-niski ceni. Ceni zapochvashti ot 95 lv ! Vijte demo versii i podrobnosti http://violleta.com ------------------------------------------------------------ ???????????????? ???????????? ???? ???????????????????????? ???????????????? ???? ??????????????????????, ???? ???????? ???????? ???? ?? ???????????????????? ?????????????????? ??????????????????. ?????? ???? ?????????????? ???? ???????????????????? ???????? ???????????? ?? ???????????????????? ???? ???? ?????????????? ???????? ????????, ???? ???? ???? ?????????????? ???? ?????????????????????? ????. ?????????? ??????! -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://x.cygwin.com/docs/ FAQ: http://x.cygwin.com/docs/faq/ From jon.turney@dronecode.org.uk Tue Dec 14 14:54:00 2010 From: jon.turney@dronecode.org.uk (Jon TURNEY) Date: Tue, 14 Dec 2010 14:54:00 -0000 Subject: Server segmentation fault at address 0x306 using ParaView In-Reply-To: References: Message-ID: <4D078510.9000903@dronecode.org.uk> On 29/11/2010 00:26, Ken Olum wrote: > Running paraview 3.8.1 (see http://paraview.org) on a Linux client > (Mandriva 2010.0 or Red Hat Enterprise Server 5.5) causes a crash of > my Cygwin/X (release 1.9.2.0) with "Segmentation fault at address > 0x306". Any ideas? Thanks for the problem report. In a quick test, I wasn't able to reproduce this crash using paraview 3.8.1 on Fedora 14. Do you need to do anything other than just start paraview to demonstrate the problem? > Paraview uses OpenGL. Perhaps that is related. > Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple > Problem reports: http://cygwin.com/problems.html Can you attach your /var/log/xwin/XWin.0.log, please. > Documentation: http://x.cygwin.com/docs/ > FAQ: http://x.cygwin.com/docs/faq/ -- Jon TURNEY Volunteer Cygwin/X X Server maintainer -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://x.cygwin.com/docs/ FAQ: http://x.cygwin.com/docs/faq/ From jon.turney@dronecode.org.uk Tue Dec 14 15:14:00 2010 From: jon.turney@dronecode.org.uk (Jon TURNEY) Date: Tue, 14 Dec 2010 15:14:00 -0000 Subject: cygwin 1.7 startxwin failing due to "winMultiWindowXMsgProc - another window manager is running. Exiting." In-Reply-To: <4CF33DB3.2020805@hotmail.com> References: <4CF33DB3.2020805@hotmail.com> Message-ID: <4D0789DE.7040806@dronecode.org.uk> On 29/11/2010 05:44, Oly wrote: > Not sure when this started happening ... but sometime recently, starting the > xserver became a hit/miss proposition (mostly miss). I'm running Windows XP > Pro Service Pack 3 with the cygwin 1.7.7-1 and xorg-server 1.9.2-1 (as > reported by the setup wizard). I am using the installed x server start > shortcut which executes the following command: > > C:\cygwin17\bin\run.exe /usr/bin/bash.exe -l -c /usr/bin/startxwin.exe > > The failure to start seems always to coincide with a log like the attached. > The interesting symptom is (from the bottom of the log): > > [214595.953] winMultiWindowXMsgProc - XOpenDisplay () returned and > successfully opened the display. > [214595.953] winMultiWindowXMsgProc - another window manager is running. > Exiting. > [214595.953] winClipboardProc - winClipboardFlushWindowsMessageQueue trapped > WM_QUIT message, exiting main loop. > [214595.953] winClipboardProc - XDestroyWindow succeeded. > [214595.953] winClipboardProc - Clipboard disabled - Exit from server > [214596.015] winDeinitMultiWindowWM - Noting shutdown in progress > > I've seen a nearly identical report on the forum about a year ago ... back in > the startxwin.bat days. The closest thing I found to a possible resolution was > the suggestion of inserting a sleep in the batch file. Not sure what might be > the trick now. > > For what it is worth, I notice consistent failure when I create an empty > .startxwinrc (to avoid the xterm opening - which I'd really like but could > live with closing it if the server started every single time). When I don't > have an empty .startxwinrc in my home directory ... failure is frequent, but > doesn't occur on every single start attempt. Failed 1 out of 2 tries tonight. > I deleted the log after stopping the server (right clicked the task tray icon > and chose exit) and the second start attempt failed. But sometimes it is the > first try. > > How could I figure out what is making the startup think some other window > manager is running? I don't think this is true - the failure occurs after a > clean reboot (and I don't have any auto-start stuff) ... but I also saw in > that previous thread something about a restart attempt (which may be borne out > by what I see in the attached log) ... maybe there *are* two managers due to > some race condition or something? Thanks for the problem report. Yes, this is a race condition we haven't quite managed to stamp out. If you examine your log in detail, you'll see that around [214590.875] the X server is restarting, so there are duplicate calls to winInitMultiWindowWM() (which starts the internal WM) starting at [214590.437] and [214592.593] I imagine the sequence of events is something like: 1) startxwin starts 2) startxwin starts the X server 3) X server starts internal WM thread 4) startxwin tries to connect to X server and succeeds 5) startxwin runs commands from ~/.startxwin (empty) 6) startxwin disconnects from X server and exits 7) X server restarts at it has 0 clients connected 8) X server starts another internal WM thread 9) internal WM thread started in 3) connects 10) internal WM thread started in 8) connects, discovers a WM is already running and stops the whole server To properly fix this, we either need to introduce a mechanism which prevents external clients connecting before internal ones (which would be somewhat awkward to implement), or not create a internal WM thread every time the X server restarts (either properly checking for a still running one, or converting the existing thread into a long lived one which retries when it gets disconnected) As a workaround, I would suggest rather than an empty ~/.startxwinrc, simply create one which contains 'sleep 1', should hopefully avoid this problem for the time being. -- Jon TURNEY Volunteer Cygwin/X X Server maintainer -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://x.cygwin.com/docs/ FAQ: http://x.cygwin.com/docs/faq/ From kdo@cosmos.phy.tufts.edu Tue Dec 14 16:07:00 2010 From: kdo@cosmos.phy.tufts.edu (Ken Olum) Date: Tue, 14 Dec 2010 16:07:00 -0000 Subject: Server segmentation fault at address 0x306 using ParaView In-Reply-To: <4D078510.9000903@dronecode.org.uk> (message from Jon TURNEY on Tue, 14 Dec 2010 14:54:08 +0000) Message-ID: Thanks for looking into this. All I need to do to trigger the problem is to run paraview. However, it seems to depend on the details of the Linux installation -- system libraries, I suppose. On this system it works: Mandriva Linux release 2010.1 (Official) for x86_64 Linux cosmos.phy.tufts.edu 2.6.33.7-server-2mnb #1 SMP Mon Sep 20 19:01:10 UTC 2010 x86_64 x86_64 x86_64 GNU/Linux Whereas on this one it crashes: Red Hat Enterprise Linux Client release 5.5 (Tikanga) Linux node12 2.6.18-194.17.4.el5 #1 SMP Wed Oct 20 13:03:08 EDT 2010 x86_64 x86_64 x86_64 GNU/Linux These two systems are both running the exact same 3.8.1 x86_64 executable that I downloaded. I attach my Xwin.0.log showing the crash. Ken -------------- next part -------------- A non-text attachment was scrubbed... Name: XWin.0.log Type: application/octet-stream Size: 3253 bytes Desc: not available URL: -------------- next part -------------- -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://x.cygwin.com/docs/ FAQ: http://x.cygwin.com/docs/faq/ From jon.turney@dronecode.org.uk Tue Dec 14 17:11:00 2010 From: jon.turney@dronecode.org.uk (Jon TURNEY) Date: Tue, 14 Dec 2010 17:11:00 -0000 Subject: Server segmentation fault at address 0x306 using ParaView In-Reply-To: References: <4D078510.9000903@dronecode.org.uk> Message-ID: <4D07A55A.1020701@dronecode.org.uk> On 14/12/2010 16:07, Ken Olum wrote: > Thanks for looking into this. All I need to do to trigger the problem > is to run paraview. However, it seems to depend on the details of the > Linux installation -- system libraries, I suppose. > > On this system it works: > > Mandriva Linux release 2010.1 (Official) for x86_64 > Linux cosmos.phy.tufts.edu 2.6.33.7-server-2mnb #1 SMP Mon Sep 20 19:01:10 UTC 2010 x86_64 x86_64 x86_64 GNU/Linux > > Whereas on this one it crashes: > > Red Hat Enterprise Linux Client release 5.5 (Tikanga) > Linux node12 2.6.18-194.17.4.el5 #1 SMP Wed Oct 20 13:03:08 EDT 2010 x86_64 x86_64 x86_64 GNU/Linux > > These two systems are both running the exact same 3.8.1 x86_64 executable > that I downloaded. > > I attach my Xwin.0.log showing the crash. Thanks. Can you try to obtain a backtrace for the crash using the instructions at [1], please? [1] http://x.cygwin.com/devel/backtrace.html -- Jon TURNEY Volunteer Cygwin/X X Server maintainer -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://x.cygwin.com/docs/ FAQ: http://x.cygwin.com/docs/faq/ From jon.turney@dronecode.org.uk Tue Dec 14 17:39:00 2010 From: jon.turney@dronecode.org.uk (Jon TURNEY) Date: Tue, 14 Dec 2010 17:39:00 -0000 Subject: Segmentation Fault in OpenGL - glutMainLoop In-Reply-To: <4CFCFDEA020000520001767B@groupwise.swin.edu.au> References: <4CFCFDEA020000520001767B@groupwise.swin.edu.au> Message-ID: <4D07ABCF.3080007@dronecode.org.uk> On 06/12/2010 04:14, Nathan Rose wrote: > I suspect this problem may be beyond the scope of this mailing list, but I would really appreciate any > help that you could provide. > > I have someone else's code that uses OpenGL (it's a massive set of files, so I'm not going to attach > them here). It compiles fine on Cygwin, but when the glutMainLoop method is called I get a > segmentation fault. I have tested it on Ubuntu and this does not occur there, so my assumption is > that there is something wrong with how I have set up Cygwin. The following packages have been installed: > libglut-devel > libglut3 > glproto > libGL-devel > libGL1 > libGLU-devel > libGLU1 > libglitz > libxcb-dlx-devel > libxcb-glx0 I guess you are using the S2PLOT library. The current version (2.6) of that doesn't seem to build for cygwin, so I can't try to reproduce your problem. > I have attached the stackdump from the segfault and the output from cygcheck, in case they can help > identify the cause of this issue. I'm not expecting that anyone will be able to magically solve this with > what little information I have provided, but any hints as to which direction I should proceed would be > very much appreciated. Note that the stackdump reports STATUS_STACK_OVERFLOW (which I believe means something like 'a guard page for the stack could not be mapped'), rather than for e.g. STATUS_ACCESS_VIOLATION. -- Jon TURNEY Volunteer Cygwin/X X Server maintainer -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://x.cygwin.com/docs/ FAQ: http://x.cygwin.com/docs/faq/ From cgf-use-the-mailinglist-please@cygwin.com Tue Dec 14 17:46:00 2010 From: cgf-use-the-mailinglist-please@cygwin.com (Christopher Faylor) Date: Tue, 14 Dec 2010 17:46:00 -0000 Subject: Segmentation Fault in OpenGL - glutMainLoop In-Reply-To: <4D07ABCF.3080007@dronecode.org.uk> References: <4CFCFDEA020000520001767B@groupwise.swin.edu.au> <4D07ABCF.3080007@dronecode.org.uk> Message-ID: <20101214174530.GA26978@ednor.casa.cgf.cx> On Tue, Dec 14, 2010 at 05:39:27PM +0000, Jon TURNEY wrote: >On 06/12/2010 04:14, Nathan Rose wrote: >> I suspect this problem may be beyond the scope of this mailing list, but I would really appreciate any >> help that you could provide. >> >> I have someone else's code that uses OpenGL (it's a massive set of files, so I'm not going to attach >> them here). It compiles fine on Cygwin, but when the glutMainLoop method is called I get a >> segmentation fault. I have tested it on Ubuntu and this does not occur there, so my assumption is >> that there is something wrong with how I have set up Cygwin. The following packages have been installed: >> libglut-devel >> libglut3 >> glproto >> libGL-devel >> libGL1 >> libGLU-devel >> libGLU1 >> libglitz >> libxcb-dlx-devel >> libxcb-glx0 > >I guess you are using the S2PLOT library. The current version (2.6) of that >doesn't seem to build for cygwin, so I can't try to reproduce your problem. > >> I have attached the stackdump from the segfault and the output from cygcheck, in case they can help >> identify the cause of this issue. I'm not expecting that anyone will be able to magically solve this with >> what little information I have provided, but any hints as to which direction I should proceed would be >> very much appreciated. > >Note that the stackdump reports STATUS_STACK_OVERFLOW (which I believe means >something like 'a guard page for the stack could not be mapped'), rather than >for e.g. STATUS_ACCESS_VIOLATION. That's basically what it means. It implies that there is no more room to contiguously allocate more memory for the stack. cgf -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://x.cygwin.com/docs/ FAQ: http://x.cygwin.com/docs/faq/ From kdo@cosmos.phy.tufts.edu Tue Dec 14 17:52:00 2010 From: kdo@cosmos.phy.tufts.edu (Ken Olum) Date: Tue, 14 Dec 2010 17:52:00 -0000 Subject: Server segmentation fault at address 0x306 using ParaView In-Reply-To: <4D07A55A.1020701@dronecode.org.uk> (message from Jon TURNEY on Tue, 14 Dec 2010 17:11:54 +0000) Message-ID: Here is the backtrace. Thanks again. Ken #0 0x0a3eb232 in swrast_dri!_mesa_GetProgramNamedParameterdvNV () from /usr/lib/dri/swrast_dri.so #1 0x004e4baa in _fu456___glapi_Dispatch () at indirect_dispatch.c:4854 #2 0x004d6975 in __glXDisp_Render (cl=0x1010ab4c, pc=0x10459170 "\024") at glxcmds.c:1854 #3 0x004d2515 in __glXDispatch (client=0x1010aa88) at glxext.c:604 #4 0x00570ac0 in Dispatch () at dispatch.c:433 #5 0x0056af00 in main (argc=2, argv=0x6123d464, envp=0x100300f8) at main.c:298 -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://x.cygwin.com/docs/ FAQ: http://x.cygwin.com/docs/faq/ From jon.turney@dronecode.org.uk Wed Dec 15 15:00:00 2010 From: jon.turney@dronecode.org.uk (Jon TURNEY) Date: Wed, 15 Dec 2010 15:00:00 -0000 Subject: Server segmentation fault at address 0x306 using ParaView In-Reply-To: References: <4D07A55A.1020701@dronecode.org.uk> Message-ID: <4D08D810.6070501@dronecode.org.uk> On 14/12/2010 17:52, Ken Olum wrote: > Here is the backtrace. Thanks again. > > Ken > > #0 0x0a3eb232 in swrast_dri!_mesa_GetProgramNamedParameterdvNV () > from /usr/lib/dri/swrast_dri.so > #1 0x004e4baa in _fu456___glapi_Dispatch () at indirect_dispatch.c:4854 > #2 0x004d6975 in __glXDisp_Render (cl=0x1010ab4c, pc=0x10459170 "\024") > at glxcmds.c:1854 > #3 0x004d2515 in __glXDispatch (client=0x1010aa88) at glxext.c:604 > #4 0x00570ac0 in Dispatch () at dispatch.c:433 > #5 0x0056af00 in main (argc=2, argv=0x6123d464, envp=0x100300f8) > at main.c:298 Thanks. Can you compare the versions of libGL installed on the Mandriva 2010.1 and RHEL 5.5 hosts? Have you tried if other OpenGL programs on the RHEL host work? Does glxinfo work? -- Jon TURNEY Volunteer Cygwin/X X Server maintainer -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://x.cygwin.com/docs/ FAQ: http://x.cygwin.com/docs/faq/ From kdo@cosmos.phy.tufts.edu Wed Dec 15 16:14:00 2010 From: kdo@cosmos.phy.tufts.edu (Ken Olum) Date: Wed, 15 Dec 2010 16:14:00 -0000 Subject: Server segmentation fault at address 0x306 using ParaView In-Reply-To: <4D08D810.6070501@dronecode.org.uk> (message from Jon TURNEY on Wed, 15 Dec 2010 15:00:32 +0000) Message-ID: On the Mandriva 2010.1 host, /usr/lib64/libGL.so.1 is from lib64mesagl1-7.8.1-6mdv2010.1. On the RHEL host, it is from mesa-libGL-6.5.1-7.8.el5. I have not tried other OpenGL programs, but I can run glxinfo without a crash on either machine. I attach the results. They are not the same. In particular, I was surprised to find that RHEL reports "direct rendering: No" while Mandriva reports "direct rendering: Yes", although I don't know if this matters when one is running over the network anyway. Ken -------------- next part -------------- A non-text attachment was scrubbed... Name: glxinfo.Mandriva Type: application/octet-stream Size: 19329 bytes Desc: not available URL: -------------- next part -------------- A non-text attachment was scrubbed... Name: glxinfo.RHEL Type: application/octet-stream Size: 8682 bytes Desc: not available URL: -------------- next part -------------- -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://x.cygwin.com/docs/ FAQ: http://x.cygwin.com/docs/faq/ From jwzumwalt@neatinfo.com Thu Dec 16 17:25:00 2010 From: jwzumwalt@neatinfo.com (jwzumwalt) Date: Thu, 16 Dec 2010 17:25:00 -0000 Subject: cygwin 1.7 startxwin failing due to "winMultiWindowXMsgProc - another window manager is running. Exiting." In-Reply-To: <4CF33DB3.2020805@hotmail.com> References: <4CF33DB3.2020805@hotmail.com> Message-ID: <30474646.post@talk.nabble.com> I had this happening too. For some reason teh xwindows manager does not completely shut down and an attempt to restart xwindows gives this errror. 1) from bash shell do a ps and "kill -9 xxxx" any orphaned job. 2) From Windows task manager do the same. -- View this message in context: http://old.nabble.com/cygwin-1.7-startxwin-failing-due-to-%22winMultiWindowXMsgProc---another-window-manager-is-running.--Exiting.%22-tp30327883p30474646.html Sent from the cygwin-xfree mailing list archive at Nabble.com. -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://x.cygwin.com/docs/ FAQ: http://x.cygwin.com/docs/faq/ From figuei@cii.fc.ul.pt Fri Dec 17 17:26:00 2010 From: figuei@cii.fc.ul.pt (Joao Luis Maia Figueirinhas) Date: Fri, 17 Dec 2010 17:26:00 -0000 Subject: Error in starting the newest version of Cygwin/X in a vista machine Message-ID: <20101217171536.M69666@alfmail.cii.fc.ul.pt> Dear Sir/Madam I need help to solve an error occurring when Cygwin/X is started on my computer that prevents it from running. I have installed the latest version of Cygwin/X (release 1.9.2.0) on my portable PC (HP Pavilion dv6 with AMD Turion(tm) X2 dual-core mobile RM-74 2.2GHz and 4GB RAM) running windows vista home premium. I am getting an error window saying that it has failed to activate core devices. That window also suggest to report the error to you. I send the log file to help solve the problem. Thank you for your help, I send my best regards Jo??o Figueirinhas -------------- next part -------------- A non-text attachment was scrubbed... Name: XWin.0.log Type: application/octet-stream Size: 4958 bytes Desc: not available URL: -------------- next part -------------- -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://x.cygwin.com/docs/ FAQ: http://x.cygwin.com/docs/faq/ From jon.turney@dronecode.org.uk Fri Dec 17 18:18:00 2010 From: jon.turney@dronecode.org.uk (Jon TURNEY) Date: Fri, 17 Dec 2010 18:18:00 -0000 Subject: Error in starting the newest version of Cygwin/X in a vista machine In-Reply-To: <20101217171536.M69666@alfmail.cii.fc.ul.pt> References: <20101217171536.M69666@alfmail.cii.fc.ul.pt> Message-ID: <4D0BA956.1070200@dronecode.org.uk> On 17/12/2010 17:35, Joao Luis Maia Figueirinhas wrote: > I need help to solve an error occurring when Cygwin/X is started on my > computer that prevents it from running. I have installed the latest version of > Cygwin/X (release 1.9.2.0) on my portable PC (HP Pavilion dv6 with AMD > Turion(tm) X2 dual-core mobile RM-74 2.2GHz and 4GB RAM) running windows vista > home premium. I am getting an error window saying that it has failed to > activate core devices. > That window also suggest to report the error to you. I send the log file to > help solve the problem. > Release: 1.7.3.0 (10703000) This log file is from an older version of XWin, and doesn't contain the error you mention. Are you sure you are looking in the right place for XWin.0.log (it has been moved to /var/log/xwin? -- Jon TURNEY Volunteer Cygwin/X X Server maintainer -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://x.cygwin.com/docs/ FAQ: http://x.cygwin.com/docs/faq/ From L.Marshall@activevideo.com Sat Dec 18 01:33:00 2010 From: L.Marshall@activevideo.com (Marshall, Lee) Date: Sat, 18 Dec 2010 01:33:00 -0000 Subject: xterm opens two windows Message-ID: <04A7D0DE23101A4B8CE32C630943398306333A30@lg-exchange.ictv.com> One has a windows icon and the text "Warning: Missing charsets in String to FontSet conversion" The other has the X icon with a menu bar and "sh-3.2$".? My biggest objection to this is just the clutter of having a second, useless window open displaying this warning.? Searching the internet, I found http://sourceware.org/bugzilla/show_bug.cgi?id=10948 and installed the additional fonts: font-isas-misc, font-jis-misc and font-daewoo-misc without eliminating the warning. I've just installed 1.7.7 over whatever I had before, which had the same issue.? Once upon a time, about two years ago, I didn't have this problem. Thanks in advance for any constructive advice. -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://x.cygwin.com/docs/ FAQ: http://x.cygwin.com/docs/faq/ From andy.koppe@gmail.com Sun Dec 19 17:26:00 2010 From: andy.koppe@gmail.com (Andy Koppe) Date: Sun, 19 Dec 2010 17:26:00 -0000 Subject: xterm opens two windows In-Reply-To: <04A7D0DE23101A4B8CE32C630943398306333A30@lg-exchange.ictv.com> References: <04A7D0DE23101A4B8CE32C630943398306333A30@lg-exchange.ictv.com> Message-ID: On 18 December 2010 01:33, Marshall, Lee wrote: > One has a windows icon and the text "Warning: Missing charsets in String to FontSet conversion" > The other has the X icon with a menu bar and "sh-3.2$". > > My biggest objection to this is just the clutter of having a second, useless window open displaying this warning.? Searching the internet, I found http://sourceware.org/bugzilla/show_bug.cgi?id=10948 and installed the additional fonts: font-isas-misc, font-jis-misc and font-daewoo-misc without eliminating the warning. The second window is a Windows console. Windows creates that automatically because xterm is (arguably wrongly) marked as a console application. Avoid it by invoking xterm through the 'run' or 'run2' tools. See their man pages for further details. Andy -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://x.cygwin.com/docs/ FAQ: http://x.cygwin.com/docs/faq/ From rpaskudniak@yahoo.com Wed Dec 22 02:28:00 2010 From: rpaskudniak@yahoo.com (Rasputin Paskudniak) Date: Wed, 22 Dec 2010 02:28:00 -0000 Subject: startxwin opens an xwindow, then complains and dies Message-ID: <30511398.post@talk.nabble.com> Greetings after a long absence. (Anyone miss me? Don't answer that.. :-) ) I have installed Cygwin on my new-ish Windows-7 box. I recall you could not simple start running xterm, you have to start the X-Windows subsystem. Under XP it was something like xtgart.bat or startx.bat. Now, if I have read the on-line doc correctly, I need to run startxwin. I try to and here;s what I get: 1. It displays a warning message: Warning: Missing charsets in String to FontSet conversion 2. A small x-window opens. At least this is consistent with the previous startx (or whatever). And equally annoying, but not that bad. 3. The small x-window suddenly closes. 4. Error message: xterm: fatal IO error 11 (Resource temporarily unavailable) or KillClient on X server ":0.0" Now, if I try it again, I get an additional couple of lines before the fatal xterm error: 1 [main] xterm 7800 exception::handle: Exception: STATUS_ACCESS_VIOLATION 684 [main] xterm 7800 open_stackdumpfile: Dumping stack trace to xterm.exe.stackdump OK, what have I left out of the Cygwin installation? I did download a ****load of fonts when I first saw this error but that was obviously not the problem because the identical warning crops up.. My search has found many similar questions but none quite on this point. BTW, after doing all the above I tried running startx again. It opens a big, black background, like a windows manager, opens 3 bash windows, ad complains about not finding some utilities (twm, xclock) which I will simply download and worry about it later. But for now: What's the story with startxwin. Clues? Spoon-fed answers? Thanks much! Rasputin Paskudniak ----- +- May be depriving a village somewhere of its idiot by being here.:-p -+ -- View this message in context: http://old.nabble.com/startxwin-opens-an-xwindow%2C-then-complains-and-dies-tp30511398p30511398.html Sent from the cygwin-xfree mailing list archive at Nabble.com. -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://x.cygwin.com/docs/ FAQ: http://x.cygwin.com/docs/faq/ From Stefanie@okeechobee360.com Wed Dec 22 03:32:00 2010 From: Stefanie@okeechobee360.com (your biggest fan) Date: Wed, 22 Dec 2010 03:32:00 -0000 Subject: your biggest fan has sent you a postcard! Message-ID: <20101222033246.9062C173B3D@jimmkim.propagation.net> Hello myron, your biggest fan has sent you a postcard! You can find it at http://okeechobee360.com/sendcard/sendcard.php?view=1&id=yZ4W6KBxUkaT Service provided by sendcard -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://x.cygwin.com/docs/ FAQ: http://x.cygwin.com/docs/faq/ From edgarwat@umich.edu Thu Dec 23 15:14:00 2010 From: edgarwat@umich.edu (Edgar Bee Watson) Date: Thu, 23 Dec 2010 15:14:00 -0000 Subject: Having problems with startxwin Message-ID: <20101223101413.81035sbf79ny0r4s@web.mail.umich.edu> I'm currently running Windows Vista and have installed CYGWIN. Every time I try to run startxwin it gives me problems saying that it's already running on display 0 or something like that. A couple of times it ran after I restarted my computer but I could only run it once then it gave me erronm 11. Is there anything that I can do? Thanx, Edgar Watson II -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://x.cygwin.com/docs/ FAQ: http://x.cygwin.com/docs/faq/ From jon.turney@dronecode.org.uk Thu Dec 30 19:33:00 2010 From: jon.turney@dronecode.org.uk (Jon TURNEY) Date: Thu, 30 Dec 2010 19:33:00 -0000 Subject: [ANNOUNCEMENT] Updated: xorg-server-1.9.3-1 Message-ID: The following packages have been updated in the Cygwin distribution: *** xorg-server-1.9.3-1 *** xorg-server-dmx-1.9.3-1 These packages contain XWin and the other X.Org X11 servers. In addition to upstream fixes, this contains the following cygwin-specific changes since 1.9.2-1: * Explicitly configure to use libgcrypt SHA1 implementation, rather than picking one depending on the build environment, so setup.hint dependencies are always correct. * In WGL mode, handle GLX windows being reparented from a mapped window to an unmapped window correctly. This fixes a crash on startup problem with stellarium. f373a17214aee61b1836b0d5922e7ac5 *xorg-server-1.9.3-1.tar.bz2 8c65e992e59d4a991525c58f78333297 *xorg-server-dmx-1.9.3-1.tar.bz2 8ee71a41e0de3340407e89fda838fc0e *xorg-server-1.9.3-1-src.tar.bz2 -- Jon TURNEY Volunteer Cygwin/X X Server maintainer CYGWIN-XFREE-ANNOUNCE UNSUBSCRIBE INFO ====================================== If you want to unsubscribe from the cygwin-xfree-announce mailing list, please use the automated form at: http://cygwin.com/lists.html#subscribe-unsubscribe If this does not work, then look at the "List-Unsubscribe: " tag in the email header of this message. Send email to the address specified there. It will be in the format: cygwin-xfree-announce-unsubscribe-you=yourdomain.com@cygwin.com If you need more information on unsubscribing, start reading here: http://sourceware.org/lists.html#unsubscribe-simple Please read *all* of the information on unsubscribing that is available starting at this URL. -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://x.cygwin.com/docs/ FAQ: http://x.cygwin.com/docs/faq/ From karllstoneseigler@gmail.com Fri Dec 31 17:42:00 2010 From: karllstoneseigler@gmail.com (Karl Stone Seigler) Date: Fri, 31 Dec 2010 17:42:00 -0000 Subject: Cygwin 1.7.7 issues Message-ID: When I try to run Cygwin Bash Shell, it pulls up an error screen that says "The procedure entry point cygwin_create_path cannot be located in the dynamic link library in cygwin1.dll". What should I do to find it? Where can I find cygwin_create_path? -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://x.cygwin.com/docs/ FAQ: http://x.cygwin.com/docs/faq/