Re: perl fork error: child_info_fork::abort: data segment start: - example code!

2012-02-09 Thread Corinna Vinschen
On Feb 9 14:50, Heiko Elger wrote: > Corinna Vinschen writes: > > > So with the latest snapshot we can at least see which DLL is affected > > by this problem. Then we can check where this DLL is really supposed to > > be in memory (objdump -h) and then we can check what really is at this > > loc

Re: perl fork error: child_info_fork::abort: data segment start: - example code!

2012-02-09 Thread Heiko Elger
Corinna Vinschen writes: > So with the latest snapshot we can at least see which DLL is affected > by this problem. Then we can check where this DLL is really supposed to > be in memory (objdump -h) and then we can check what really is at this > location in the process VM (/proc/$PID/maps) Hello

Re: perl fork error: child_info_fork::abort: data segment start: - example code!

2012-02-09 Thread Corinna Vinschen
On Feb 9 13:20, Jon TURNEY wrote: > On 08/02/2012 14:27, Corinna Vinschen wrote: > > On Feb 8 13:59, Heiko Elger wrote:> > >> Yes - I know it is a BLODA - but please go on reading - my company want > >> to > >> contact Symantec cause of these ERRORs. > >> > >> The following simple perl script

Re: perl fork error: child_info_fork::abort: data segment start: - example code!

2012-02-09 Thread Jon TURNEY
On 08/02/2012 14:27, Corinna Vinschen wrote: > On Feb 8 13:59, Heiko Elger wrote:> >> Yes - I know it is a BLODA - but please go on reading - my company want to >> contact Symantec cause of these ERRORs. >> >> The following simple perl script will produce the following error: >> * snip snip

Re: perl fork error: child_info_fork::abort: data segment start: - example code!

2012-02-08 Thread Corinna Vinschen
On Feb 8 14:55, Heiko Elger wrote: > Corinna Vinschen writes: > > > > So why I will get this error - only cause of symantec? > > > > Perhaps. Probably. I'm not sure. However, the above addresses > > 0xC1A000 and 0xA6A000 are *very* unlikely DLL load addresses in a > > Windows system. Usually

Re: perl fork error: child_info_fork::abort: data segment start: - example code!

2012-02-08 Thread Heiko Elger
Corinna Vinschen writes: > > So why I will get this error - only cause of symantec? > > Perhaps. Probably. I'm not sure. However, the above addresses > 0xC1A000 and 0xA6A000 are *very* unlikely DLL load addresses in a > Windows system. Usually DLLs are loaded at addresses beyond > 0x1000,

Re: perl fork error: child_info_fork::abort: data segment start: - example code!

2012-02-08 Thread Corinna Vinschen
On Feb 8 13:59, Heiko Elger wrote: > We use Symantec Endpoint Protection 12.1.x! Uh oh. > Yes - I know it is a BLODA - but please go on reading - my company want to > contact Symantec cause of these ERRORs. > > The following simple perl script will produce the following error: > * snip sn