Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > Perl > Perl Misc > Where do you report perl bugs?

Reply
Thread Tools

Where do you report perl bugs?

 
 
Wes Groleau
Guest
Posts: n/a
 
      01-17-2005
I have a case where adding a space in a place where it's
not supposed to matter makes a program work.

wgroleau$ diff ~/bin/GEDCOM_DB ./tempGCDB
1c1
< #!/usr/bin/perl -w -CSD
---
> #!/usr/bin/perl -w -CSD


od -xc revealed that the extra space is indeed a (hex 20)
regular space and not a UTF-8 construct.

Without the extra space, it refuses to run on v5.8.0 built for
alpha-netbsd 1.6.2_STABLE and it crashes (segmentation fault/bus error)
on perl, v5.8.1-RC3 built for darwin-thread-multi-2level 7.7.0

--
Wes Groleau

Truth often suffers more from the heat of its defenders
than from the arguments of its opposers.
-- William Penn
 
Reply With Quote
 
 
 
 
A. Sinan Unur
Guest
Posts: n/a
 
      01-17-2005
In article <U_qdncm7WdNVoHbcRVn-> posted on Sun, 16 Jan
2005 23:04:18 -0500, Wes Groleau wrote:

> Subject: Re: Where do you report perl bugs?


[ Incomplete symptom description snipped ]

Please don put your entire question in the subject line.

Use perlbug to report perl bugs (shocking, I know).

Sinan

--
A. Sinan Unur
d -- remove invalid and
reverse each component for email address.

 
Reply With Quote
 
 
 
 
Wes Groleau
Guest
Posts: n/a
 
      01-17-2005
A. Sinan Unur wrote:
> [ Incomplete symptom description snipped ]


Unless you are the one trying to fix it, more details
than you want were in another thread.

> Use perlbug to report perl bugs (shocking, I know).


Thanks. Appeared to work (no error message).

Is there an auto-reply to show that it actually arrived?


--
Wes Groleau
------
"The reason most women would rather have beauty than brains is
they know that most men can see better than they can think."
-- James Dobson
 
Reply With Quote
 
Tad McClellan
Guest
Posts: n/a
 
      01-18-2005
Wes Groleau <groleau+> wrote:

> Subject: Where do you report perl bugs?



You are expected to check the Perl FAQ *before* posting
to the Perl newsgroup you know.

perldoc -q bug

Where do I send bug reports?


--
Tad McClellan SGML consulting
Perl programming
Fort Worth, Texas
 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
if you report damage dvd, do you get an extra dvd next time? peter DVD Video 2 03-17-2006 01:37 AM
The definition of the report 'Main Report' is invalid =?Utf-8?B?Sm9obiBCYWlsZXk=?= ASP .Net 0 07-02-2005 06:43 AM
Crysatl report load report failed Meheraj shaik via .NET 247 ASP .Net 1 06-07-2005 08:29 AM
Load Report Fails on ASP.NET app when report is on a different ser =?Utf-8?B?aHVicmlzdGljYm9i?= ASP .Net 1 03-17-2005 01:24 PM
Setting a Range Parameter in a crystal report and streaming resulting report as a pdf James Wallace ASP .Net 0 10-17-2003 04:42 PM



Advertisments