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 s

Re: segmentation fault

2011-12-24 Thread Adams Paul
0, 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 i

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

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 hav

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 >

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 > > se

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 l

segmentation fault

2011-12-21 Thread Motaz SAAD
Hello, 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 you please help me with hints. Your help will be

Re: help: segmentation fault in threads program that use binmode

2011-07-12 Thread a b
Hi, did you got your issue resolved!! I also face segmentation fault but without binmode I didn't found any solution any where and opted another solution my program was using thread in loop till perl dump core with Out of memory issue Best of luck ~a b On Thu, Jun 9, 2011 at 5:32 AM, a

Re: help: segmentation fault in threads program that use binmode

2011-06-17 Thread Shlomi Fish
Hi anders, On Wed, 15 Jun 2011 07:38:46 +0800 "anders lee" wrote: > > when i use binmode in threaded program, i got a segmentation fault; > > i comment the binmode line, the program works well > > > use threads; > use threads::shared; > > use

help: segmentation fault in threads program that use binmode

2011-06-14 Thread anders lee
when i use binmode in threaded program, i got a segmentation fault; i comment the binmode line, the program works well use threads; use threads::shared; use utf8; binmode(STDOUT, ':encoding(utf8)'; ---thread create and join- -- 使用 Opera 革命性的电子邮件客户程序: http://www

help: segmentation fault in threads program that use binmode

2011-06-08 Thread anders lee
when i use binmode in threaded program, i got a segmentation fault; i comment the binmode line, the program works well use threads; use threads::shared; use utf8; binmode(STDOUT, ':encoding(utf8)'; ---thread create and join- -- 使用 Opera 革命性的电子邮件客户程序: http://www

Getting Segmentation fault

2008-05-31 Thread Rajnikant
Hello everyone, I'm trying to call 'C' routine from perl script. I have static library (libFile.a) where I can get object code of this routine and I have linked it with my perl script. This perl script get compile but after running it I'm getting segmentation fault. See code

Re: Getting Segmentation fault

2008-05-28 Thread Chas. Owens
On Wed, May 28, 2008 at 2:58 AM, Rajnikant <[EMAIL PROTECTED]> wrote: snip > Could someone please help me out finding whats wrong in code? > Thanks in advance. snip Without looking at the code in detail I would bet that the module is not thread safe. Try creating the Net::SFTP objects inside the

Getting Segmentation fault

2008-05-27 Thread Rajnikant
Hello everyone, I want to connect my client to multiple servers and download files using SFTP. So as to connect and download file from server I'm using seperate thread. I'm getting segmentation fault while creating the SFTP connection/Object in SFTP::New method. Following is the c

Perl OBDC Segmentation fault

2007-10-05 Thread [EMAIL PROTECTED]
: select * from Lengths where Taxon_ID =1 It gives the following: 18-1-16 23-1-17 23-1-15 23-1-14 24-1-15 Segmentation fault 3. When I use the query command: select * from Lengths where Sample_ID = 1 The result is : [EMAIL PROTECTED] msaccess]$ perl test.pl Segmentation fault Does anyone meet this

Re: Perl OBDC Segmentation fault

2007-10-05 Thread Jeff Pang
2007/10/4, [EMAIL PROTECTED] <[EMAIL PROTECTED]>: > 2. When I use the query command: select * from Lengths where Taxon_ID > =1 > It gives the following: > 18-1-16 > 23-1-17 > 23-1-15 > 23-1-14 > 24-1-15 > Segmentation fault > 3. When I use the query c

Re: Perl OBDC Segmentation fault

2007-10-05 Thread Rob Coops
rks well! > > 2. When I use the query command: select * from Lengths where Taxon_ID > > =1 > > It gives the following: > > 18-1-16 > > 23-1-17 > > 23-1-15 > > 23-1-14 > > 24-1-15 > > Segmentation fault > > 3. When I use the query comman

Perl OBDC Segmentation fault

2007-10-05 Thread [EMAIL PROTECTED]
: select * from Lengths where Taxon_ID =1 It gives the following: 18-1-16 23-1-17 23-1-15 23-1-14 24-1-15 Segmentation fault 3. When I use the query command: select * from Lengths where Sample_ID = 1 The result is : [EMAIL PROTECTED] msaccess]$ perl test.pl Segmentation fault Does anyone meet this

[Fwd: Re: Email::Address Segmentation Fault]

2006-12-08 Thread Mathew Snyder
Rob Dixon wrote: > Mathew Snyder wrote: >> >> I can't seem to get this working. Every time I try to run it >> segfaults on me. >> I've removed it from my code and reverted to the stage I was at before >> I added >> it and my script worked exactly as it did before I put it in. I've >> installed it

Re: Email::Address Segmentation Fault

2006-12-08 Thread Mathew Snyder
Rob Dixon wrote: > Mathew Snyder wrote: >> >> I can't seem to get this working. Every time I try to run it >> segfaults on me. >> I've removed it from my code and reverted to the stage I was at before >> I added >> it and my script worked exactly as it did before I put it in. I've >> installed it

Re: Email::Address Segmentation Fault

2006-12-06 Thread Jay Savage
On 12/6/06, Rob Dixon <[EMAIL PROTECTED]> wrote: Mathew Snyder wrote: > > This is the meat of what I have. It looks like it should work exactly as you > have only a bit more explicitly. All it does is return me to the prompt. I > know there should be at least 100 emails in the text I'm parsing

Re: Email::Address Segmentation Fault

2006-12-06 Thread Rob Dixon
Mathew Snyder wrote: This is the meat of what I have. It looks like it should work exactly as you have only a bit more explicitly. All it does is return me to the prompt. I know there should be at least 100 emails in the text I'm parsing. In fact, I've figured out how to do this with HTML::T

Re: Email::Address Segmentation Fault

2006-12-06 Thread Mathew
Rob Dixon wrote: > Mathew Snyder wrote: >> Rob Dixon wrote: >>> >>> Mathew Snyder wrote: Yes, that is exactly what I get. >>> >>> Then can you post something that /doesn't/ work for you please? >> >> I'm not sure what you mean. The script I posted doesn't work for me. So >> far, everyth

Re: Email::Address Segmentation Fault

2006-12-06 Thread Rob Dixon
Mathew Snyder wrote: Rob Dixon wrote: Mathew Snyder wrote: Yes, that is exactly what I get. Then can you post something that /doesn't/ work for you please? I'm not sure what you mean. The script I posted doesn't work for me. So far, everything you've suggested does. I mean can you pos

Re: Email::Address Segmentation Fault

2006-12-06 Thread Rob Dixon
Mathew Snyder wrote: Mathew Snyder wrote: Mathew Snyder wrote: I can't seem to get this working. Every time I try to run it segfaults on me. I've removed it from my code and reverted to the stage I was at before I added it and my script worked exactly as it did before I put it in. I've inst

Re: Email::Address Segmentation Fault

2006-12-06 Thread Mathew Snyder
Rob Dixon wrote: > Mathew Snyder wrote: >> >> Rob Dixon wrote: >>> >>> Look at the code below. Is this what you get? >>> >>> >>> use strict; >>> use warnings; >>> >>> use Email::Address; >>> >>> my $data = q| >>>>> href="/Ticket/Display.html?id=52549">52549>> class="collection-as-table" >>> hre

Re: Email::Address Segmentation Fault

2006-12-06 Thread Rob Dixon
Mathew Snyder wrote: > > Rob Dixon wrote: >> >> Look at the code below. Is this what you get? >> >> >> use strict; >> use warnings; >> >> use Email::Address; >> >> my $data = q| >>> href="/Ticket/Display.html?id=52549">52549> class="collection-as-table" >> href="/Ticket/Display.html?id=52549">

Re: Email::Address Segmentation Fault

2006-12-06 Thread Mathew Snyder
Rob Dixon wrote: > Mathew Snyder wrote: >> Rob Dixon wrote: >>> Mathew Snyder wrote: Mathew Snyder wrote: > I can't seem to get this working. Every time I try to run it > segfaults on me. > I've removed it from my code and reverted to the stage I was at > before I added >

Re: Email::Address Segmentation Fault

2006-12-06 Thread Rob Dixon
Mathew Snyder wrote: > Rob Dixon wrote: >> Mathew Snyder wrote: >>> Mathew Snyder wrote: I can't seem to get this working. Every time I try to run it segfaults on me. I've removed it from my code and reverted to the stage I was at before I added it and my script worked ex

Re: Email::Address Segmentation Fault

2006-12-06 Thread Mathew Snyder
Rob Dixon wrote: > Mathew Snyder wrote: >> Mathew Snyder wrote: >>> I can't seem to get this working. Every time I try to run it >>> segfaults on me. >>> I've removed it from my code and reverted to the stage I was at >>> before I added >>> it and my script worked exactly as it did before I put it

Re: Email::Address Segmentation Fault

2006-12-06 Thread Mathew Snyder
Rob Dixon wrote: > Mathew Snyder wrote: >> Mathew Snyder wrote: >>> I can't seem to get this working. Every time I try to run it >>> segfaults on me. >>> I've removed it from my code and reverted to the stage I was at >>> before I added >>> it and my script worked exactly as it did before I put it

Re: Email::Address Segmentation Fault

2006-12-06 Thread Rob Dixon
Mathew Snyder wrote: Mathew Snyder wrote: I can't seem to get this working. Every time I try to run it segfaults on me. I've removed it from my code and reverted to the stage I was at before I added it and my script worked exactly as it did before I put it in. I've installed it via both cpan a

Re: Email::Address Segmentation Fault

2006-12-06 Thread Rob Dixon
Mathew Snyder wrote: > I can't seem to get this working. Every time I try to run it segfaults on me. I've removed it from my code and reverted to the stage I was at before I added it and my script worked exactly as it did before I put it in. I've installed it via both cpan and yum. I've tried

Re: Email::Address Segmentation Fault

2006-12-06 Thread Mathew Snyder
Mathew Snyder wrote: > I can't seem to get this working. Every time I try to run it segfaults on me. > I've removed it from my code and reverted to the stage I was at before I added > it and my script worked exactly as it did before I put it in. I've installed > it > via both cpan and yum. I've

Email::Address Segmentation Fault

2006-12-06 Thread Mathew Snyder
I can't seem to get this working. Every time I try to run it segfaults on me. I've removed it from my code and reverted to the stage I was at before I added it and my script worked exactly as it did before I put it in. I've installed it via both cpan and yum. I've tried running it on a SuSE box

Segmentation Fault - Perl5.8.5

2005-08-03 Thread Kaushik.Saiprasad
Hi Monks, I'm currently involved in migrating a huge chunk of code (>45,000 LOC) from 'perl/5.6.0a' to 'perl/5.8.5'. A significant part of this code is made up of calls to 'Tk' widgets / GUIs. The issue is the following: This code, which used to work without any problems with 'perl/5.6.0a', has

Segmentation fault when installing Perl 5.8.6

2004-12-15 Thread perl_cova
Hi. This time I asked for a friend of mine for help with my English. I've been having problems installing DBD::Oracle and finally Tim Bunce advised me to install Perl 5.8.6. I try to, but I got a segmentation fault when running make. I tried this by running "sh Configure -de&qu

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

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++ t

Segmentation fault error and its causes

2004-11-16 Thread supriya devburman
some time script gives 'Segmentation fault' error what does it mean n what is its cause thnx.. __ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com -- To unsubscribe, e-mail: [EMAIL

Segmentation fault error and its causes

2004-11-16 Thread supriya devburman
some time script gives 'Segmentation fault' error what does it mean n what is its cause thnx.. __ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com -- To unsubscribe, e-mail: [EMAIL

Segmentation fault - probably Zlib.pm module problem

2003-10-15 Thread Rafal Gala
Hello I have got a problem with Compress::Zlib module for Perl. When I load some other module that uses Compress::Zlib module, for example CPAN, it always crashes with "segmentation fault" message. I have already tried 5 last versions of Compress::Zlib module and there is alway

RE: Segmentation fault - core dumped

2002-02-19 Thread gross, cedric
to find out with the core dumped file but it's not human readable...(for me) Cedric > > nice vagueness though. i give it a 9. > > k > > On Tue, Feb 19, 2002 at 09:56:34AM +0100, gross, cedric wrote: > > > >Dear all, > > > > > > > >

Segmentation fault - core dumped

2002-02-19 Thread gross, cedric
Dear all,   Sometimes with this piece of prog join I obtain a segmentation fault - core dumped... Why ? and How I could solve it ?     Thanks for help meta_extract.pl Description: meta_extract.pl -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL

system specific - Perl resource kit -segmentation fault

2001-07-26 Thread Giridhar nandikotkur
Hi Anyone I have a red hat 6.2 PII system. i tried to install perl resource kit cdrom 1997 on my machine which has 5.--4 and 5.--45 on it. I get a segmentation fault during installation. My machine has 5.005 version of perl. Any suggestions as to where I can find documentation on this issue? I