Bug 603661

Summary: libflashplayer.so in Mozilla Seamonkey crashes by opening sample SWF file, when mozilla debugged via gdb
Product: Red Hat Enterprise Linux 3 Reporter: Jan Lieskovsky <jlieskov>
Component: seamonkeyAssignee: Martin Stransky <stransky>
Status: CLOSED WONTFIX QA Contact: desktop-bugs <desktop-bugs>
Severity: low Docs Contact:
Priority: low    
Version: 3.9CC: caillon, jkoten, security-response-team, stransky, tpelka, vbenes
Target Milestone: ---Keywords: Triaged
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2010-12-16 12:44:21 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 Jan Lieskovsky 2010-06-14 09:39:24 UTC
Description of problem:
libflashplayer.so in Mozilla Seamonkey crashes by opening sample
SWF file, when mozilla debugged via gdb

Version-Release number of selected component (if applicable):
seamonkey-1.0.9-0.55.el3.i386

How reproducible:
Always

Steps to Reproduce:
1. mozilla
2. ps ax | grep mozilla-bin => return "ppid"
3. gdb
   (gdb) attach ppid
   (gdb) continue
4. Load in mozilla one of the following SWF files:
   a, http://www.istockphoto.com/stock-flash-13236504-soccer-elephant.php or
   b, http://www.istockphoto.com/stock-flash-13238378-ten-circles-preloader.php

Actual results (libflashplayer.so crash)
...
Detaching after fork from child process 19162.
[New Thread 60849072 (LWP 19165)]
[New Thread 145234864 (LWP 19166)]
[New Thread 173484976 (LWP 19167)]
 
Program received signal SIGSEGV, Segmentation fault.
[Switching to Thread -1218588544 (LWP 19104)]
0x06852e69 in ?? ()
(gdb)


Expected results:
No crash.

Additional info:
$ rpm -q seamonkey{,-debuginfo}
seamonkey-1.0.9-0.55.el3.i386
seamonkey-debuginfo-1.0.9-0.52.el3.i386

$ rpm -q flash-plugin
flash-plugin-9.0.277.0-1.el3.with.oss.i386

Martin, the reason for this might be seamonkey is searching for "debuginfo"
information for flash-plugin, and since there is no "flash-plugin" debuginfo
package, call of relevant routine leads to crash. Could you have a look
what's wrong here?

Note: There is no crash, when mozilla called without gdb, i.e via:
  mozilla http://www.istockphoto.com/stock-flash-13236504-soccer-elephant.php

or 

  mozilla http://www.istockphoto.com/stock-flash-13238378-ten-circles-preloader.php

Relevant pages are displayed properly in that case.

Comment 17 Martin Stransky 2010-12-16 12:44:21 UTC
RHEL3 is EOL now.