Re: segmentation fault

2012-01-04 Thread Motaz SAAD
On Dec 24 2011, 9:07 pm, shlo...@shlomifish.org (Shlomi Fish) wrote: > Hi Motaz, > > On Thu, 22 Dec 2011 10:57:48 -0800 (PST) > > Motaz SAAD wrote: > > Hello, > > > Thanks very much, it is really helpful tool. > > You're welcome. > > > my script spend 10 min running until I get segmentation fault

Re: segmentation fault

2011-12-24 Thread Adams Paul
Sent from my LG phone Motaz SAAD wrote: >On Dec 21, 5:37 pm, shlo...@shlomifish.org (Shlomi Fish) wrote: >> On Wed, 21 Dec 2011 09:48:19 -0600 >> >> >> >> >> >> >> >> >> >> Robert Wohlfarth wrote: >> > On Tue, Dec 20, 2011 at 11:25 AM, Motaz SAAD wrote: >> >> > > I am a beginner  in perl and

Re: segmentation fault

2011-12-24 Thread Shlomi Fish
Hi Motaz, On Thu, 22 Dec 2011 10:57:48 -0800 (PST) Motaz SAAD wrote: > Hello, > > Thanks very much, it is really helpful tool. You're welcome. > my script spend 10 min running until I get segmentation fault error, > but when I traced my script and it spend 2 days and still running !!! > I run

Re: segmentation fault

2011-12-24 Thread Motaz SAAD
On Dec 21, 5:37 pm, shlo...@shlomifish.org (Shlomi Fish) wrote: > On Wed, 21 Dec 2011 09:48:19 -0600 > > > > > > > > > > Robert Wohlfarth wrote: > > On Tue, Dec 20, 2011 at 11:25 AM, Motaz SAAD wrote: > > > > I am a beginner  in perl and I have segmentation fault in my code. the > > > code run pe

Re: segmentation fault

2011-12-21 Thread Robert Wohlfarth
On Wed, Dec 21, 2011 at 10:37 AM, Shlomi Fish wrote: > On Wed, 21 Dec 2011 09:48:19 -0600 > Robert Wohlfarth wrote: > > > On Tue, Dec 20, 2011 at 11:25 AM, Motaz SAAD > wrote: > > > > > I am a beginner in perl and I have segmentation fault in my code. the > > > code run perfectly for the until

Re: segmentation fault

2011-12-21 Thread Shlomi Fish
On Wed, 21 Dec 2011 09:48:19 -0600 Robert Wohlfarth wrote: > On Tue, Dec 20, 2011 at 11:25 AM, Motaz SAAD wrote: > > > I am a beginner in perl and I have segmentation fault in my code. the > > code run perfectly for the until the third iteration and it produce > > segmentation fault in the in

Re: segmentation fault

2011-12-21 Thread Robert Wohlfarth
On Tue, Dec 20, 2011 at 11:25 AM, Motaz SAAD wrote: > I am a beginner in perl and I have segmentation fault in my code. the > code run perfectly for the until the third iteration and it produce > segmentation fault in the inner while loop in the 3rd iteration of > the outer while loop. > Would

Re: Segmentation fault error and its causes

2004-11-16 Thread John
supriya devburman wrote: some time script gives 'Segmentation fault' error what does it mean n what is its cause thnx.. I don't see Perl segfault often, but one place I have seen it is when an old version of Perl parses an XML file which contains a BOM. Are you parsing XML with an old version

Re: Segmentation fault error and its causes

2004-11-16 Thread Chris Devers
On Tue, 16 Nov 2004, supriya devburman wrote: > some time script gives 'Segmentation fault' error > what does it mean [and] what is its cause It's a very bad error, but chances are not your fault. "Segfaults" are more common with compiled languages like C or C++ than interpreted languages like

RE: Segmentation fault - core dumped

2002-02-19 Thread gross, cedric
> De : Ken Clark [mailto:[EMAIL PROTECTED]] > Envoyé : mardi 19 février 2002 12:54 > could you be more precise? you could backtrace it, and send > that in as a > bug, if it is one. and what version are you using? what were you doing > when it failed? is there consistency with the failure? I'm r