Bug 479119

Summary: seamonkey crashes opening simple web page
Product: [Fedora] Fedora Reporter: Deian <dchepishev>
Component: seamonkeyAssignee: Gecko Maintainer <gecko-bugs-nobody>
Status: CLOSED DUPLICATE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: medium Docs Contact:
Priority: low    
Version: 10CC: caillon, gecko-bugs-nobody, kengert, stransky
Target Milestone: ---   
Target Release: ---   
Hardware: i686   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2009-01-07 12:19:16 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Deian 2009-01-07 12:10:55 UTC
Description of problem:

Seamonkey alway crashes with segmentation fault when tries to access very simple web page generated from this perl script:

=============CUT HERE===========================
#!/usr/bin/perl -w


use Net::SMTP;
use MIME::Base64;

my $from = 'sender';
my $to = 'recipient';

printf("Content-type: text/plain\n\n");
printf("\n\nSend email to: $to from: $from");

=============CUT HERE=====================================

I tried with completely clean profile. The same problem. It always crashes.

Version-Release number of selected component (if applicable):

I am running Fedora 10 on thinkpad R61, updated to latest patch level:

kernel: 2.6.27.9-159.fc10.i686
seamonkey: seamonkey-1.1.14-1.fc10.i386

How reproducible:

Steps to Reproduce:
1. Create perl script like the one above
2. Access it with seamonkey
3.
  
Actual results:

Seamonkey crashes with segmentations fault 

Expected results:

Open it with no problems

Additional info:

If I try with seamonkey from mozilla.org I dont have this problem.

Comment 1 Martin Stransky 2009-01-07 12:19:16 UTC
It's caused by gcc Bug 468415, as a workaround run seamonkey-1.1.14-2.fc10.i386
(from fedora updates) w/o -O2 optimalization...

*** This bug has been marked as a duplicate of bug 468415 ***