Bug 139259 - fix crash in www/p5-CGI-SpeedyCGI port
Summary: fix crash in www/p5-CGI-SpeedyCGI port
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Lars Thegler
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-09-30 19:40 UTC by Vick Khera
Modified: 2009-10-12 21:00 UTC (History)
0 users

See Also:


Attachments
file.diff (813 bytes, patch)
2009-09-30 19:40 UTC, Vick Khera
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Vick Khera 2009-09-30 19:40:03 UTC
	

Port www/p5-CGI-SpeedyCGI

with perl 5.10, speedy tends to segfault when the program calls exit() after
the first time it is run.

See also bug report from Debian:

http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=537996

Fix: this is the patch copied from debian into the port.
How-To-Repeat: 	

see above bug report from debian.  it may or may not happen on any given
machine.  on my machines i have a big program from our application that does
it.
Comment 1 Mark Linimon freebsd_committer freebsd_triage 2009-09-30 19:57:07 UTC
Responsible Changed
From-To: freebsd-ports-bugs->lth

Fix synopsis and assign.
Comment 2 dfilter service freebsd_committer freebsd_triage 2009-10-12 20:55:51 UTC
lth         2009-10-12 19:55:37 UTC

  FreeBSD ports repository

  Modified files:
    www/p5-CGI-SpeedyCGI Makefile 
  Added files:
    www/p5-CGI-SpeedyCGI/files patch-src_speedy_perl.c 
  Log:
  Avoid segfault on perl 5.10
  
  PR:             ports/139259
  Submitted by:   Vivek Khera <vivek@khera.org>
  Obtained from:  http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=537996
  
  Revision  Changes    Path
  1.17      +1 -1      ports/www/p5-CGI-SpeedyCGI/Makefile
  1.1       +15 -0     ports/www/p5-CGI-SpeedyCGI/files/patch-src_speedy_perl.c (new)
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
Comment 3 Lars Thegler freebsd_committer freebsd_triage 2009-10-12 20:56:07 UTC
State Changed
From-To: open->closed

Committed. Thanks!