* perl 5.8 / autoheader issue
@ 2002-08-28 8:06 Conrad Scott
2002-08-28 8:15 ` Jason Tishler
` (2 more replies)
0 siblings, 3 replies; 6+ messages in thread
From: Conrad Scott @ 2002-08-28 8:06 UTC (permalink / raw)
To: cygwin
I just updated my system to use (the experimental) perl 5.8 and
I've run into a problem w/ autoheader that seems to be a perl
issue.
(I'm also running the latest cygwin DLL from CVS in case that's
relevant; and I'm on win2k SP3; cygcheck output attached.)
scottc@BABEL ~
$ autoheader --version
C:\cygwin\bin\perl.exe: *** unable to remap
C:\cygwin\lib\perl5\5.8.0\cygwin-multi-64int\auto\IO\IO.dll to
same address as parent -- 0x21960000
*** continuing from debugger call
5501910 [main] perl 1656 sync_with_child: child 1860(0x150) died
before initialization with status code 0x1
5522502 [main] perl 1656 sync_with_child: *** child state child
loading dlls
*** continuing from debugger call
/usr/bin/autoheader: line 231: 1656 Aborted (core
dumped) ${AUTO_DEVEL}/bin/autoheader --version
--------------------------------------------------------
Autoconf version 2.13
--------------------------------------------------------
This is autoheader-wrapper, which will hand off execution
to one of the two real versions listed above, depending
on the contents of configure.in/configure.ac. Since the
wrapper was called from within a directory in which those
files are not found, this generic 'version' message is
displayed.
The problem is intermittent but can be triggered by running
"autoheader --version" in a directory w/o any configure.in script
or whatever. The particular DLL involved changes from crash to
crash tho' is alway from the perl lib hierarchy.
Note the hand-waving here: I don't understand the auto* stuff at
all; all I know is that this just happened in the bzlib2 directory
while configuring a cygwin build from scratch and I can re-create
it in an empty directory. YMMV.
Other than running from a locally built cygwin DLL, that otherwise
seems fine, this problem just turned up on a clean install of the
latest perl 5.8 via setup.
For the moment I'll go back to the previous release (5.6?) so this
isn't a big problem for me.
Cheers,
// Conrad
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: perl 5.8 / autoheader issue
2002-08-28 8:06 perl 5.8 / autoheader issue Conrad Scott
@ 2002-08-28 8:15 ` Jason Tishler
2002-08-28 9:49 ` Nicholas Wourms
2002-08-29 6:36 ` Greg Matheson
2 siblings, 0 replies; 6+ messages in thread
From: Jason Tishler @ 2002-08-28 8:15 UTC (permalink / raw)
To: cygwin
Conrad,
On Wed, Aug 28, 2002 at 10:18:11AM +0100, Conrad Scott wrote:
> $ autoheader --version
> C:\cygwin\bin\perl.exe: *** unable to remap C:\cygwin\lib\perl5\5.8.0\cygwin-multi-64int\auto\IO\IO.dll to same address as parent -- 0x21960000
Sounds like you have been bitten by the rebase bug.
Jason
--
Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple
Bug reporting: http://cygwin.com/bugs.html
Documentation: http://cygwin.com/docs.html
FAQ: http://cygwin.com/faq/
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: perl 5.8 / autoheader issue
2002-08-28 8:06 perl 5.8 / autoheader issue Conrad Scott
2002-08-28 8:15 ` Jason Tishler
@ 2002-08-28 9:49 ` Nicholas Wourms
2002-08-28 11:59 ` Gerrit P. Haase
2002-08-29 6:36 ` Greg Matheson
2 siblings, 1 reply; 6+ messages in thread
From: Nicholas Wourms @ 2002-08-28 9:49 UTC (permalink / raw)
To: cygwin
--- Conrad Scott <Conrad.Scott@dsl.pipex.com> wrote:
> I just updated my system to use (the experimental) perl 5.8 and
> I've run into a problem w/ autoheader that seems to be a perl
> issue.
>
> (I'm also running the latest cygwin DLL from CVS in case that's
> relevant; and I'm on win2k SP3; cygcheck output attached.)
>
I, too, am having problems with perl-5.8.0 and autoheader. When perl
gets ready to evaluate one of the autoheader perl scripts, it craps
out. I'm running the same cygwin dll as Scott, except I'm on WinME.
However, the error I get it doesn't seem like a rebase problem:
assertion "!wait_sig_inited" failed: file
"../../../../src/winsup/cygwin/sigproc.cc", line 656
...
[Repeated 100+ times]
...
18172853 [main] perl 627215 sync_with_child: child -901351(0x1A4)
died before initialization with status code 0xFFFFFFFF
18172888 [main] perl 627215 sync_with_child: *** child state child
loading dlls
Cheers,
Nicholas
__________________________________________________
Do You Yahoo!?
Yahoo! Finance - Get real-time stock quotes
http://finance.yahoo.com
--
Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple
Bug reporting: http://cygwin.com/bugs.html
Documentation: http://cygwin.com/docs.html
FAQ: http://cygwin.com/faq/
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: perl 5.8 / autoheader issue
2002-08-28 9:49 ` Nicholas Wourms
@ 2002-08-28 11:59 ` Gerrit P. Haase
0 siblings, 0 replies; 6+ messages in thread
From: Gerrit P. Haase @ 2002-08-28 11:59 UTC (permalink / raw)
To: cygwin
Hallo Nicholas,
Am Mittwoch, 28. August 2002 um 18:49 schriebst du:
> --- Conrad Scott <Conrad.Scott@dsl.pipex.com> wrote:
>> I just updated my system to use (the experimental) perl 5.8 and
>> I've run into a problem w/ autoheader that seems to be a perl
>> issue.
>> (I'm also running the latest cygwin DLL from CVS in case that's
>> relevant; and I'm on win2k SP3; cygcheck output attached.)
> I, too, am having problems with perl-5.8.0 and autoheader. When perl
> gets ready to evaluate one of the autoheader perl scripts, it craps
> out. I'm running the same cygwin dll as Scott, except I'm on WinME.
> However, the error I get it doesn't seem like a rebase problem:
I have no problems with the latest release of cygwin DLL and Perl on
NT4 and W2K. Also running e.g. autoheader doesn't make problems.
> assertion "!wait_sig_inited" failed: file
> "../../../../src/winsup/cygwin/sigproc.cc", line 656
> ...
> [Repeated 100+ times]
> ...
> 18172853 [main] perl 627215 sync_with_child: child -901351(0x1A4)
> died before initialization with status code 0xFFFFFFFF
> 18172888 [main] perl 627215 sync_with_child: *** child state child
> loading dlls
Hmmm, looks not like a Perl problem to me. Could someone try to
rebuild perl to see if this would change the behaviour?
Gerrit
--
=^..^=
--
Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple
Bug reporting: http://cygwin.com/bugs.html
Documentation: http://cygwin.com/docs.html
FAQ: http://cygwin.com/faq/
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: perl 5.8 / autoheader issue
2002-08-28 8:06 perl 5.8 / autoheader issue Conrad Scott
2002-08-28 8:15 ` Jason Tishler
2002-08-28 9:49 ` Nicholas Wourms
@ 2002-08-29 6:36 ` Greg Matheson
2002-08-29 7:44 ` Christopher Faylor
2 siblings, 1 reply; 6+ messages in thread
From: Greg Matheson @ 2002-08-29 6:36 UTC (permalink / raw)
To: cygwin
On Wed, 28 Aug 2002, Conrad Scott wrote:
> I just updated my system to use (the experimental) perl 5.8 and
> I've run into a problem w/ autoheader that seems to be a perl
> issue.
> scottc@BABEL ~
> $ autoheader --version
> C:\cygwin\bin\perl.exe: *** unable to remap
> C:\cygwin\lib\perl5\5.8.0\cygwin-multi-64int\auto\IO\IO.dll to
> same address as parent -- 0x21960000
> *** continuing from debugger call
> 5501910 [main] perl 1656 sync_with_child: child 1860(0x150) died
> before initialization with status code 0x1
I'm getting the same error messages on one Windows 98 machine
with the cygwin 5.8.0 build.
afld-2@user ~
$ perldoc perlfunc
621 [main] perl 478893 sync_with_child: child -611149(0x138) died before initialization with status code 0x1
804 [main] perl 478893 sync_with_child: *** child state child loading dlls
5587110 [main] perl 478893 sync_with_child: child -610901(0x144) died before initialization with status code 0x1
5587181 [main] perl 478893 sync_with_child: *** child state child loading dlls
... etc.
I don't have this problem on other machines, I think.
--
Greg Matheson Learn a third language and
Chinmin College be born again, again.
Taiwan Penpals Archive <URL: http://netcity.hinet.net/kurage >
--
Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple
Bug reporting: http://cygwin.com/bugs.html
Documentation: http://cygwin.com/docs.html
FAQ: http://cygwin.com/faq/
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: perl 5.8 / autoheader issue
2002-08-29 6:36 ` Greg Matheson
@ 2002-08-29 7:44 ` Christopher Faylor
0 siblings, 0 replies; 6+ messages in thread
From: Christopher Faylor @ 2002-08-29 7:44 UTC (permalink / raw)
To: cygwin
On Thu, Aug 29, 2002 at 09:39:27PM +0800, Greg Matheson wrote:
>On Wed, 28 Aug 2002, Conrad Scott wrote:
>
>> I just updated my system to use (the experimental) perl 5.8 and
>> I've run into a problem w/ autoheader that seems to be a perl
>> issue.
>
>> scottc@BABEL ~
>> $ autoheader --version
>> C:\cygwin\bin\perl.exe: *** unable to remap
>> C:\cygwin\lib\perl5\5.8.0\cygwin-multi-64int\auto\IO\IO.dll to
>> same address as parent -- 0x21960000
>> *** continuing from debugger call
>> 5501910 [main] perl 1656 sync_with_child: child 1860(0x150) died
>> before initialization with status code 0x1
>
>I'm getting the same error messages on one Windows 98 machine
>with the cygwin 5.8.0 build.
>
>afld-2@user ~
>$ perldoc perlfunc
> 621 [main] perl 478893 sync_with_child: child -611149(0x138) died before initialization with status code 0x1
> 804 [main] perl 478893 sync_with_child: *** child state child loading dlls
>5587110 [main] perl 478893 sync_with_child: child -610901(0x144) died before initialization with status code 0x1
>5587181 [main] perl 478893 sync_with_child: *** child state child loading dlls
>
>... etc.
>
>I don't have this problem on other machines, I think.
Sounds like you have multiple versions of cygwin on the system.
cgf
--
Please do not send me personal email with cygwin questions.
Use the resources at http://cygwin.com/ .
--
Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple
Bug reporting: http://cygwin.com/bugs.html
Documentation: http://cygwin.com/docs.html
FAQ: http://cygwin.com/faq/
^ permalink raw reply [flat|nested] 6+ messages in thread
end of thread, other threads:[~2002-08-29 7:44 UTC | newest]
Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2002-08-28 8:06 perl 5.8 / autoheader issue Conrad Scott
2002-08-28 8:15 ` Jason Tishler
2002-08-28 9:49 ` Nicholas Wourms
2002-08-28 11:59 ` Gerrit P. Haase
2002-08-29 6:36 ` Greg Matheson
2002-08-29 7:44 ` Christopher Faylor
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).