Closed
Bug 199611
Opened 22 years ago
Closed 22 years ago
Crash when clicking "watch this item" on ebay.com
Categories
(SeaMonkey :: General, defect)
Tracking
(Not tracked)
RESOLVED
INVALID
People
(Reporter: richard, Assigned: asa)
References
()
Details
(Keywords: crash)
Attachments
(1 file)
8.76 KB,
text/html
|
Details |
User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.3) Gecko/20030327 Debian/1.3-4
Build Identifier: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.3) Gecko/20030327 Debian/1.3-4
Mozilla crashes hard when clicking "watch this item" on any eBay auction page.
Reproducible: Always
Steps to Reproduce:
1. Go to http://www.ebay.com/
2. Select "my eBay" from the top
3. Log in if needed
2. Browse/search until you find an auction page
3. Click "watch this item"
Actual Results:
Mozilla crashes.
Expected Results:
Display the "You are now watching n items" page from eBay.
Interestingly, the item has been added to the "Items I'm Watching" list, so I am
assuming the problem is caused by the server response.
Comment 1•22 years ago
|
||
please grab a stacktrace with gdb or install a talkback-enabled build from
.mozilla.org.
http://download.mozilla.org/pub/mozilla/nightly/latest/
(...-gnu-sea.tar.gz or -gnu-installer.tar.gz)
Keywords: crash
Reporter | ||
Comment 2•22 years ago
|
||
Using gdb gives me:
/usr/lib/mozilla/mozilla-bin: relocation error:
/usr/lib/mozilla/components/libnsgif.so: undefined symbol:
NS_NewGenericModule__FPCcUiP21nsModuleComponentInfoPFP9nsIModule_vPP9nsIModule
(no debugging symbols found)...(no debugging symbols found)...
Program exited normally.
(gdb) bt
No stack.
Works fine for me on Linux with cvs 20030328. Must be some Debian(ism).
Reporter: Could you please provide the page ( or testcase ) that crashes for
you? Thanks.
Reporter | ||
Comment 5•22 years ago
|
||
Filed a bug for the debian package. See
http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=186650
Reporter | ||
Comment 6•22 years ago
|
||
Any "watch this item" link seems to crash Mozilla for me. These are the ones I
have tried today:
http://cgi1.ebay.com/aw-cgi/eBayISAPI.dll?MakeTrack&item=2517843013
http://cgi1.ebay.com/aw-cgi/eBayISAPI.dll?MakeTrack&item=3409616290
Comment 7•22 years ago
|
||
Richard, can you save the page and attach it here?
in gdb, you'll need to set breakpoints for exit and abort before it crashes
(gdb) b exit
(gdb) b abort
(gdb) cont
[make Mozilla crash...]
Reporter | ||
Comment 8•22 years ago
|
||
Setting those breakpoints still makes mozilla exit normally.
I have retrieved the HTML that crashes mozilla using wget. When I open this
files using File -> Open, it reproduces the crash. Hope this helps.
Reporter | ||
Comment 9•22 years ago
|
||
Comment 10•22 years ago
|
||
WORKSFORME with linux trunk 20030328, 1.3 release and trunk/CVS xft/gtk2.
can you try a more recent trunk build (trunk)? also does using a clean profile
help?
==> Browser/General for now
> Setting those breakpoints still makes mozilla exit normally.
"b exit" will catch Mozilla exitting normally...
Assignee: harishd → asa
Component: Parser → Browser-General
QA Contact: dsirnapalli → asa
Reporter | ||
Comment 11•22 years ago
|
||
I downloaded the latest trunk (1.4a build 2003033008) and the page attached here
displays fine. I can also click "watch this item" on eBay without problems.
I'll persue a fix in the Debian build of Mozilla. Thanks all.
Comment 12•22 years ago
|
||
Verified on latest trunk build on both WinXP and Linux. I am able to click
"Watch this item" and it does bring expected page.
Comment 13•22 years ago
|
||
this looks like a Debian packaging problem (see comment 2, what is libnsgif?).
marking INVALID (this is not a Mozilla bug)
reopen if this is actually a Mozilla bug
Status: UNCONFIRMED → RESOLVED
Closed: 22 years ago
Resolution: --- → INVALID
Updated•21 years ago
|
Product: Browser → Seamonkey
You need to log in
before you can comment on or make changes to this bug.
Description
•