Re: Perl child_info_fork runtime error

2018-07-08 Thread Ulli Horlacher
To resume my mail: On Wed 2018-05-30 (12:57), Ulli Horlacher wrote: > > One of my Perl programs produces strange runtime errors on a Windows 7 > system (CYGWIN_NT-6.1 32bit) of my colleague: > > 0 [main] perl 4232 child_info_fork::abort: address space needed >by 'Encode.dll' (0x37

Re: Perl child_info_fork runtime error

2018-06-06 Thread Ulli Horlacher
On Wed 2018-06-06 (17:49), Marco Atzeri wrote: > >> No, it's most likely (or should be, anyway) an XS library for the Encode > >> module of Perl. The address it gets loaded to is awfully low, so it's > >> either BLODA or you're using another library that's occupying the reabse > >> space for this

Re: Perl child_info_fork runtime error

2018-06-06 Thread Marco Atzeri
On 6/6/2018 5:31 PM, Ulli Horlacher wrote: On Mon 2018-06-04 (21:24), Achim Gratz wrote: Ulli Horlacher writes: No, it's most likely (or should be, anyway) an XS library for the Encode module of Perl. The address it gets loaded to is awfully low, so it's either BLODA or you're using another

Re: Perl child_info_fork runtime error

2018-06-06 Thread Ulli Horlacher
On Mon 2018-06-04 (21:24), Achim Gratz wrote: > Ulli Horlacher writes: > > > /client/bin is a directory which I have created. > > It should not collide with anything. > > So what's in there, is in PATH etc. pp. In /client/bin are my own programs, mostly Perl scripts and yes, it is in $PATH. >

Re: Perl child_info_fork runtime error

2018-06-04 Thread Achim Gratz
Ulli Horlacher writes: > /client/bin is a directory which I have created. > It should not collide with anything. So what's in there, is in PATH etc. pp. > The problem is: > > [main] perl 4232 child_info_fork::abort: address space needed by 'Encode.dll' > (0x37) is already occupied > > Encode

Re: Perl child_info_fork runtime error

2018-06-04 Thread Ulli Horlacher
On Wed 2018-05-30 (21:56), Achim Gratz wrote: > Ulli Horlacher writes: > > > Line 106 in /client/bin/fexsend is: > > That path looks suspiciously like something not properly packaged for > Cygwin. If so, it may use DLL that are not rebased and collide with > Cygwin's. /client/bin is a directory

Re: Perl child_info_fork runtime error

2018-05-30 Thread Achim Gratz
Ulli Horlacher writes: > Line 106 in /client/bin/fexsend is: That path looks suspiciously like something not properly packaged for Cygwin. If so, it may use DLL that are not rebased and collide with Cygwin's. Regards, Achim. -- +<[Q+ Matrix-12 WAVE#46+305 Neuron microQkb Andromeda XTk Blofeld]

Perl child_info_fork runtime error

2018-05-30 Thread Ulli Horlacher
One of my Perl programs produces strange runtime errors on a Windows 7 system (CYGWIN_NT-6.1 32bit) of my colleague: 0 [main] perl 4232 child_info_fork::abort: address space needed by 'Encode.dll' (0x37) is already occupied Can't fork, trying again in 5 seconds at /client/bin/