This is the mail archive of the cygwin mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: run2.exe segfaults when GDI and X11 elements are present


On 12/27/2009 5:31 PM, Ken Brown wrote:
On 12/27/2009 3:42 PM, Charles Wilson wrote:
Ken Brown wrote:
On 12/27/2009 4:56 AM, Charles Wilson wrote:
So, give r20 a shot. (mintty is still invisible -- but at least run2
doesn't appear to segfault).

I'm still getting a segfault with test1.xml from


http://cygwin.com/ml/cygwin/2009-12/msg00871.html

Yep. Try r23. It seems to work ok for me.

I still get a segfault with r23. I'm running XP SP3 if that's relevant.

I also now get a segfault with the following simpler xml file, which I've been using for a long time for starting emacs under X:


<?xml version="1.0" encoding="us-ascii"?>
<Run2Config
  xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
  xsi:noNamespaceSchemaLocation="run2.xsd">
  <SelfOptions />
  <Global>
    <Environment>
      <Set var="DISPLAY"  value="127.0.0.1:0.0"/>
    </Environment>
    <Target filename="/usr/bin/bash.exe" startin="~">
      <Arg>-l</Arg>
      <Arg>-c</Arg>
      <Arg>emacs</Arg>
    </Target>
  </Global>
</Run2Config>

Ken

--
Problem reports:       http://cygwin.com/problems.html
FAQ:                   http://cygwin.com/faq/
Documentation:         http://cygwin.com/docs.html
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]