Re: Program terminates with "cygheap version mismatch detected"

2004-09-15 Thread Christopher Faylor
On Wed, Sep 15, 2004 at 12:57:10PM -0400, Igor Pechtchanski wrote: >Or, you could simply do "cygcheck program.exe", where "program.exe" is the >one you're trying to run. It'll show all the DLLs that the program >depends on statically. Right. I suspect that one of the DLLs needs to be rebased alo

Re: Program terminates with "cygheap version mismatch detected"

2004-09-15 Thread Igor Pechtchanski
On Wed, 15 Sep 2004, Peter Rehley wrote: > On Sep 15, 2004, at 5:54 AM, Joshua Wright wrote: > > > Jörg Schaible wrote: > > > > c:\DEV\testing\asleap.exe (988): *** cygheap version mismatch detected - > > > > 0x6178/0xBF. You have multiple copies of cygwin1.dll on your > > > > system. > >

Re: Program terminates with "cygheap version mismatch detected"

2004-09-15 Thread Peter Rehley
On Sep 15, 2004, at 5:54 AM, Joshua Wright wrote: Jörg Schaible wrote: c:\DEV\testing\asleap.exe (988): *** cygheap version mismatch detected - 0x6178/0xBF. You have multiple copies of cygwin1.dll on your system. From your cygcheck output I've seen that you have or had a B15 running ...

Re: Program terminates with "cygheap version mismatch detected"

2004-09-15 Thread Joshua Wright
Jörg Schaible wrote: c:\DEV\testing\asleap.exe (988): *** cygheap version mismatch detected - 0x6178/0xBF. You have multiple copies of cygwin1.dll on your system. From your cygcheck output I've seen that you have or had a B15 running ... do you still use it? Even it the dll name is cygwi

Re: Program terminates with "cygheap version mismatch detected"

2004-09-15 Thread Joshua Wright
Christopher Faylor wrote: c:\DEV\testing\asleap.exe (988): *** cygheap version mismatch detected - 0x6178/0xBF. You have multiple copies of cygwin1.dll on your system. Find the extra cygwin1.dlls and delete them. Use only the one in cygwin\bin You probably need to run rebaseall (q.v.). We

Re: Program terminates with "cygheap version mismatch detected"

2004-09-14 Thread Christopher Faylor
On Tue, Sep 14, 2004 at 09:26:48AM -0400, Joshua Wright wrote: >Bobby, > >Bobby McNulty wrote: >>>c:\DEV\testing\asleap.exe (988): *** cygheap version mismatch detected >>>- 0x6178/0xBF. >>>You have multiple copies of cygwin1.dll on your system. >>Find the extra cygwin1.dlls and delete the

Re: Program terminates with "cygheap version mismatch detected"

2004-09-14 Thread Joshua Wright
Bobby, Bobby McNulty wrote: c:\DEV\testing\asleap.exe (988): *** cygheap version mismatch detected - 0x6178/0xBF. You have multiple copies of cygwin1.dll on your system. Find the extra cygwin1.dlls and delete them. Use only the one in cygwin\bin Thanks for the suggestion, but I have alread

RE: Program terminates with "cygheap version mismatch detected"

2004-09-14 Thread Dave Korn
> -Original Message- > From: cygwin-owner On Behalf Of Bobby McNulty > Sent: 14 September 2004 11:51 752 lines of extraneous quoting, an entire cygcheck output's worth, and all you did was add 3 lines of completely incorrect answer where you told the original poster something that if y

Re: Program terminates with "cygheap version mismatch detected"

2004-09-14 Thread Bobby McNulty
Joshua Wright wrote: I've been using Cygwin for a few years to port code written for Linux systems to Windows systems. Thanks to the developers and supporters for providing such wonderful software. A user recently reported that a tool I have written no longer works on Windows systems, generati

Program terminates with "cygheap version mismatch detected"

2004-09-14 Thread Joshua Wright
I've been using Cygwin for a few years to port code written for Linux systems to Windows systems. Thanks to the developers and supporters for providing such wonderful software. A user recently reported that a tool I have written no longer works on Windows systems, generating the following erro