Bug ID
int64 961
1.91M
| Comment ID
int64 3.98k
17.1M
| Author
stringlengths 8
48
| Comment Text
stringlengths 1
64.3k
⌀ |
---|---|---|---|
56,704 | 476,727 |
Build ID: New *trunk* build; not tested in branch yet
Steps to Reproduce:
(1) Go to http://www.qazilla.org/crash.html
(2) Select text from top to bottom
Result: You crash when starting to select the bottom portion of the page.
Stack Trace:
ffffffff()
nsGenericHTMLContainerElement::ChildAt(int 0, nsIContent * & 0x00000000) line
3333
nsHTMLUListElement::ChildAt(const nsHTMLUListElement * const 0x0145d038, int 0,
nsIContent * & 0x00000000) line 65 + 22 bytes
nsContentIterator::GetDeepFirstChild(nsCOMPtr<nsIContent> {...}) line 403 + 49
bytes
nsContentSubtreeIterator::Next(nsContentSubtreeIterator * const 0x013e94c0)
line 1015 + 21 bytes
nsDOMSelection::selectFrames(nsDOMSelection * const 0x014311f0, nsIPresContext
* 0x01433ef0, nsIDOMRange * 0x013e9750, int 1) line 3807 + 23 bytes
nsDOMSelection::Extend(nsDOMSelection * const 0x014311f0, nsIDOMNode *
0x0145d030, int 2) line 5312
nsSelection::TakeFocus(nsSelection * const 0x01431260, nsIContent * 0x0145d038,
unsigned int 2, unsigned int 2, int 1, int 0) line 1800
nsSelection::HandleClick(nsSelection * const 0x01431260, nsIContent *
0x0145d038, unsigned int 2, unsigned int 2, int 1, int 0, int 0) line 1651 + 35
bytes
nsSelection::HandleDrag(nsSelection * const 0x01431260, nsIPresContext *
0x01433ef0, nsIFrame * 0x03064fe4, nsPoint & {...}) line 1707 + 37 bytes
nsFrame::HandleDrag(nsFrame * const 0x03064fe4, nsIPresContext * 0x01433ef0,
nsGUIEvent * 0x007af630, nsEventStatus * 0x007af520) line 1396
nsFrame::HandleEvent(nsFrame * const 0x03064fe4, nsIPresContext * 0x01433ef0,
nsGUIEvent * 0x007af630, nsEventStatus * 0x007af520) line 767 + 27 bytes
nsBlockFrame::HandleEvent(nsBlockFrame * const 0x03064ab0, nsIPresContext *
0x01433ef0, nsGUIEvent * 0x007af630, nsEventStatus * 0x007af520) line 6592 + 24
bytes
PresShell::HandleEventInternal(nsEvent * 0x007af630, nsIView * 0x01440580,
unsigned int 1, nsEventStatus * 0x007af520) line 4903 + 38 bytes
PresShell::HandleEvent(PresShell * const 0x01431354, nsIView * 0x01440580,
nsGUIEvent * 0x007af630, nsEventStatus * 0x007af520, int 1, int & 1) line 4823
+ 25 bytes
nsView::HandleEvent(nsView * const 0x01440580, nsGUIEvent * 0x007af630,
unsigned int 28, nsEventStatus * 0x007af520, int 1, int & 1) line 379
nsViewManager2::DispatchEvent(nsViewManager2 * const 0x014331f0, nsGUIEvent *
0x007af630, nsEventStatus * 0x007af520) line 1439
HandleEvent(nsGUIEvent * 0x007af630) line 68
nsWindow::DispatchEvent(nsWindow * const 0x01448594, nsGUIEvent * 0x007af630,
nsEventStatus & nsEventStatus_eIgnore) line 682 + 10 bytes
nsWindow::DispatchWindowEvent(nsGUIEvent * 0x007af630) line 703
nsWindow::DispatchMouseEvent(unsigned int 300, nsPoint * 0x00000000) line 3895
+ 21 bytes
ChildWindow::DispatchMouseEvent(unsigned int 300, nsPoint * 0x00000000) line
4105
nsWindow::ProcessMessage(unsigned int 512, unsigned int 1, long 19398899, long
* 0x007af9ac) line 2942 + 24 bytes
nsWindow::WindowProc(HWND__ * 0x00000220, unsigned int 512, unsigned int 1,
long 19398899) line 951 + 27 bytes
KERNEL32! bff7363b()
KERNEL32! bff94407()
007a8a32()
|
|
56,935 | 478,994 |
Overview Description: Cannot post data while going through ssl proxy.
Steps to Reproduce:
1.) Go to url
2.) select 'proceed' to secure voting site
Actual Results: Browser does not make it to the https site. Busy bar spins for
a few seconds and then stops.
Expected Results: Should make it to an online voting page or get a message that
the page is closed.
Build Date & Platform Bug Found:
WinNT 1016 build, Mac os9 1016 build
Additional Information:
relevant html -
<FORM METHOD="POST" ACTION="https://www.eproxyvote.com/cgi-bin/voting.cgi"
NAME="welcome">
using trace+ sniffer - when I click proceed I see all kinds of garbage data
being sent back and forth across the network before a CONNECT is sent such as:
S 0010 2E 65 6E 61 62 6C 65 5F-73 73 6C 32 00 00 00 04 .enable_ssl2....
S 0020 74 72 75 65 00 00 00 01-00 00 00 14 73 65 63 75 true........secu
S 0030 72 69 74 79 2E 65 6E 61-62 6C 65 5F 73 73 6C 33 rity.enable_ssl3
S 0040 00 00 00 04 74 72 75 65-00 00 00 01 00 00 00
etc.
bug 31174 needs to be fixed before you can view an https page with a proxy
|
|
57,378 | 484,190 |
From Bugzilla Helper:
User-Agent: Mozilla/4.72 [en] (Windows NT 5.0; I)
BuildID: 2000101704
Immediately after clicking OK on the print dialog, Mozilla crashes.
Reproducible: Always
Steps to Reproduce:
1. Load URL http://www.w3.org/TR/REC-CSS2/propidx.html
2. Select File > Print > OK
Actual Results: Mozilla crashes. "Mozilla has generated errors and will be
closed by windows".
Expected Results: Print the loaded page.
I have two talkback crash IDs:
TB19423942H
TB19423903M
|
|
64,446 | 553,545 |
Build: 2001010417
Platform: Windows and Linux
Expected Results: XML Parser should display a error
What I got: The application crashes
Steps to reproduce:
1) Open negative xml test case
(http://slip/projects/marvin/xml/entity_decl_illegal_chars.xml)
2) The entity declaration contains a % symbol followed by a space and
additional characters.
3) Opening the file will result in a crash.
|
|
65,012 | 559,906 |
You can acess child window object, but can not acess object properties, and can
not use any methods on it.
BUILDS: 2001-01-04-17-MTEST
STEPS TO REPRODUCE:
1] Please load atachment I'm going to attach.
2] child window will be loaded onLoad. [Child window name = 'TestWindow']
3] Click first button "Give Focus to child window".
4] Click second button "Show me child window".
3] Click third button "Show me child window name".
EXPECTED RESULTS:
1] On clicking first button, child window should get focus.
2] On cliking second button, you should get alert [Object Window].
3] On clicking third button you should get alert 'TestWindow'.
ACTUAL RESULTS:
1] On clicking first button, child window does not get focus.
2] On cliking second button, you get alert [Object Window]. [This is working
fine, and it means it can acess child oject window.]
3] On clicking third button you do not get alert 'TestWindow'.[This means that
you can not acess child window property]
Testcase attachment is following.
|
|
68,208 | 593,581 |
I started seeing this with the 0206xx builds. Download a talkback build for
Windows (just tried 2001020804). Do a clean "install" by deleting all the
Mozilla data directories and the moz*.dat files. Start the browser, go into
Prefs and change the font default type from serif to sans serif. Choose OK.
Crashes in GKHTML.DLL.
Of course, now that I'm trying to enter the bug, it's not happening. But it's
occured often enough the past few days that I'd like to put in a bug anyway.
|
|
68,542 | 596,712 |
From Bugzilla Helper:
User-Agent: Mozilla/5.0 (Windows; U; Win95; en-US; 0.8) Gecko/20010210
BuildID: 2001021020
Ok this is an edge case, but easy to reproduce.
It is dependant on bug 68537 and bug 68539.
This is a very bad hang, it even brings down X (so says bzbarsky).
Reproducible: Always
Steps to Reproduce:
1) Launch Mozilla
2) Bookmarks|Bookmarks Manager (BM)
3) Resize the BM to have a vertical scrollbar (i.e. you don't see the last
bookmarks)
4) Select your root bookmark directory ("Bookmarks for ")
5) Hit "New Folder" on the toolbar
At this point you have a new folder but it is at the bottom of the list and the
window hasn't scrolled on its own.
(bug 68537).
6) Scroll down to the new folder using the vertical scrollbar
7) The inline edit cell has lost focus. Click on it to get the focus back on it
8) Type some name
9) Hit enter or click outside the cell
The name change is not saved. So far this is bug 68539
10) Click again on that new folder whose name hasn't been changed to edit it inline
Result : A "coupled" folder with name "Bookmarks for <profilename>" will be
created under the New Folder. You cannot select one without the other.
11) Chose Edit|Delete
Actual Results: Hangs
Expected Results: Doesn't create a "coupled" bookmark and/or doesn't hang
Happens on all platform
|
|
68,547 | 596,728 |
From Bugzilla Helper:
User-Agent: Mozilla/5.0 (Windows; U; Win95; en-US; 0.8) Gecko/20010210
BuildID: 2001021020
This is BAD dataloss. In the bookmarks manager, dragging and dropping bookmarks
to the top of their own folder sometimes deletes them. I have not yet found a
way to reproduce this 100% but it's happened pretty often. Boris Zbarsky also
could reproduce it on linux.
Reproducible: Always
Steps to Reproduce:
1) Launch Mozilla
2) Bookmarks|Bookmarks Manager
3) Expand Mozilla Project folder
4) Expand Developer Information subfolder
5) Drag the items in that subfolder to the top of the "Developer Information"
folder (their own folder).
If you do this a number of times (sometimes it takes another folder to
reproduce), the folder or bookmarks disappears.
Actual Results: The bookmark/folder is deleted
Expected Results: successfully moved to the top of the folder
Happens on linux and win at least, suspect xp
|
|
69,165 | 602,784 |
Build ID: all builds for today, all OSs (mac, win32, linux).
Steps to Reproduce:
visit www.rca.com
Expected Results:
Normal browsing.
Actual:
We take a dive.
|
|
69,365 | 604,637 |
Build ID 2001021304
Steps to reproduce:
1) Launch N6
2) Open Mail
3) Select message with multiple recipients
4) Choose Reply-All from the main toolbar
5) Send
Result:
All recipients appear properly in the composed reply, however not all receive
your mail. This can be confirmed in your sent folder.
Expected Result:
All recipients as appear in message compose should receive your mail, and this
should be reflected in your sent mail.
This is very scary and makes our product basically unusable. Please come check
my machine if you'd like to see an example of this.
|
|
69,607 | 606,969 |
From Bugzilla Helper:
User-Agent: Mozilla/5.0 (X11; U; Linux 2.2.16-22 i586; en-US; 0.8) Gecko/20010220
BuildID: 2001022012
This very short javascript code causes a crash ( or hung browser) on both linux
and windows. Also this problem was not in the Feb 15 build, it appears to have
shown up on the 16th or 17th. I have noticed that with just a slight change to
the code no crash occurs.
http://216.227.33.173/mozilla_test/js_ok.html
I just removed the else condition, and it does not crash.This bug may be related
to 66046 but I don't think so, since this just showed up in the latest builds.
The URLs given point to my server at home, and my DSL is acting up, so if it
does not work the first time, try back later. Thanks.
Reproducible: Always
Steps to Reproduce:
1.Go to above URL, thats it.
2.
3.
Actual Results: Crash.
Expected Results: Should not crash.
Here is the html of the test case. It does not do very much, this is a very
reduced case from the script I found the bug on.
<html>
<head>
<title> True/False Test Crash</title>
</head>
<body>
This is a test case that will cause a crash.<br>
<script type="text/javascript">
var test1;
var test2;
var test3;
if( false){
test1 = 1;
}else{
test2 = 0;
}
if( false){
test3 = 0;
}
</script>
End of test case.
</body>
</html>
|
|
69,744 | 608,535 |
From Bugzilla Helper:
User-Agent: Mozilla/5.0 (Windows; U; Win 9x 4.90; en-US; 0.8) Gecko/20010221
BuildID: 2001022105
If your paste a long line of choices in No proxy for, you will lose your prefs
when restarting mozilla.
Reproducible: Always
Steps to Reproduce:
1.Have mozilla properly configured
2.Go to EDIT -> PREFERENCE -> ADVANCE -> PROXIES
3.Choose MANUAL PROXY CONFIGURATION
4.Enter this line : 207-87-18-203.wsmg.digex.net Garden.ngadcenter.net
Ogilvy.ngadcenter.net ResponseMedia-ad.flycast.com Suissa-ad.flycast.com
UGO.eu-adcenter.net VNU.eu-adcenter.net a32.g.a.yimg.com ad-adex3.flycast.com
ad.adsmart.net ad.ca.doubleclick.net ad.de.doubleclick.net ad.doubleclick.net
ad.fr.doubleclick.net ad.jp.doubleclick.net ad.linkexchange.com
ad.linksynergy.com ad.nl.doubleclick.net ad.no.doubleclick.net
ad.preferences.com ad.sma.punto.net ad.uk.doubleclick.net ad.webprovider.com
ad08.focalink.com adcontroller.unicast.com adcreatives.imaginemedia.com
adex3.flycast.com adforce.ads.imgis.com adforce.imgis.com adfu.blockstackers.com
adimage.blm.net adimages.earthweb.com adimg.egroups.com admedia.xoom.com
adpick.switchboard.com adremote.pathfinder.com ads.admaximize.com ads.bfast.com
ads.clickhouse.com ads.enliven.com ads.fairfax.com.au ads.fool.com
ads.freshmeat.net ads.hollywood.com ads.i33.com ads.infi.net ads.jwtt3.com
ads.link4ads.com ads.lycos.com ads.madison.com ads.mediaodyssey.com ads.msn.com
ads.ninemsn.com.au ads.seattletimes.com ads.smartclicks.com ads.smartclicks.net
ads.sptimes.com ads.tripod.com ads.web.aol.com ads.x10.com ads.xtra.co.nz
ads.zdnet.com ads01.focalink.com ads02.focalink.com ads03.focalink.com
ads04.focalink.com ads05.focalink.com ads06.focalink.com ads08.focalink.com
ads09.focalink.com ads1.activeagent.at ads10.focalink.com ads11.focalink.com
ads12.focalink.com ads14.focalink.com ads16.focalink.com ads17.focalink.com
ads18.focalink.com ads19.focalink.com ads2.zdnet.com ads20.focalink.com
ads21.focalink.com ads22.focalink.com ads23.focalink.com ads24.focalink.com
ads25.focalink.com ads3.zdnet.com ads3.zdnet.com ads5.gamecity.net
adserv.iafrica.com adserv.quality-channel.de adserver.dbusiness.com
adserver.garden.com adserver.janes.com adserver.merc.com adserver.monster.com
adserver.track-star.com adserver1.ogilvy-interactive.de adtegrity.spinbox.net
antfarm-ad.flycast.com au.ads.link4ads.com banner.media-system.de banner.orb.net
banner.relcom.ru banners.easydns.com banners.looksmart.com
banners.wunderground.com barnesandnoble.bfast.com beseenad.looksmart.com
bizad.nikkeibp.co.jp bn.bfast.com c3.xxxcounter.com califia.imaginemedia.com
cds.mediaplex.com click.avenuea.com click.go2net.com click.linksynergy.com
cookies.cmpnet.com cornflakes.pathfinder.com counter.hitbox.com
crux.songline.com erie.smartage.com etad.telegraph.co.uk fp.valueclick.com
gadgeteer.pdamart.com gm.preferences.com gp.dejanews.com hg1.hitbox.com
image.click2net.com image.eimg.com images2.nytimes.com jobkeys.ngadcenter.net
kansas.valueclick.com leader.linkexchange.com liquidad.narrowcastmedia.com
ln.doubleclick.net m.doubleclick.net macaddictads.snv.futurenet.com
maximumpcads.imaginemedia.com media.preferences.com mercury.rmuk.co.uk
mojofarm.sjc.mediaplex.com nbc.adbureau.net newads.cmpnet.com
ng3.ads.warnerbros.com ngads.smartage.com nsads.hotwired.com
ntbanner.digitalriver.com ph-ad05.focalink.com ph-ad07.focalink.com
ph-ad16.focalink.com ph-ad17.focalink.com ph-ad18.focalink.com rd.yahoo.com
realads.realmedia.com redherring.ngadcenter.net redirect.click2net.com
regio.adlink.de retaildirect.realmedia.com s2.focalink.com
sh4sure-images.adbureau.net spin.spinbox.net static.admaximize.com
stats.superstats.com sview.avenuea.com thinknyc.eu-adcenter.net
tracker.clicktrade.com tsms-ad.tsms.com v0.extreme-dm.com v1.extreme-dm.com
van.ads.link4ads.com view.accendo.com view.avenuea.com w113.hitbox.com
w25.hitbox.com web2.deja.com webads.bizservers.com www.PostMasterBannerNet.com
www.ad-up.com www.admex.com www.alladvantage.com www.burstnet.com
www.commission-junction.com www.eads.com www.freestats.com www.imaginemedia.com
www.netdirect.nl www.oneandonlynetwork.com www.targetshop.com www.teknosurf2.com
www.teknosurf3.com www.valueclick.com www.websitefinancing.com www2.burstnet.com
www4.trix.net www80.valueclick.com z.extreme-dm.com z0.extreme-dm.com
z1.extreme-dm.com
5.Close mozilla and restart
Actual Results: I lose all my prefs (Main web page, mail, etc)
Expected Results: It should not accept the line or give a error message if the
line is too long.
|
|
69,932 | 610,316 |
From Bugzilla Helper:
User-Agent: Mozilla/5.0 (Windows; U; Win98; en-US; 0.8) Gecko/20010222
BuildID: 2001022209
Reproducible: Always
Steps to Reproduce:
1) Open bookmark window
2) Select "Bookmarks for <somebody>" (i.e. the root folder)
3) Click "File Bookmark" button on the toolbar
4) Choose "File in "Bookmarks for <somebody>" "
5) Kernel usage surges to 100% and causing stack fault a moment later
(MOZILLA caused a stack fault in module XPCOM.DLL)
Actual Results: Kernel usage tops 100% and then stack fault occurred
Expected Results: There should be a checking to forbid this action.
In Windows terminology, it's just like cutting a folder from a location and
pasting it into the same location. Windows will report an error: "Cannot move
<dir>: The destination folder is the same as the source folder."
|
|
70,222 | 613,010 |
Mozilla currently creates attachments of type application/octet-stream
regardless of the settings in Internet Config or Mozilla preferences. Mozilla
should set the proper MIME type of an outgoing attachment by matching its Mac
file type to a MIME type via Internet Config. See bug 5721.
|
|
28,553 | 203,869 |
From Bug Helper:
User-Agent: Mozilla/5.0 [en-US] (Linux; I)
BuildID: 1999122808
When you put your mouse over the first link in the 'library' section of
www.securityfocus.com, it changes color normally; when you put your mouse over
the title of the second article, the 'library' section turns empty.
Reproducible: Always
Steps to Reproduce:
1. Open the page
2. Go to the section titled 'library'
3. Make the mouse go over the title of the second article
Actual Results: The whole 'library' section became empty.
Expected Results: Color the link (like it does in the first article's title)
I've seen this bug for some time (and some milestones).
The Build ID is bogus -- it's in fact Debian's M13-4
|
|
29,157 | 209,395 |
Overview Description:
createCaption(); crashes mozilla
Steps to Reproduce:
- see attached testcase
- test crashes as soon as it hits
var t=document.getElementById("TABLE1");
document.write(t);
t.createCaption();
Actual Results:
crashes browser. see talkback report below.
Build Date & Platform Bug Found:
Win98 2000022308
Additional Builds and Platforms Tested On:
Linux
Mac
Win95
Additional Information:
Talkback Report
Incident ID 5856749
Trigger Time
2000-02-24 15:58:15
Email Address
[email protected]
User Comments
DOM1's createCaption(); is crashing mozilla
Build ID
2000022409
Product ID
Communicator5.0
Platform ID
Win32
Stack Trace
nsTableFrame::SetInitialChildList
[d:\builds\seamonkey\mozilla\layout\html\table\src\nsTableFrame.cpp, line 326]
nsCSSFrameConstructor::ConstructTableCaptionFrame
[d:\builds\seamonkey\mozilla\layout\html\style\src\nsCSSFrameConstructor.cpp,
line 1403]
nsCSSFrameConstructor::ConstructFrameByDisplayType
[d:\builds\seamonkey\mozilla\layout\html\style\src\nsCSSFrameConstructor.cpp,
line 5037]
nsCSSFrameConstructor::ConstructFrame
[d:\builds\seamonkey\mozilla\layout\html\style\src\nsCSSFrameConstructor.cpp,
line 5535]
nsCSSFrameConstructor::ContentAppended
[d:\builds\seamonkey\mozilla\layout\html\style\src\nsCSSFrameConstructor.cpp,
line 6135]
StyleSetImpl::ContentAppended
[d:\builds\seamonkey\mozilla\layout\base\src\nsStyleSet.cpp,
line 957]
PresShell::ContentAppended
[d:\builds\seamonkey\mozilla\layout\html\base\src\nsPresShell.cpp, line 2587]
nsDocument::ContentAppended
[d:\builds\seamonkey\mozilla\layout\base\src\nsDocument.cpp, line 1591]
nsHTMLDocument::ContentAppended
[d:\builds\seamonkey\mozilla\layout\html\document\src\nsHTMLDocument.cpp, line
1120]
nsGenericHTMLContainerElement::AppendChildTo
[d:\builds\seamonkey\mozilla\layout\html\content\src\nsGenericHTMLElement.cpp,
line 3369]
nsHTMLTableElement::CreateCaption
[d:\builds\seamonkey\mozilla\layout\html\content\src\nsHTMLTableElement.cpp,
line 659]
HTMLTableElementCreateCaption
[d:\builds\seamonkey\mozilla\dom\src\html\nsJSHTMLTableElement.cpp, line 783]
js_Invoke [d:\builds\seamonkey\mozilla\js\src\jsinterp.c, line 666]
js_Interpret [d:\builds\seamonkey\mozilla\js\src\jsinterp.c, line 2293]
js_Execute [d:\builds\seamonkey\mozilla\js\src\jsinterp.c, line 838]
JS_EvaluateUCScriptForPrincipals [d:\builds\seamonkey\mozilla\js\src\jsapi.c,
line 2742]
nsJSContext::EvaluateString
[d:\builds\seamonkey\mozilla\dom\src\base\nsJSEnvironment.cpp, line 293]
HTMLContentSink::EvaluateScript
[d:\builds\seamonkey\mozilla\layout\html\document\src\nsHTMLContentSink.cpp,
line 4080]
HTMLContentSink::ProcessSCRIPTTag
[d:\builds\seamonkey\mozilla\layout\html\document\src\nsHTMLContentSink.cpp,
line 4272]
HTMLContentSink::AddLeaf
[d:\builds\seamonkey\mozilla\layout\html\document\src\nsHTMLContentSink.cpp,
line 2952]
CNavDTD::AddLeaf [d:\builds\seamonkey\mozilla\htmlparser\src\CNavDTD.cpp, line
3219]
CNavDTD::HandleScriptToken
[d:\builds\seamonkey\mozilla\htmlparser\src\CNavDTD.cpp, line
1845]
CNavDTD::OpenContainer [d:\builds\seamonkey\mozilla\htmlparser\src\CNavDTD.cpp,
line
2903]
CNavDTD::HandleDefaultStartToken
[d:\builds\seamonkey\mozilla\htmlparser\src\CNavDTD.cpp, line 1077]
CNavDTD::HandleStartToken
[d:\builds\seamonkey\mozilla\htmlparser\src\CNavDTD.cpp, line
1387]
CNavDTD::HandleToken [d:\builds\seamonkey\mozilla\htmlparser\src\CNavDTD.cpp,
line 778]
CNavDTD::BuildModel [d:\builds\seamonkey\mozilla\htmlparser\src\CNavDTD.cpp,
line 509]
nsParser::BuildModel [d:\builds\seamonkey\mozilla\htmlparser\src\nsParser.cpp,
line 1219]
nsParser::ResumeParse [d:\builds\seamonkey\mozilla\htmlparser\src\nsParser.cpp,
line 1135]
nsParser::OnDataAvailable
[d:\builds\seamonkey\mozilla\htmlparser\src\nsParser.cpp, line
1513]
|
|
29,329 | 210,838 |
DESCRIPTION: I crash in Range::SetStartBefore() if I give it a node whose
parentNode is null. I think the fix to this bug may be to change these four
functions to get the parent before calling IndexOf(), and throw an exception if
the parent is null. But you may want to have a null check in IndexOf() also.
STEPS TO REPRODUCE:
* load attached test case
ACTUAL RESULTS:
* crash in nsRange::IndexOf(), when dereferencing the pointer to the parent
node.
EXPECTED RESULTS:
* no crash
DOES NOT WORK CORRECTLY ON:
* Linux, mozilla, 2000-02-24-15-M14
ADDITIONAL INFORMATION:
I posted a message to www-dom about which exception should be thrown (and
whether it should be thrown):
http://lists.w3.org/Archives/Public/www-dom/2000JanMar/0107.html
|
|
29,547 | 212,324 |
Steps to reproduce:
Create a new profile
- Choose "test" as profile name
- Choose "c:\users" as folder
It now says that the profile data is gonna be installed into
c:\users\test
but infact the profile data goes into:
c:\users\test\test
Build 2000022808
|
|
27,419 | 193,139 |
Overview Description: Seeing a crash when I try to access my cookie test
scripts off of internal server.
Steps to Reproduce:
1.) Go to site
2.) Click on link to run script (Set name1=value1)
Actual Results: Crash
Expected Results: Scripts should run
Build Date & Platform Bug Found:
NT 2000021008
Additional Builds and Platforms Tested On:
Linux 2000020908
Additional Information:
From talkback:
Call Stack: (Signature = nsWebShell::GetTarget e6c1d071)
nsWebShell::GetTarget
[d:\builds\seamonkey\mozilla\webshell\src\nsWebShell.cpp, line 2790]
nsDocShell::GetTarget
[d:\builds\seamonkey\mozilla\docshell\base\nsDocShell.cpp, line 1700]
nsWebShell::OnLinkClick
[d:\builds\seamonkey\mozilla\webshell\src\nsWebShell.cpp, line 2770]
nsWebShell::HandleLinkClickEvent
[d:\builds\seamonkey\mozilla\webshell\src\nsWebShell.cpp, line 2886]
OnLinkClickEvent::OnLinkClickEvent
[d:\builds\seamonkey\mozilla\webshell\src\nsWebShell.cpp, line 2743]
PL_HandleEvent
[d:\builds\seamonkey\mozilla\xpcom\threads\plevent.c, line 527]
PL_ProcessPendingEvents
[d:\builds\seamonkey\mozilla\xpcom\threads\plevent.c, line 490]
_md_EventReceiverProc
[d:\builds\seamonkey\mozilla\xpcom\threads\plevent.c, line 977]
USER32.dll + 0x1268 (0x77e71268)
The scripts run fine if I type in their url without going through the
links. ie. http://slip/projects/dogbert/test/web/internal/cookies/name1.cgi
|
|
27,498 | 193,889 |
Overview Description: We are taking about 20x as long to layout the my netscape
weather customization screen as 4.7 takes. This is also the page you are taken
to if you want to customize your sidebar weather panel.
Steps to Reproduce:
1) Logon to my.netscape.com
2) Go to weather channel and click on nose to customize
Actual Results: On my P2450Mhz, the page takes about a minute to render.
Expected Results: Page should render in a reasonable amount of time - it takes
about 3 seconds using 4.x
This is using 2/11 builds on win98. It takes 90 seconds on my linux box, where
4.x takes only about 5.
Additional Information: This page loads in about 100 countries into the first
list box and then about 1000 (ouch) cities into the second one.
I am making a guess, btw, of where the main performance problem lies, but
appears the data loads in just a few seconds and the rest of the time is taken
in laying out.
I'm also going to mark beta1, since this is pretty bad and occurs at a popular
netscape url
|
|
27,899 | 197,747 |
If you use the arrow keys on the left, as soon as you get to the Editing option
and then click on the down key it crashes.
Build ID: 2000021509
|
|
28,084 | 199,733 |
Hi!
If you go to this page
http://www.zdnet.com/pcweek/stories/news/0,4153,2439261,00.html and press in
'by my colleague Mary Jo Foley' to go to
http://www.zdnet.com/pcweek/stories/news/0,4153,2436920,00.html mozilla crashes
whith the following error 'The instruction at "0x0158cded" referenced memory at
"0xffffff". The memory could not be "read"', nevertheless if you go directly to
the page it works ok.
NT 4.0, Build ID: 2000211516
hope it helps
joao
|
|
28,427 | 202,902 |
STEPS TO REPRODUCE:
1. start Mozilla
2. open Preference dialog (Edit->Preferences)
3. under Advanced, click Cookies
4. click "View Stored Cookies"
5. click the last entry in the list of cookies (select it)
6. on the keyboard: press the "Down Arrow" key
ACTUAL RESULTS:
crash
EXPECTED RESULTS:
list is scrolled down one line
DOES NOT WORK CORRECTLY ON:
Mozilla nightly build 2000021708 on Windows NT 4.0 sp6.
ADDITIONAL INFO:
Scrolling by clicking the scrollbar is working.
Scrolling up using the keyboard "Up Arrow" is working.
|
|
28,548 | 203,806 |
Split off from bug 28356, "Extra space around navigation buttons, top of page"
At any time while the page at http://www.yodlee.com/ is visible, switching
away from the Mozilla window in which it is displayed results in an immediate
crash. Crash does not happen if another page at the site is displayed.
HTML Tidy complains, and the stylesheet does not seem to work properly for at
least some of the nav buttons at the top of the page, but Mozilla really should
grin and bear it, not crash ;-)
Steps to Reproduce:
1. Load http://www.yodlee.com/ in Mozilla
2. Explore the site if you want, but return to the URL before continuing.
3. Switch to any other active window by ALT-TAB, taskbar, or mousing.
Actual Results:
Immediate and total crash of Mozilla, taking down all open windows, even
if the window switched to is another Mozilla window.
Expected Results:
Nothing of the sort.
Tested With:
2000-02-18-09-M14 nightly binary on Windows NT 4.0
No clue what component should catch this... but HTML Tidy prunes quite a few
start tags that don't belong where they are, and then complains when the end
tags appear, so perhaps the DOM Mozilla builds is fragile. Also, clicking on
the "Company" Nav button messes up, so the CSS might equally be flummoxing the
parser.
|
|
35,643 | 261,220 |
build: 2000041205
1. Start a browser window that is smaller than the size of your desktop.
2. Goto mozilla.org and New Checkins
3. ctrl-f for find. enter something to find, hit find, hit cancel
4. select a rev # of any new checkin.
5. Resize window.
Mozilla will crash with
MOZILLA caused an invalid page fault in
module GKHTML.DLL at 016f:6023e169.
Registers:
EAX=00000000 CS=016f EIP=6023e169 EFLGS=00010246
EBX=0068e978 SS=0177 ESP=0068e6dc EBP=0068e754
ECX=00000000 DS=0177 ESI=00000000 FS=3d17
EDX=0068e760 ES=0177 EDI=00b783ec GS=0000
Bytes at CS:EIP:
8b 01 ff 50 60 56 8d 4d 1c 89 45 ec 89 75 1c e8
Stack dump:
00000000 602a36b8 0134710c 00000000 01282020 0068e714 601c9b8b 01282020 00000000
0068e744 601cb358 01282020 00000000 602a36b8 019ab040 00000000
Note: Build: 2000041205 is in general acting unstable with window resizes, but
thats was a test case that I could reproduce 100% on several computers.
|
|
36,016 | 264,943 |
From Bugzilla Helper:
User-Agent: Mozilla/4.72 (Macintosh; I; PPC)
BuildID: 2000041608
the command-<key> (ex. command-L for new location) will work fine normally. Once
i have closed *ALL* of the open mozilla windows, though, the computer no longer
pays attentin to what's wrong.
Reproducible: Always
Steps to Reproduce:
1.close all windows
2.try to hit command-n or something
3.
Actual Results: nothing happens...
Expected Results: handled the event.
|
|
30,785 | 221,582 |
DESCRIPTION: The test case to be attached launches an alert dialog for the blur
event. If one causes a blur multiple times (that may not be the exact
condition), I crash.
STEPS TO REPRODUCE:
* load attached test case
* quickly do the following:
+ click in textarea
+ click in document
+ click in textarea
+ click in document
ACTUAL RESULTS:
* crash
EXPECTED RESULTS:
* no crash
DOES NOT WORK CORRECTLY ON:
* Linux, mozilla, 2000-03-06-08-M15
* Linux, mozilla, my debug build, about a week and a half old (I think)
ADDITIONAL INFORMATION:
Stack trace from debug build for segmentation fault:
#0 0x4103fd25 in nsEventStateManager::PreHandleEvent (this=0x8659098,
aPresContext=0x8624320, aEvent=0xbfffcba8, aTargetFrame=0x8685984,
aStatus=0xbfffcbd0, aView=0x86570f8) at nsEventStateManager.cpp:652
#1 0x410967a7 in PresShell::HandleEvent (this=0x872cb68, aView=0x86570f8,
aEvent=0xbfffcba8, aEventStatus=0xbfffcbd0, aHandled=@0xbfffcb08)
at nsPresShell.cpp:2985
#2 0x4153588d in nsView::HandleEvent (this=0x86570f8, event=0xbfffcba8,
aEventFlags=8, aStatus=0xbfffcbd0, aHandled=@0xbfffcb08) at nsView.cpp:798
#3 0x4153581d in nsView::HandleEvent (this=0x8623e08, event=0xbfffcba8,
aEventFlags=8, aStatus=0xbfffcbd0, aHandled=@0xbfffcb08) at nsView.cpp:782
#4 0x4153581d in nsView::HandleEvent (this=0x85e8c80, event=0xbfffcba8,
aEventFlags=28, aStatus=0xbfffcbd0, aHandled=@0xbfffcb08) at nsView.cpp:782
#5 0x415479d3 in nsViewManager2::DispatchEvent (this=0x865b430,
aEvent=0xbfffcba8, aStatus=0xbfffcbd0) at nsViewManager2.cpp:1214
#6 0x40330721 in GlobalWindowImpl::Deactivate (this=0x85e7758)
at nsGlobalWindow.cpp:2266
#7 0x4064d868 in nsWebShellWindow::HandleEvent (aEvent=0xbfffcddc)
at nsWebShellWindow.cpp:509
#8 0x407ced46 in nsWidget::DispatchEvent (this=0x8327e30, aEvent=0xbfffcddc,
aStatus=@0xbfffcdd8) at nsWidget.cpp:1397
#9 0x407d8c2f in handle_toplevel_focus_out (aWidget=0x8328198,
aGdkFocusEvent=0x820899c, aData=0x8327e30) at nsWindow.cpp:2509
#10 0x4089ad69 in gtk_marshal_BOOL__POINTER ()
#11 0x408c8bed in gtk_handlers_run ()
#12 0x408c8032 in gtk_signal_real_emit ()
#13 0x408c6185 in gtk_signal_emit ()
#14 0x408fb75c in gtk_widget_event ()
#15 0x40899fba in gtk_main_do_event ()
#16 0x407c08cb in handle_gdk_event (event=0x820899c, data=0x0)
at nsGtkEventHandler.cpp:915
|
|
30,929 | 223,017 |
Build: Apprunner
Version: 2000030709
Platforms: All
Expected results: The abcnews.com url should load without crashing.
What I got: The browser crashs when attempting to load the specified url.
Steps to reproduce:
1) Open www.abcnews.com in apprunner.
2) On the left side of page, a list of links are displayed.
3) Click on the business link.
4) The url is referenced and crashes the brower.
* On Mac, Macsbug reports the following:
PowerPC illegal instruction at FFC10000 _CursorDeviceDispatch+014E0
* On Windows, I get a recieve the following error:
MOZILLA caused a invalid page fault in module GKPARSER.DLL.
|
|
31,275 | 226,294 |
build: apprunner
version: 2000030909
platforms: All
Expected results: Clicking on link in the current frame should open properly and
not crash.
What I got: Clicking on link "What New" causes a crash.
Steps to reproduce:
1) Open url "www.mcdonalds.com" in Apprunner.
2) This page is comprimised of two frames "banner" and main"
3) Click on the index link in the banner frame.
4) After page loads in the main frame, clcik on the back arrow on the toolbar.
5) After main page reloads, click on the What's new link.
6) A crash should occur.
|
|
32,592 | 237,025 |
Steps to reproduce:
1) Open Customize Sidebar window.
2) Choose a panel currently in Sidebar (Default or custom added).
3) Raise (or lower) it one notch using Reorder arrow and click Save.
4) Lower (or raise) it to return it to original position and click Save.
==> Crash clicking on Save again. MacsBug log in the URL above.
Mac (03-20-05-M15b1) specific. Fine in Win32 (03-20-06-M15b1)
and Linux (03-20-05-M15b1).
|
|
23,611 | 164,480 |
Using the following builds:
Win 95: 2000-01-05-16
Win NT: 2000-01-05-16
Win 98: 2000-01-10-09
Linux Red Hat 6.0 (Linux 2.2): 2000-01-07-08
Mac 8.5: 2000-01-05-15
Steps to reproduce:
1. Open attached file in 5.0. Document consists of an absolutely positioned
FIELDSET element. Here is the code:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" >
<html>
<head>
<title>Fieldset</title>
<style type="text/css">
fieldset {
position: absolute;
top: 50px;
left: 50px;
height: 200px;
width: 200px;
background-color: lime
}
</style>
</head>
<body>
<fieldset>Fieldset</fieldset>
</body>
</html>
2. Application crashes with the following details (Talkback incident #1665557):
MOZILLA caused an invalid page fault in
module GKHTML.DLL at 014f:00fa646b.
Registers:
EAX=00000000 CS=014f EIP=00fa646b EFLGS=00010206
EBX=00000000 SS=0157 ESP=0063e91c EBP=0063e928
ECX=0063e9fc DS=0157 ESI=0063e950 FS=4ca7
EDX=00000000 ES=0157 EDI=0063ecac GS=0000
Bytes at CS:EIP:
8b 08 ff 77 04 ff 37 50 ff 51 10 8b 46 0c 8d 56
Stack dump:
0063eec8 0063ec68 019cdfa0 0063eb2c 00fa6f27 0063ec68 02537140 019cdfa0 0063eec8
00000000 0063eec8 019cdfa0 00000000 019cdfa0 02537140 0063ec68
Crash is across platform. Unable to get call stack - will try tomorrow.
|
|
23,709 | 164,900 |
Not sure when this started, but but it was in the last 2 weeks now when ever i
start mozilla it would crash in NECKO.DLL. After testing and testing I found I
do not crash if i just run
mozilla -mail I can play and have no problems in mail.
Then I set Mozilla to load a blank page and tried again. Mozilla loaded just
fine. Then i started loading html pages that I had on my local D drive. I was
able to load all sorts of local pages jumping around with no problem..
Again as soon as I tell mozilla to go to ANY site off my machine i get the crash
in Mozilla. I could then rerun mozilla and look at local stuff with no problem
crashing on outside stuff.
I am sure the console window won't help, but adding it just in case.
nNCL: registering deferred (0)
WEBSHELL+ = 1
WEBSHELL+ = 2
nsXULKeyListenerImpl::Init()
WEBSHELL+ = 3
WEBSHELL+ = 4
Setting content window
browser.startup.page = 0
startpage = about:blank
Document about:blank loaded successfully
Document: Done (2.31 secs)
got a request
WEBSHELL+ = 5
FindShortcut: in='www.mozilla.org' out='null'
=============================================
MOZILLA caused an invalid page fault in
module NECKO.DLL at 014f:60507e5b.
Registers:
EAX=8b2307d0 CS=014f EIP=60507e5b EFLGS=00010202
EBX=00000000 SS=0157 ESP=020afd8c EBP=020afdcc
ECX=0139caf0 DS=0157 ESI=01357df8 FS=0f87
EDX=8165a9cc ES=0157 EDI=0139caf0 GS=0000
Bytes at CS:EIP:
ff 30 56 e8 c9 31 00 00 83 c4 0c eb 05 bb 05 40
Stack dump:
00000004 00000001 006e2420 00000000 6050a57a 01357db8 00000000 014e8340 006e2428
00000001 006e2420 00000000 6050a98f 020afdd4 00008e42 020afe1e
|
|
25,108 | 173,737 |
Overview Description: ftp download's are very slow on the Mac.
Steps to Reproduce:
1.) Go to an ftp site
2.) select a large file and download
Actual Results: File downloads ok but very slowly
Expected Results: should download much quicker
Build Date & Platform Bug Found:
MAC OS8.6 2000012601
Additional Builds and Platforms Tested On:
NT and Linux work fine
|
|
21,178 | 150,579 |
Build 1999120808M12: Linux/Redhat 6.0
Overview: Printing causes a crash
Steps to reproduce:
1. Launch the browser
2. Using the default page (or another page such as "www.netmanage.com") select
File/Print
Actual Results: The application crashes.
Expected Results: The application should not crash and should print what is
selected.
Additional Information:
1. Mail also crashes in Linux when printing a simple text message.
2. It also crashes when selecting the Print button.
3. The Mac build prints without a crash.
Haven't tried the Windows build because it is not available yet.
|
|
21,873 | 155,254 |
Overview Description: I am seeing a crash when I do not supply
a filename for ftp download. (In Linux only)
Steps to Reproduce:
1.) Go to ftp://sweetlou or some ftp site
2.) select a file to download and select save in your download dialog
3.) In the 'Save File' dialog do not supply a file name and select OK
4.) the 'Replace' dialog will display "Replace file ""?" Select replace.
Actual Results: Program terminates
Expected Results: I would expect some sort of error handling message.
Build Date & Platform Bug Found:
1999121508 Linux
|
|
22,090 | 156,705 |
Build Date & Platform Bug Found:
MacOS commercial seamonkey build 1999-12-17-10-m12 installed on G3/400 OS 8.6
Overview Description:
In Communicator 4.7, I sent a message with an attached a sample quicktime movie.
When I save the attachment, I no longer can open the file attachment in the
quicktime movie player. I open the message in Bbedit text editor and see that
the attachment was not decoded.
I will attach a sample quicktime attachment to this bug.
Steps to Reproduce:
1) In 4.7 Mac RTM, send a message to yourself with a small quicktime attachment.
I used a Rich text message
2) In 5.0, retrieve the mail message
3) Click on the paperclick icon in the message header and select the attachment
The save attachment dialog appears
4) Type in a name and save the attachment
5) Drag the file on top of the quicktime movie player
Error message appears.
Actual Results:
After saving the quicktime attachment, I drag the file on top of the movie
player application. I receive the error message "Couldn't open the file '...'
because the file is not a movie file".
If I view the contents of the save file, I see the following base 64 data:
--------------ad74AFCB70D2079C195F8C68F4
Content-Type: application/applefile
Content-Transfer-Encoding: base64
AAUWBwACAAAAAAAAAAAAAAAAAAAAAAAAAAUAAAADAAAAVgAAAAwAAAAJAAAAYgAAACAAAAAI
....
....
Qm8AEkJvABBCbwAOIGsAGiBQMBBTQGcOU0BnEFNAZxIMU2FtcGxlIE1vdmlldGFsbC5zcmNp
--------------ad74AFCB70D2079C195F8C68F4
Content-Type: video/quicktime; name="Sample Movie"
Content-Transfer-Encoding: base64
Content-Disposition: inline; filename="Sample Movie"
AAAI5G1vb3YAAAjcY21vdgAAAAxkY29temxpYgAACMhjbXZkAAAPa3ictVd7mBtVFT+T7
...
...
--------------ad74AFCB70D2079C195F8C68F4--
Expected Results:
I expect the quicktime movie attachment to be decoded in its native format.
Additional Builds and Platforms Tested On:
Additional Information:
Bug found while testing bug 2895
This problem does not occur with Microsoft Word documents created on the
macintosh.
|
|
22,228 | 157,561 |
The URL points to a testcase which causes a mozilla crash when you alt-tab away
from mozilla and alt-tab back. It is seen on build 1999121915 running on Win95.
If you have two mozilla windows open, alt-tab'ing between them will even cause
it. The crash appears to have to do with the external style-sheet and the
javascript focus because removing either will stop the crash.
For more history of a simmilar bug, the one this one was "morphed" out of - see
bug# 22026
|
|
22,294 | 157,942 |
DESCRIPTION:
Reproducable crash when sorting by Title in History window
STEPS TO REPRODUCE:
1. start Mozilla
2. load http://www.mozilla.org/
3. invoke menu item Tasks->Tools->History
4. in History window, click on the heading of the Title column
ACTUAL RESULTS:
Crash
EXPECTED RESULTS:
No crash, history entries sorted by title
DOES NOT WORK CORRECTLY ON:
Mozilla nightly build 1999121915 on Windows NT 4.0 sp6.
ADDITIONAL INFO:
Stack dump follows...
FramePtr ReturnAd Param#1 Param#2 Param#3 Param#4 Function Name
0012edc0 6063058c 0a5266a0 0012ee8c 0a4c6650 60b75933
rdf!nsQueryReferent::nsQueryReferent [omap]
0012eee4 606302c8 0a517b60 0012f030 0012f048 0a4c6610
rdf!nsQueryReferent::nsQueryReferent [omap]
0012f060 60b92fb9 0a079450 0a517b60 0a50ae60 0a50a2e0
rdf!nsQueryReferent::nsQueryReferent [omap]
0012f078 6089c433 0a079450 00000003 00000003 0012f09c xpcom!XPTC_InvokeByIndex
0012f198 6089cc0a 0a4c6650 0a50af20 0a50af74 03000000 xpc3250!NSGetModule
0012f1d8 609d4640 0a50abf0 09737c10 00000003 09747d0c xpc3250!NSGetModule
0012f27c 609d81dc 0a4c6650 00000003 00000000 09747cf0 js3250!js_Invoke
0012f3dc 609d4680 0a4c6650 0012f460 0012f5f0 09747cd4 js3250!js_Invoke
0012f474 609d81dc 0a4c6650 00000001 00000000 00000000 js3250!js_Invoke
0012f5d4 609d4680 0a4c6650 0012f658 00000001 0012f68c js3250!js_Invoke
0012f66c 609d47b1 0a4c6650 00000001 00000002 80000000 js3250!js_Invoke
0012f6e4 609c3b27 00000000 09737b48 09737b68 00000001 js3250!js_Invoke
0012f704 60a1ae08 0a4c6650 09737b48 09737b68 00000001
js3250!JS_CallFunctionValue
0012f758 60a2da51 0a4c5450 09737b48 09737b68 00000001
jsdom!NS_NewScriptGlobalObject
0012f834 6022a242 0a53afc4 0012fab4 0a5177b0 0012fae4
jsdom!NS_NewScriptCharacterData
0012f9b0 6022a9a2 010375a0 0a53afc4 0a4c5450 0012fab4 gkhtml!NS_NewXMLDocument
0012f9e8 6064772b 00000000 0012fae4 0012fab4 00000007 gkhtml!NS_NewXMLDocument
0012fabc 6022c7a5 0a517860 0a4da960 0012fae4 0012fab4
rdf!NS_NewScriptXULDocument
0012fb28 6022bc59 0a524b30 0a4da960 0012fd0c 0012fccc
gkhtml!NS_NewEventListenerManager
0012fb90 601a9536 0a524b30 0a4da960 0012fd0c 0973d48c
gkhtml!NS_NewEventListenerManager
0012fbcc 602f1df9 00000000 0a528100 0012fd0c 0012fccc gkhtml!NS_NewPresShell
0012fc10 602f1dbe 00000000 0012fd0c 00000008 0012fccc
gkview!nsCreateInstanceByProgID::operator=
0012fc58 602f70bd 00000000 0a528100 0000001c 0012fccc
gkview!nsCreateInstanceByProgID::operator=
0012fcb4 602f2537 00000159 0000001a 0012fccc 0012fcfc
gkview!nsCreateInstanceByProgID::operator=
0012fcd0 6097528b 0a4da750 0000012d 00000000 609752d1
gkview!nsCreateInstanceByProgID::operator=
0012fce0 609752d1 0a4da524 0012fd0c 0012fcfc 0012fd84 gkwidget!NSGetFactory
(FPO: [3,0,2])
0012fcf4 60977c51 00000000 00000000 0a4da520 00000000 gkwidget!NSGetFactory
0012fd84 60977f90 0000012d 00000000 0a4da520 60977657 gkwidget!NSGetFactory
0012fd94 60977657 0000012d 00000000 006ed118 0a4da520 gkwidget!NSGetFactory
(FPO: [2,0,1])
0012fe34 6097558b 00000202 00000000 001a0017 0012fe78 gkwidget!NSGetFactory
0012fe64 77e7124c 022f0b44 00000202 00000000 00000000 gkwidget!NSGetFactory
0012feb4 001a0017 156c0e65 00000024 0000003a 0012ff14 user32!TranslateMessageEx
|
|
22,531 | 159,207 |
This is a regression of a problem seen in IM several weeks ago. We poke content
into an html iframe. Once the scrollbar kicks in during a session, content poked
to the bottom of the log window causes the entire window contents to draw in
half lines. Sometimes it syncs itself and draws ok for a line or two, then
returns to being garbled. Moving the scrollbar or causing an exposure by
dragging another window over and back will clear the problem (until new content
is poked, at which point contents are garbled again).
Steps to reproduce -- launch commercial build, run IM, initiate an IM session
with someone.
I will attach a gif illustrating the problem.
|
|
22,582 | 159,461 |
Only happened on Mac today.
Build 1999-12-23-08 M13
Steps to reproduce:
1)Launch Seamonkey. For the URL on the Mozilla browser go to:
ftp://sweetlou/products/client/seamonkey/macos/8.x/ppc/1999-12-23-08-M13/
2)Click on any file to Download it.
3)When the Download dialog (labeled Unknown File Type) comes up click on "Save
File"
4)In the "Save" dialog click on the Save button (or type the name of the file to
download and then click on Save button)
Expected results: File starts to download.
Actual Results: You will crash out of Seamonkey. You cannot escape through this
crash.(I used 'G')
Macs Bug log follows:
MacsBug 6.6, Copyright Apple Computer, Inc. 1981-99
PowerPC illegal instruction at 00FFFFFC
23-Dec-1999 12:57:15 PM (since boot = 1 day, 1 hour, 40 minutes)
Current application is “Netscape”
Machine = #406 (NewWorldMac), System $0860, sysu = $01008000
ROM version $077D, $44B5, $0001 (ROMBase $FFC00000)
VM is off
NIL^ = $FFC10000
Stack space used = +116722918
Address 00FFFFFC is in the System heap at 00002800
It is 0000088C bytes into this heap block:
Start Length Tag Mstr Ptr Lock Prg Type ID File Name
00FFF770 00004000+04 R 00005B84
PowerPC 740/750 Registers
CR0 CR1 CR2 CR3 CR4 CR5 CR6 CR7
PC = 00FFFFFC CR 0010 0010 0000 0000 0000 1000 0100 1000
LR = 0595C07C <>=O XEVO
CTR = 00FFFFFF
MSR = 00000000 SOC Compare Count
Int = 0 XER 001 00 00 MQ = 00000000
R0 = 00FFFFFF R8 = 5F8ADD32 R16 = 00000000 R24 = 00000001
SP = 06B5ECF0 R9 = 00000001 R17 = 00000000 R25 = 065FA05C
TOC = 00FFFFFF R10 = 00000001 R18 = 00000000 R26 = 06B5F174
R3 = 00000000 R11 = 00000001 R19 = 05242B50 R27 = 065F40C4
R4 = 06495390 R12 = 00D22D48 R20 = 00000000 R28 = 00000000
R5 = 0647FD10 R13 = 00000000 R21 = 064CACE8 R29 = 00000000
R6 = 06641408 R14 = 00000000 R22 = 06B604EC R30 = 00000000
R7 = 00000001 R15 = 00000000 R23 = 06B5F19C R31 = 06495380
Disassembling PowerPC code from 00FFFFD4
No procedure name
00FFFFD4 dc.l 0x16161616 |
16161616
00FFFFD8 dc.l 0x16161616 |
16161616
00FFFFDC dc.l 0x16161616 |
16161616
00FFFFE0 dc.l 0x16161616 |
16161616
00FFFFE4 dc.l 0x16161616 |
16161616
00FFFFE8 dc.l 0x16161616 |
16161616
00FFFFEC dc.l 0x16161616 |
16161616
00FFFFF0 dc.l 0x16161616 |
16161616
00FFFFF4 dc.l 0x16161616 |
16161616
00FFFFF8 dc.l 0x16161616 |
16161616
00FFFFFC *dc.l 0x16161616 |
16161616
01000000 dc.l 0x16161616 |
16161616
01000004 dc.l 0x16161616 |
16161616
01000008 dc.l 0x16161616 |
16161616
0100000C dc.l 0x16161616 |
16161616
01000010 dc.l 0x16161616 |
16161616
01000014 dc.l 0x16161616 |
16161616
01000018 dc.l 0x16161616 |
16161616
0100001C dc.l 0x16161616 |
16161616
01000020 dc.l 0x16161616 |
16161616
Heap zones
#1 Mod 16503K 00002800 to 0102049F SysZone^
#2 Mod 5K 00017720 to 00018ECF ROM read-only zone
#3 Mod 288K 00513160 to 0055B15F
#4 Mod 94K 005BD230 to 005D4E0F
#5 Mod 104124K 010204A0 to 075CF81F Process Manager zone
#6 Mod 11832K 05F86A00 to 06B14CCF “Netscape” ApplZone^ TheZone^
#7 Mod 4631K 06B60DF0 to 06FE6A1F “Netscape AOL Instant Messenger”
#8 Mod 187K 0707BEE0 to 070AAC8F “File Sharing Extension”
#9 Mod 946K 0736B720 to 0745830F “Finder”
#10 Mod 121K 0746CBA0 to 0748B0FF “Time Synchronizer”
#11 Mod 381K 07499990 to 074F8EDF “Folder Actions”
#12 Mod 92K 07555750 to 0756CAAF “Control Strip Extension”
Checking all heaps
The System heap at 00002800 is ok
The ROM read-only heap at 00017720 is ok
The heap at 00513160 is ok
The heap at 005BD230 is ok
The Process Manager heap at 010204A0 is ok
The “Netscape” heap at 05F86A00 is ok
The “Netscape AOL Instant Messenger” heap at 06B60DF0 is ok
The “File Sharing Extension” heap at 0707BEE0 is ok
The “Finder” heap at 0736B720 is ok
The “Time Synchronizer” heap at 0746CBA0 is ok
The “Folder Actions” heap at 07499990 is ok
The “Control Strip Extension” heap at 07555750 is ok
System heap high free space + TempMem low free space = #67881696 (#64M)
The target heap is the System heap at 00002800
Totaling the System heap at 00002800
Total Blocks Total of Block Sizes
Free 001D #29 0000A9B0 #43440 (#42K)
Nonrelocatable 0CFC #3324 00AFAA7C #11512444 (#10M)
Relocatable 0889 #2185 00518830 #5343280 (#5218K)
Locked 016B #363 00305180 #3166592 (#3092K)
Purgeable and not locked 010F #271 001649C0 #1460672 (#1426K)
Heap size 15A2 #5538 0101DC5C #16899164 (#16M)
The target heap is the Process Manager heap at 010204A0
Totaling the Process Manager heap at 010204A0
Total Blocks Total of Block Sizes
Free 0021 #33 040136D0 #67188432 (#64M)
Nonrelocatable 0003 #3 0000CDAC #52652 (#51K)
Relocatable 011D #285 0258EEC0 #39382720 (#37M)
Locked 00B3 #179 0256B5D0 #39237072 (#37M)
Purgeable and not locked 0002 #2 00013D60 #81248 (#79K)
Heap size 0141 #321 065AF33C #106623804 (#101M)
The target heap is the “Netscape” heap at 05F86A00
Totaling the “Netscape” heap at 05F86A00
Total Blocks Total of Block Sizes
Free 001E #30 0026E6B0 #2549424 (#2489K)
Nonrelocatable 00DC #220 0078ECFC #7924988 (#7739K)
Relocatable 07ED #2029 00190EE0 #1642208 (#1603K)
Locked 0041 #65 00120A70 #1182320 (#1154K)
Purgeable and not locked 0000 #0 00000000 #0
Heap size 08E7 #2279 00B8E28C #12116620 (#11M)
Displaying File Control Blocks
FRef Name VRef Type Fl ForkID LogEOF
0002 System FFFF zsys mW rsrc 006290AC
0060 **** EXTENTS B-TREE FFFF •••• mw data 001FE000
00BE **** CATALOG B-TREE FFFF •••• Mw data 003FC000
011C **** VOLUME BITMAP FFFF •••• mw data 00023000
017A System Resources FFFF zsyr mw rsrc 000D8191
09EC Open Tpt AppleTalk Library FFFF libr mw rsrc 0007B3CB
0A4A Open Transport Library FFFF libr mw rsrc 0007CB47
0AA8 Open Transport Library FFFF libr mw rsrc 0007CB47
0B06 Open Transport Library FFFF libr mw rsrc 0007CB47
0B64 Open Tpt AppleTalk Library FFFF libr mw rsrc 0007B3CB
0BC2 Open Tpt Internet Library FFFF libr mw rsrc 00070CF5
0C20 Serial (Built-in) FFFF libr mw rsrc 0000F716
0C7E Users & Groups Data File FFFF BTFL mW data 00012000
0CDC QuickTime™ FFFF INIT mw data 0005A4B6
0D3A Netscape FFFF APPL mW rsrc 00017E57
0D98 Control Strip Extension FFFF appe mW rsrc 0001060C
0E54 Netscape AOL Instant Messen… FFFF APPL mW rsrc 000E4ECB
0EB2 Folder Actions FFFF appe mW rsrc 00001369
0F10 Time Synchronizer FFFF appe mW rsrc 00001E07
0F6E Finder FFFF FNDR mw rsrc 0009BE8C
0FCC File Sharing Library FFFF shlb mw rsrc 00000C76
102A Finder Preferences FFFF pref mW rsrc 0000026E
1088 Desktop DB FFFF BTFL mW data 00036000
10E6 Desktop DF FFFF DTFL mW data 001599E2
1200 Network Setup Extension FFFF shlb mw rsrc 00006821
125E Network Setup Extension FFFF shlb mw rsrc 00006821
131A File Sharing Extension FFFF INIT mW rsrc 0002F61C
13D6 Network Setup Extension FFFF shlb mw rsrc 00006821
1434 Network Setup Extension FFFF shlb mw rsrc 00006821
1492 File Sharing Library FFFF shlb mw rsrc 00000C76
14F0 AIM Prefs FFFF Pref mW rsrc 000012C7
154E Users & Groups Data File FFFF BTFL mW data 00012000
15AC AppleShare PDS FFFF BTFL mW data 0005A000
160A Component Registry FFFF BINA mW data 0003F143
1668 widget.shlb FFFF shlb mw rsrc 00000399
16C6 history.dat FFFF BINA mW data 00000E51
1724 AppleShare FFFF RDEV mw rsrc 0004F1C6
1782 StdLog FFFF TEXT mW data 000023A4
0DF6 AppleShare PDS FFFE BTFL mW data 00044800
1144 **** EXTENTS B-TREE FFFE •••• mw data 000EFC00
11A2 **** CATALOG B-TREE FFFE •••• mw data 000EFC00
12BC Desktop DB FFFE BTFL mW data 00044800
1378 Desktop DF FFFE DTFL mW data 0012B772
#160 FCBs, #65 in use (including #22 fonts not listed), #95 free
Displaying Volume Control Blocks
vRef VolName Flg dRef Drv# FSID NumBlks BlkSiz FilCnt DirCnt
BlsdDir VCBPtr
FFFF Hard Disk dsh FFCB 0008 0000 00111582 001000 001425 0002DC
00000018 00015380
FFFE OS9 dsh FFCB 0009 0000 FF68 011200 0007E4 000110
0000002A 00CA5F90
#2 VCBs
Displaying Drive Queue
Drive Volume Flags dRef Driver Name FSID Size
QElem at
0008 Hard Disk leiS FFCB .ASYC00 0000 0088AF43
002342F4
0009 OS9 leiS FFCB .ASYC00 0000 0088AF43
00234334
0004 <none> lEiS FFA0 .iomegaDriverATA_0.S …0000 00000000
009EF004
#3 drives
Displaying Driver Control Entries
dRef dNum Driver Flg Ver qHead Stor/Ver Dely Drvr at
DCE at
FFFA 0005 .AIn bPC #9 00000000 00000000 0000 00826AB0
002333D0
FFF9 0006 .AOut bPC #9 00000000 00000000 0000 00826B70
00233420
FFF8 0007 .BIn bPC #9 00000000 00000000 0000 00826C30
00233560
FFF7 0008 .BOut bPC #9 00000000 00000000 0000 00826CF0
002338C0
FFF6 0009 .MPP bPO #60 00000000 00000001 0000 008F5FD0
008646B0
FFF5 000A .ATP bPO #58 00000000 00AA3F30 0000 008D1C90
008FCF00
FFD7 0028 .XPP bPO #58 00000000 008D8C00 0000 008D59B0
00AB47D0
FFD6 0029 .AFPTranslator bPO #0 00000000 00A77620 003C 00B2BC80
007DFE40
FFCF 0030 .EDisk bPC #0 00000000 00000000 003C FFCD0EA0
000B4C20
FFCE 0031 .LANDisk bPC #1 00000000 00000000 0000 000BA438
000CC820
FFCD 0032 .Display_Rage128 bPO #0 00000000 01.01f01 0000 000CF8C8
000CF890
FFCC 0033 .ATALoad bPO #0 00000000 00230B30 0001 FFD9A3F0
001571C0
FFCB 0034 .ASYC00 bPO #0 00000000 00234CFE 0000 002388AE
002335E0
FFCA 0035 .DAVAudio bPO #0 00000000 01.11f00 0000 0041E218
0041E1E0
FFC9 0036 .AppleSoundInput bPO #33 00000000 01.21f00 0000 007D49D8
007D49A0
FFC8 0037 .ASLM bPO #2 00000000 00000000 0000 0081E8F0
00093400
FFC7 0038 .SLM bPO #2 00000000 00000000 0000 00857A00
00857B90
FFC6 0039 .DSP bPO #58 00000000 002A41E0 0000 0099CDD0
00D91C30
FFC5 003A .ipp bPC #0 00000000 00000000 0000 009BBD50
00F70290
FFC4 003B .Infra bPO #20 00000000 008984C0 0000 009B8380
0081DCB0
FFC3 003C .DVaudio bPO #32 00000000 01.20f03 0000 007DC1F8
007DC1C0
FFC2 003D .AppleCD bPO #0 00000000 009EEFC6 0078 00A115FE
009EF040
FFC1 003E .DVDRegMgr bHO #0 00000000 00000000 0001 00D053C0
00926E20
FFC0 003F .swmdrvr bHO #0 00000000 00005334 001E 0060DAF0
00090180
FFBF 0040 .HDI bPO #0 00000000 00C9C650 001E 00CE2180
00C28AC0
FFA2 005D .DisplayBezelMgr bHO #0 00000000 000042A8 0001 00CA91F0
00C8FE00
FFA1 005E .PrinterShare bHO #0 00000000 000048A0 0000 00C8B850
00AB0B30
FFA0 005F .iomegaDriverATA_0.S v6.0.2 bPO #0 00000000 000048CC 0005 00D6EFB0
00C7EC80
#96 Unit Table entries, #28 in use, #68 free
Displaying resource information:
> Map $05FE0918, flags $0000, file $1668 = widget.shlb
Map $05F86B88, flags $0000, file $0D3A = Netscape
+ Map $00005A2C, flags $801A, file $0003 = •ROM resources that override
System•
S Map $00005A30, flags $200D, file $0002 = System
Map $00005888, flags $0014, file $017A = System Resources
[Skipped $0016 maps belonging to font files]
Calling chain using A6/R1 links
Back chain ISA Caller
00000000 PPC 05F8C7C4
06B60B00 PPC 05F898EC main+00194
06B60A60 PPC 05F8933C main1(int, char**)+005D0
06B60970 PPC 070277FC nsAppShellService::Run()+00018
06B60930 PPC 05C6AF90 nsAppShell::Run()+00038
06B608B0 PPC 05C6B6A8 nsMacMessagePump::DoMessagePump()+0003C
06B60860 PPC 05C6B878 nsMacMessagePump::DispatchEvent(int,
EventRecord*)+00070
06B60810 PPC 05C6C0B0 nsMacMessagePump::DoMouseUp(EventRecord&)+0004C
06B607C0 PPC 05C6C5EC
nsMacMessagePump::DispatchOSEventToRaptor(EventRecord&, GrafPort
*)+00044
06B60770 PPC 05C66844 nsMacMessageSink::DispatchOSEvent(EventRecord&,
GrafPort*)+00038
06B60730 PPC 05C606D4 nsMacWindow::HandleOSEvent(EventRecord&)+00020
06B606D0 PPC 05C611D8
nsMacEventHandler::HandleOSEvent(EventRecord&)+000D0
06B60680 PPC 05C627F4
nsMacEventHandler::HandleMouseUpEvent(EventRecord&)+000B0
06B605F0 PPC 05C4C644 nsWindow::DispatchMouseEvent(nsMouseEvent&)+00058
06B60590 PPC 05C4C4FC nsWindow::DispatchWindowEvent(nsGUIEvent&)+00018
06B60550 PPC 05C4C428 nsWindow::DispatchEvent(nsGUIEvent*,
nsEventStatus&)+00090
06B60500 PPC 055CA274 HandleEvent(nsGUIEvent*)+00058
06B604B0 PPC 055C6E5C nsViewManager::DispatchEvent(nsGUIEvent*,
nsEventStatus*)+0056C
06B60310 PPC 055CBD88 nsView::HandleEvent(nsGUIEvent*, unsigned int,
nsEventStatus*, i
nt&)+001E0
06B60290 PPC 0572CA2C PresShell::HandleEvent(nsIView*, nsGUIEvent*,
nsEventStatus*)+00
2F0
06B60210 PPC 057C62D4
nsEventStateManager::PostHandleEvent(nsIPresContext*, nsGUIEvent
*, nsIFrame*, nsEventStatus*, nsIView*)+0056C
06B5FFC0 PPC 057C7EF8
nsEventStateManager::CheckForAndDispatchClick(nsIPresContext*, n
sMouseEvent*, nsEventStatus*)+0013C
06B5FF00 PPC 05BDCE84 nsXULElement::HandleDOMEvent(nsIPresContext*,
nsEvent*, nsIDOMEv
ent**, unsigned int, nsEventStatus*)+00354
06B5FDA0 PPC 057C34FC
nsEventListenerManager::HandleEvent(nsIPresContext*, nsEvent*, n
sIDOMEvent**, unsigned int, nsEventStatus*)+003C8
06B5FC50 PPC 057C3018
nsEventListenerManager::HandleEventSubType(nsListenerStruct*, ns
IDOMEvent*, unsigned int)+00360
06B5F9D0 PPC 05D82D80 nsJSEventListener::HandleEvent(nsIDOMEvent*)+001D0
06B5F8B0 PPC 05D1775C nsJSContext::CallEventHandler(void*, void*,
unsigned int, void*,
int*)+0023C
06B5F7F0 PPC 05D18568 nsJSContext::ScriptEvaluated()+00024
06B5F7A0 PPC 05D2A958 GlobalWindowImpl::CloseWindow(nsISupports*)+00054
06B5F740 PPC 05D2A890 GlobalWindowImpl::Close()+00038
06B5F6F0 PPC 0701B9E4 nsWebShellWindow::Close()+002E0
06B5F5E0 PPC 05E07EA0 nsCOMPtr_base::~nsCOMPtr_base()+00030
06B5F5A0 PPC 059B5BB0 DocumentViewerImpl::Release()+00040
06B5F560 PPC 059B60B8 DocumentViewerImpl::~DocumentViewerImpl()+000B0
06B5F4E0 PPC 05B8787C
nsXULDocument::SetScriptGlobalObject(nsIScriptGlobalObject*)+000
38
06B5F490 PPC 05BD9B4C nsXULElement::SetDocument(nsIDocument*, int)+002D4
06B5F340 PPC 05BD9B4C nsXULElement::SetDocument(nsIDocument*, int)+002D4
06B5F1F0 PPC 05BD9B4C nsXULElement::SetDocument(nsIDocument*, int)+002D4
06B5F0A0 PPC 0580C484 nsHTMLDivElement::SetDocument(nsIDocument*,
int)+00010
06B5F060 PPC 057DA2A8 nsGenericHTMLElement::SetDocument(nsIDocument*,
int)+0002C
06B5F010 PPC 05923BF8 nsGenericElement::SetDocument(nsIDocument*,
int)+00234
06B5EE60 PPC 05923920
nsGenericElement::SetDocumentInChildrenOf(nsIContent*, nsIDocume
nt*)+0006C
06B5EE10 PPC 0595F488 nsTextNode::SetDocument(nsIDocument*, int)+00010
Return addresses on the stack
Stack Addr Frame Addr ISA Caller
06B5F0E8 68K 05F798CA malloc+00042
06B5F0D8 PPC 05E00F6C nsSupportsArray::DeleteArray()+0001C
06B5F0B8 PPC 05F78A88 operator delete(void*)+00014
06B5F0A8 PPC 05BD9B4C
nsXULElement::SetDocument(nsIDocument*, int)+002D4
06B5F07C 68K 06B5F19A
06B5F078 68K 05F79932 free+00032
06B5F068 06B5F060 PPC 0580C484
nsHTMLDivElement::SetDocument(nsIDocument*, int)+00
010
06B5F04C 68K 06B5F19A
06B5F018 06B5F010 PPC 057DA2A8
nsGenericHTMLElement::SetDocument(nsIDocument*, int
)+0002C
06B5EFB8 06B5EFB0 PPC FFD21E8C TextMode+00018
06B5EF9A PPC 0006FFFC LoadSIM+13D94
06B5EF78 06B5EF70 PPC 00440190 NQDTextMode+00014
06B5EF68 06B5EF60 PPC 00440190 NQDTextMode+00014
06B5EF58 06B5EF50 PPC 05BD9B88
nsXULElement::SetDocument(nsIDocument*, int)+00310
06B5EF18 06B5EF10 PPC 05E07EA0 nsCOMPtr_base::~nsCOMPtr_base()+00030
06B5EF08 06B5EF00 PPC 05E07FD4
nsCOMPtr_base::assign_from_helper(const nsCOMPtr_he
lper&, const nsID&)+00028
06B5EEC8 06B5EEC0 PPC 05E07E00 nsQueryInterface::operator()(const
nsID&, void**) c
onst+00028
06B5EE68 06B5EE60 PPC 05923BF8
nsGenericElement::SetDocument(nsIDocument*, int)+00
234
06B5EE38 06B5EE30 PPC FFCF0318 CFLRemoveLoader+003DC
06B5EE28 06B5EE20 PPC 05E07EA0 nsCOMPtr_base::~nsCOMPtr_base()+00030
06B5EE18 06B5EE10 PPC 05923920
nsGenericElement::SetDocumentInChildrenOf(nsIConten
t*, nsIDocument*)+0006C
06B5EE08 06B5EE00 PPC 05BD9B88
nsXULElement::SetDocument(nsIDocument*, int)+00310
06B5EDE8 06B5EDE0 PPC 0071AEFC SideUtilityWindowEntry+012F8
06B5EDD8 06B5EDD0 PPC 0595F488 nsTextNode::SetDocument(nsIDocument*,
int)+00010
06B5EDA8 06B5EDA0 PPC 0071B044 SideUtilityWindowEntry+01440
06B5ED98 06B5ED90 PPC 007170AC
06B5ED78 06B5ED70 PPC 007174D8
06B5ED68 06B5ED60 PPC FFD1F0FC SetPort+0001C
06B5ED28 06B5ED20 PPC 003F26E0 NQDSetPort+00034
06B5ED18 06B5ED10 PPC FFD21E8C TextMode+00018
06B5ED08 06B5ED00 PPC 0067A310 SafeBackPat+00078
06B5ECF8 68K 0595C056
nsGenericDOMDataNode::SetDocument(nsIDocument*, int
)+0008E
Displaying memory from sp
06B5ECF0 06B5 EDD0 0004 D290 0595 C058 0000 0001 •µÌ–••“ê•ï¿X••••
06B5ED00 06B5 ED50 0660 82C0 0067 A314 06B5 EE86 •µÌP•`Ç¿•g£••µÓÜ
06B5ED10 06B5 ED50 2200 0848 FFD2 1E90 06B5 EEC6 •µÌP"••H*“•ꕵÓ*
06B5ED20 06B5 ED60 8200 0848 003F 26E4 06B5 EE68 •µÌ`Ç••H•?&‰•µÓh
06B5ED30 06B5 ED70 0041 9BC8 002C 5590 002C 5590 •µÌp•Aõ»•,Uê•,Uê
06B5ED40 0000 0000 0000 0000 06B5 EE84 06B5 EE86 •••••••••µÓÑ•µÓÜ
06B5ED50 06B5 EDA0 0000 0000 06B5 EE84 06B5 EE84 •µÌÝ•••••µÓÑ•µÓÑ
06B5ED60 06B5 EDA0 8200 0848 FFD1 F100 06B5 EE68 •µÌÝÇ••H*—Ò••µÓh
Displaying memory from 0
00000000 FFC1 0000 FFC1 0000 0023 FAC0 002E CDD8 *¡••*¡•••#·¿•.Õÿ
00000010 002E CDDA 002E CDDC FFC0 5608 FFC0 560A •.Õ/•.ÕÐ*¿V•*¿V•
Closing log
|
|
22,785 | 160,423 |
Saw this on Win and Linux builds 1999-12-28-08 M13
Steps to reproduce:
1)Launch Seamonkey and login to Mail.(I used an Imap account)
2) Clcik on the inbox to view the list of mail there. WHen it is all retrieved,
click once on any piece of mail to view it's contents.
You will crash.
Talkback trace follows:
Incident ID 3199512
Trigger Time
1999-12-28 19:36:11
Email Address
[email protected]
User Comments
Crash clicking on a Mail message to read it in Win. Build
1999-12-28-08 M13
Build ID
1999122809
Product ID
Communicator5.0
Platform ID
Win32
Stack Trace
HTMLStyleSheetImpl::~HTMLStyleSheetImpl
[d:\builds\seamonkey\mozilla\layout\html\style\src\nsHTMLStyleSheet.cpp, line
538]
HTMLStyleSheetImpl::`scalar deleting destructor'
HTMLStyleSheetImpl::Release
[d:\builds\seamonkey\mozilla\layout\html\style\src\nsHTMLStyleSheet.cpp, line
566]
nsCOMPtr_base::~nsCOMPtr_base
[d:\builds\seamonkey\mozilla\xpcom\base\nsCOMPtr.cpp, line 45]
nsXULDocument::PrepareStyleSheets
[d:\builds\seamonkey\mozilla\rdf\content\src\nsXULDocument.cpp, line 658]
nsXULDocument::StartDocumentLoad
[d:\builds\seamonkey\mozilla\rdf\content\src\nsXULDocument.cpp, line 702]
nsLayoutDLF::CreateRDFDocument
[d:\builds\seamonkey\mozilla\layout\build\nsLayoutDLF.cpp, line 456]
nsLayoutDLF::CreateInstance
[d:\builds\seamonkey\mozilla\layout\build\nsLayoutDLF.cpp, line 280]
nsWebShell::CreateViewer
[d:\builds\seamonkey\mozilla\webshell\src\nsWebShell.cpp, line 1793]
nsWebShell::DoContent [d:\builds\seamonkey\mozilla\webshell\src\nsWebShell.cpp,
line 1746]
nsDocumentOpenInfo::DispatchContent
[d:\builds\seamonkey\mozilla\uriloader\base\nsURILoader.cpp, line 279]
nsDocumentOpenInfo::OnStartRequest
[d:\builds\seamonkey\mozilla\uriloader\base\nsURILoader.cpp, line 219]
nsOnStartRequestEvent::HandleEvent
[d:\builds\seamonkey\mozilla\netwerk\base\src\nsAsyncStreamListener.cpp, line
199]
nsStreamListenerEvent::HandlePLEvent
[d:\builds\seamonkey\mozilla\netwerk\base\src\nsAsyncStreamListener.cpp, line
94]
PL_HandleEvent [plevent.c, line 523]
_md_EventReceiverProc [plevent.c, line 955]
USER32.dll + 0x1820 (0x77e71820)
|
|
23,262 | 162,766 |
* Overview:
If another Search window is opened by selecting one of the four menu items
in the second section on the Search menu, the existing Search dialog is
replaced by one that is blank and unusable, clobbering the earlier one.
The user may still have been wanting to get back to it...
* Steps to Reproduce:
1. Select the Search>Search the Internet menu item.
2. Do a quick search.
3. Go back to the Search menu and select any of the four items in the second
section.
* Actual results:
The Search dialog used in step 2 will disappear in step 3, and be replaced
by a Search dialog of the same size that does not render any of its contents
beyond the tabs for the four kinds of searching, and is thus useless.
(After closing this another will come up normally).
* Expected Results:
One of the following:
A. A second, completely independent Search dialog will appear, and nothing will
happen to the previous one.
B. The previous Search dialog will be made visible and given focus; if a
different type of search is chosen than previously, the tab will change
but the state of the tab used in step 2 will be maintained until the
dialog is closed. (Similar to what is seen if Tasks>Composer is selected
twice).
* Tested with:
2000-01-05-08-M13 nightly binary on Windows NT 4.0sp3.
|
|
33,237 | 241,876 |
From Bugzilla Helper:
User-Agent: Mozilla/4.7 [en] (Win95; U)
BuildID: 20000324
During smoketesting, we had loads of problems with the configure sidebar dialog.
On Windows, the names of the three sidebars in the left list were blank, and
"add"ing one added a sidebar called "(null)". On other OSs, they were there, but
strange things happened when you tried adding and removing (such as names and
sidebars disappearing).
All this horkage is a regression between 20000323 and 20000324.
Reproducible: Always
Steps to Reproduce:
1. Open sidebar
2. Choose "configure..."
3. Look
|
|
33,390 | 242,888 |
From Bugzilla Helper:
User-Agent: Mozilla/4.71 [en] (X11; I; Linux 2.3.47 i586; Nav)
BuildID: 2000032309
Script below generates HTML file with JavaScript script,
which creates table with $j*$i elements. When $j equals
to 25 (at $i=256) then mozilla grows to about 48MB.
Increasing $j to ie. 255 causes mozilla to exhaust
system memory (if limits are unlimited of course).
The same thing is with netscape.
I know about this bug from my friend Robert Kurowski.
---------------------------------------
#!/usr/bin/perl
$j=256;
print <<END;
<html>
<head>
<title>JavaScript Test</title>
<script type="text/javascript"><!--
END
while ($j--) {
$i=256;
while ($i--) {
print "x[$j][$i]='".$i*$j."';\n";
}
}
print <<END;
</script>
</head>
<body>
<p>
OK!
</p>
</body>
</html>
END
-------------------------------------
Reproducible: Always
Steps to Reproduce:
Look at description field.
Actual Results: Memory system exhausted.
Expected Results: Show "OK" string.
|
|
33,453 | 243,357 |
From Bugzilla Helper:
User-Agent: Mozilla/4.7 [en] (Win95; U)
BuildID: 20000327
In the Search sidebar panel, there are several search engines, and you choose
the ones you want with checkboxes. These checkboxes now depress, but do not
check themselves.
Reproducible: Always
Steps to Reproduce:
1. Open sidebar search panel
2. Click checkbox
3. Observe
This is a regression between 20000324 and 20000327. We can't be more specific as
the nightly build system broke over the weekend.
Major because it's a regression.
|
|
33,461 | 243,419 |
Overview Description:
Spell checker does not work for win32/mac
Steps to Reproduce:
1) start netscape commercial tip build
2) click on composer icon in bottom toolbar
3) select 'Debug->Insert Text' from the menu
4) click on the 'Spell' icon
Actual Results:
Nothing apparently happens (except for console message below)
Expected Results:
Check the spelling ...
Reproducibility: always
Build Date & Platform Bug Found:
win98 2000032709 (with the re-addition of netscape.xul).
macos 2000032710
Additional Builds and Platforms Tested On:
WORKS CORRECTLY for linux 2000032711
Additional Information:
Console messages on win98 are :
Check Spelling starting...
*** Exception error from Spell Checker
|
|
33,528 | 243,851 |
with localized netscape6 beta1 2000032306 on Windows98-Ja:
Steps to reproduce:
1. Launch MailNews.
2. Select a message with Japanese content--or create one.
3. Print.
Result: Netscape6 crashes.
|
|
34,706 | 253,519 |
From Bugzilla Helper:
User-Agent: Mozilla/5.0 (X11; N; Linux 2.2.12-20 i686; en-US; m14) Netscape6/6.0b1
BuildID: 2000032406
If I try to print to a file in a directory that I don't have write permissions
on, all netscape crashes. This came about as a result of the fact that the
default directory on print to file is the netscape directory
(/usr/local/netscape on my machine) which I (as a normal user) do not have
permission to write to.
Reproducible: Always
Steps to Reproduce:
1.Click on File/Print
2.Choose to Print to File.
3.Notice that the default directory is the netscape directory.
4.Print to a directory that you don't have write permission on.
5.Observe netscape crashing.
Actual Results: Netscape defaults to the Netscape directory to print the file
to and then crashes if you don't have write permission on that directory.
Expected Results: Netscape should default to printing the file to the user's
home directory like in 4.x and should not crash anyway if you do try to print to
a file in a directory where you don't have write permission.
|
|
39,205 | 294,219 |
From Bugzilla Helper:
User-Agent: Mozilla/5.0 (Windows; U; Win98; en-US; m16) Gecko/20000513
BuildID: 20000051308
If I open Prefences, click on Mail and Newsgroups, and then try to pick a
different preference the right pane never updates. In addition, the OK button
will not work at all, I have to cancel and lose any preference changes made to
this point
Reproducible: Always
Steps to Reproduce:
1.Open Preferences
2.Click "Mail and Newsgroups"
3.Try to select a different preference, or try to click OK
Actual Results: It sorta hung. It was possible to hit cancel and escape but
preferences became useless
Expected Results: Obviously, for Mozilla to not hang like this
|
|
39,749 | 299,445 |
Steps to reproduce:
1. download installer for build 2000051808
2. answer prompts in Wizard (custom or default folder)
3. extraction progress is noted
Actual results: installer quits
Expected results: installer would finish installing extracted files
No install log is present
|
|
40,116 | 302,107 |
From Bugzilla Helper:
User-Agent: Mozilla/4.72 [en] (X11; I; Linux 2.2.12-20 i686)
BuildID: 2000052120
Whenever you go to this page, the browser crashes. It looks like it's in the
process of rendering the page, then the page top (navigation aids, and
advertisments) start to look odd, then the whole shebang crashes. (other
mozilla windows you have open crash too. The whole process ends)
Reproducible: Always
Steps to Reproduce:
1. Load url.
2. process dies.
Actual Results: The entire process dies. All windows spawned in that session
come down with it.
Expected Results: Finish rendering the page.
I seem to be able to re-produce this at will. If you need me to, I can mail out
the full console output, however it doesn't SEEM to be anything pertinant...
just a bunch of "WEBSHELL+ = #" where # ranges from 11-15, and a LOT of "Warning
- table cell content max element height 285 greater than desired height 270"
errors (or errors that differ in the numbers only).
This is a redhat linux 6.1, slightly updated. celeron 300a, 128 megs
If I can be of further help, please let me know at [email protected]
|
|
40,118 | 302,119 |
From Bugzilla Helper:
User-Agent: Mozilla/4.73 [en] (Win98; I)
BuildID: 20000521
MOzilla crash when i try to open this page. i think there is some problems whit
tables
Reproducible: Always
Steps to Reproduce:
1.start mozilla
2.go to www.david.bg
3.choose bulgarian
Actual Results: mozilla crash
Expected Results: have to display page
|
|
40,306 | 303,892 |
Steps to reproduce:
1. gunzip/tar this build
2. remove ~/.mozilla
3. run ./netscape -installer
Actual result: crash
Talkback stack trace later
|
|
40,480 | 306,024 |
Using may24 m16 commercial build
If you add more criteria lines than fit in the visual space of the filter rules
"conditions" list there are a couple problems:
1. The last criteria line in the visual list area will overrun the bottom
boundary of the list display area.
2. If you use the scrollbar/slider to get to the end of the criteria line
list, you'll see the criteria widgets lose their labels and dropdown
functionality, rendering those criteria lines useless.
Steps for testing:
1. From mail window, launch message filters (Edit|Filters) then click New
button to launch the filter rules diaog.
2. In the filter rules dialog, click More to show criteria line then type in a
value for the text field -- subject contains yourtextstring
3. Click More and fill in text field again and keep repeating until you add
more criteria lines than will fit in the initial display space of the list.
Result #1: notice the last criteria line shown overruns the bottom
boundary of the list area.
4. Use the scrollbar/slider to go to the next/bottom criteria line which is
not shown.
Result #2: notice the noun/1st and verb/2nd criteria dropdown widgets have
no labels (like "subject" and "contains").
5. Try to use the dropdown in the blank criteria fields.
Result #3: the dropdowns don't work, you can't set criteria.
Note: another more drastic example of loss of criteria line functionality is to
go to a new/empty filter rules dialog then add lots of default criteria lines
(to cause scrollbar in the list) without ever filling in the text fields. When
you scroll up and down repeatedly it will eventually render the majority of
criteria widgets usesless.
|
|
40,514 | 306,456 |
Window.open() ignores size mentioned and opens one very small, no-resizable
window.
Window is so small that, nothing excpet title bar is visible. All you can do on
that window is close the window.
BUILDS:
2000-05-22-08.
STEPS TO REPRODUCE:
1] Load the testcase I'm attaching with above specified builds.
2] click button "Create new window"
EXPECTED RESULTS:
New window should be generated with width=300, and height=300 loading yahoo.com
ACTUAL RESULTS:
One very small window is generated. You can not see contents of page. All you
can see is title bar. You can not resize window, [Even if you mention
resizable=yes]. all you can do is close the window.
TESTCASE START:
<HTML>
<HEAD><TITLE>Vertical Scroll bar</TITLE>
</HEAD>
<BODY>
<form name="workform">
<h3>Create New Window winth Width=300 and Height=300: </h3><br>
<input type="button" name="but1" value="Create new window"
onClick='window.open("http://www.yahoo.com","myWindow","width=300,
height=300")'><br>
</form>
</BODY>
</HTML>
TESTCASE END:
|
|
41,002 | 311,934 |
Steps to reproduce:
1. Install build 2000053008 with NSInstaller
Actual results: Installer fails- error -229, in Install Log
for browser and mail
(InstantMessenger/Spellchecker/Talkback/ do install
|
|
50,257 | 406,860 |
From Bugzilla Helper:
User-Agent: Mozilla/5.0 (Windows; U; Win95; en-US; m18) Gecko/20000822
BuildID: 2000082404
Originally discovered that http://www.fish.state.pa.us/ caused Mozilla to lock
up. Two days later I have narrowed the problem down to this snippet of HTML:
<div style="margin-bottom: -1">
<img height=1>
</div>
<table align=left>
<td>
<table>
<td>
</table>
</td>
<td>
<table cols=2>
<td>
</table>
</td>
</table>
<br clear="left">
...which has been posted to http://www.burlco.lib.nj.us/moz/lock/
Agreed, this is not the best HTML, but it certainly should not lock up the
browser. If any of the tags are removed, or any option of any tag is removed,
Mozilla will not lock up. This is also reproducible using RH Linux 6.2 and
build 2000082404. Sorry if this is already in Bugzilla, but not having the
slightest clue what could be wrong made it hard to search for an existing bug.
Reproducible: Always
Steps to Reproduce:
1. Visit http://www.burlco.lib.nj.us/moz/lock/
Actual Results: Mozilla locks up.
Expected Results: Mozilla should not lock up.
|
|
43,441 | 337,967 |
From Bugzilla Helper:
User-Agent: Mozilla/4.06 (Macintosh; I; PPC, Nav)
BuildID: 2000061411
When you choose Edit-Preferences from a New Message/Compose window, it will
appear, and the left pane (where you choose which type of preferences you want
to edit) works fine. However, the right pane is totally blank (gray), no matter
what you choose in the left pane.
Reproducible: Always
Steps to Reproduce:
1.Open Mozilla
2.Choose File-New-New Message
3.When the New Message window loads, choose Edit-Preferences.
Actual Results: The Preferences dialog appears, but the right pane is
completely blank, no matter what you choose in the left pane.
Expected Results: Mozilla should have displayed a normal Preferences dialog.
|
|
43,489 | 338,415 |
today's build (062208) unser Mac OS9.
set up an IMAP account, smoketested fine.
set up POP acct, read mail. Sent test mail to bad email address and it was
returned.
went to read return transcript got Alert unknown error.
tried to read other messages got alert unknown error.
restarted and tried again. same result.
note, after dismissing alert dialog, that part of the message pane is not
repainted.
IMAP account still works fine. can read and send messages.
|
|
43,679 | 340,049 |
From Bugzilla Helper:
User-Agent: Mozilla/4.73 [en]C-NSCP (Win98; U)
BuildID: 2000-06-23
lose sender when scrolling in the addressing pane
Reproducible: Always
Steps to Reproduce:
1.launch messanger
2.click new meeasge
3.type a name in the to field then, press enter type a second name in the to
field, then press enter
4. scroll up and down with the scroll bar
Actual Results: the first name is missing and the massage does not get sent to
that person when sending
Expected Results: you should see both names
bug logged by: Luis Rincon
|
|
45,152 | 353,892 |
From Bugzilla Helper:
User-Agent: Mozilla/4.73 [en] (WinNT; U)
BuildID: 2000071020
Setting the line-height property leads to some very strange effects in a
TEXTAREA. This bug-report shows, that setting the line-height on a TEXTAREA
_and_ causing a horizontal scrollbar to appear, may cause invisible text (don't
know how to describe the effect better)
Reproducible: Always
Steps to Reproduce:
1. Load the attached testcase
2. Enter text in the first line of the textarea until a horizontal scrollbar
appears.
3. Enter [RETURN]
4. (Try to) enter more text
Actual Results: The text in the secont line is invisible until the third line
is begun (and so on).
Expected Results: Any entered text should be visible.
|
|
46,043 | 364,596 |
From Bugzilla Helper:
User-Agent: Mozilla/5.0 (Windows; U; Win98; en-US; m17) Gecko/20000720
BuildID: 2000072008
open the url the browser hangs forever, no page refresh at all but is not crashing.
Reproducible: Always
Steps to Reproduce:
1.open the url http://www.radio-stations.net/language/esperanto.htm
2.Wait to have the page loaded
3.
Actual Results: The browser is dead
Expected Results: page loaded
|
|
46,266 | 367,314 |
Crash reported by Talkback System
xptiInterfaceInfo::GetIIDForParam
Stack Trace:
xptiInterfaceInfo::GetIIDForParam
[d:\builds\seamonkey\mozilla\xpcom\reflect\xptinfo\src\xptiInterfaceInfo.cpp
nsXPCWrappedNativeClass::GetInterfaceTypeFromParam
[d:\builds\seamonkey\mozilla\js\src\xpconnect\src\xpcwrappednativeclass.cpp
nsXPCWrappedNativeClass::CallWrappedMethod
[d:\builds\seamonkey\mozilla\js\src\xpconnect\src\xpcwrappednativeclass.cpp
WrappedNative_GetProperty
[d:\builds\seamonkey\mozilla\js\src\xpconnect\src\xpcwrappednativejsops.cpp
js_Interpret [d:\builds\seamonkey\mozilla\js\src\jsinterp.c
js_Invoke [d:\builds\seamonkey\mozilla\js\src\jsinterp.c
js_Interpret [d:\builds\seamonkey\mozilla\js\src\jsinterp.c
js_Invoke [d:\builds\seamonkey\mozilla\js\src\jsinterp.c
js_Interpret [d:\builds\seamonkey\mozilla\js\src\jsinterp.c
js_Invoke [d:\builds\seamonkey\mozilla\js\src\jsinterp.c
js_InternalInvoke [d:\builds\seamonkey\mozilla\js\src\jsinterp.c
JS_CallFunctionValue [d:\builds\seamonkey\mozilla\js\src\jsapi.c
nsJSContext::CallEventHandler
[d:\builds\seamonkey\mozilla\dom\src\base\nsJSEnvironment.cpp
nsJSEventListener::HandleEvent
[d:\builds\seamonkey\mozilla\dom\src\events\nsJSEventListener.cpp
nsEventListenerManager::HandleEventSubType
[d:\builds\seamonkey\mozilla\layout\events\src\nsEventListenerManager.cpp
nsEventListenerManager::HandleEvent
[d:\builds\seamonkey\mozilla\layout\events\src\nsEventListenerManager.cpp
GlobalWindowImpl::HandleDOMEvent
[d:\builds\seamonkey\mozilla\dom\src\base\nsGlobalWindow.cpp
nsWebShell::OnEndDocumentLoad
[d:\builds\seamonkey\mozilla\docshell\base\nsWebShell.cpp
nsDocLoaderImpl::FireOnEndDocumentLoad
[d:\builds\seamonkey\mozilla\uriloader\base\nsDocLoader.cpp
nsDocLoaderImpl::DocLoaderIsEmpty
[d:\builds\seamonkey\mozilla\uriloader\base\nsDocLoader.cpp
nsDocLoaderImpl::OnStopRequest
[d:\builds\seamonkey\mozilla\uriloader\base\nsDocLoader.cpp
nsLoadGroup::RemoveChannel
[d:\builds\seamonkey\mozilla\netwerk\base\src\nsLoadGroup.cpp
nsFileChannel::OnStopRequest
[d:\builds\seamonkey\mozilla\netwerk\protocol\file\src\nsFileChannel.cpp
nsOnStopRequestEvent::HandleEvent
[d:\builds\seamonkey\mozilla\netwerk\base\src\nsAsyncStreamListener.cpp
nsStreamListenerEvent::HandlePLEvent
[d:\builds\seamonkey\mozilla\netwerk\base\src\nsAsyncStreamListener.cpp
PL_HandleEvent [d:\builds\seamonkey\mozilla\xpcom\threads\plevent.c
PL_ProcessPendingEvents [d:\builds\seamonkey\mozilla\xpcom\threads\plevent.c
_md_EventReceiverProc [d:\builds\seamonkey\mozilla\xpcom\threads\plevent.c
USER32.dll + 0x1268 (0x77e71268)
xptiInterfaceInfo::GetIIDForParam 5feb579d
http://bonsai.mozilla.org/cvsblame.cgi?file=mozilla/xpcom/reflect/xptinfo/src/xp
tiInterfaceInfo.cpp
line 454
Build: 2000071811 CrashDate: 2000-07-18 UptimeMinutes: 60 Total: 60
OS: Windows NT 4.0 build 1381
URL:
Comment:
Stacktrace:
http://cyclone/reports/stackcommentemail.cfm?dynamicBBID=14403984
xptiInterfaceInfo::GetIIDForParam fe626264
http://bonsai.mozilla.org/cvsblame.cgi?file=mozilla/xpcom/reflect/xptinfo/src/xp
tiInterfaceInfo.cpp
line 454
Build: 2000071811 CrashDate: 2000-07-18 UptimeMinutes: 14 Total: 14
OS: Windows NT 4.0 build 1381
URL:
Comment:
Stacktrace:
http://cyclone/reports/stackcommentemail.cfm?dynamicBBID=14412503
xptiInterfaceInfo::GetIIDForParam 5feb579d
http://bonsai.mozilla.org/cvsblame.cgi?file=mozilla/xpcom/reflect/xptinfo/src/xp
tiInterfaceInfo.cpp
line 454
Build: 2000071811 CrashDate: 2000-07-18 UptimeMinutes: 159 Total: 168
OS: Windows NT 4.0 build 1381
URL:
Comment: attempting to stream mp3 files through real audio
Stacktrace:
http://cyclone/reports/stackcommentemail.cfm?dynamicBBID=14427521
xptiInterfaceInfo::GetIIDForParam 5feb579d
http://bonsai.mozilla.org/cvsblame.cgi?file=mozilla/xpcom/reflect/xptinfo/src/xp
tiInterfaceInfo.cpp
line 454
Build: 2000071811 CrashDate: 2000-07-18 UptimeMinutes: 84 Total: 145
OS: Windows NT 4.0 build 1381
URL: www.shoutcast.com
Comment: tried to load a radio station. clicked on a "Tune In" link.
Stacktrace:
http://cyclone/reports/stackcommentemail.cfm?dynamicBBID=14431091
xptiInterfaceInfo::GetIIDForParam 6ca0cbd2
http://bonsai.mozilla.org/cvsblame.cgi?file=mozilla/xpcom/reflect/xptinfo/src/xp
tiInterfaceInfo.cpp
line 454
Build: 2000071911 CrashDate: 2000-07-19 UptimeMinutes: 80 Total: 80
OS: Windows NT 5.0 build 2195
URL:
Comment:
Stacktrace:
http://cyclone/reports/stackcommentemail.cfm?dynamicBBID=14473420
xptiInterfaceInfo::GetIIDForParam fe626264
http://bonsai.mozilla.org/cvsblame.cgi?file=mozilla/xpcom/reflect/xptinfo/src/xp
tiInterfaceInfo.cpp
line 454
Build: 2000071811 CrashDate: 2000-07-19 UptimeMinutes: 1 Total: 491
OS: Windows NT 4.0 build 1381
URL:
Comment: testing helper app dialog in release build...flagging this so i
can
see where we crash
Stacktrace:
http://cyclone/reports/stackcommentemail.cfm?dynamicBBID=14474530
xptiInterfaceInfo::GetIIDForParam fe626264
http://bonsai.mozilla.org/cvsblame.cgi?file=mozilla/xpcom/reflect/xptinfo/src/xp
tiInterfaceInfo.cpp
line 454
Build: 2000071911 CrashDate: 2000-07-19 UptimeMinutes: 102 Total: 105
OS: Windows NT 4.0 build 1381
URL:
Comment: Clicked on Real clip on amazon.com
Stacktrace:
http://cyclone/reports/stackcommentemail.cfm?dynamicBBID=14476984
xptiInterfaceInfo::GetIIDForParam fe626264
http://bonsai.mozilla.org/cvsblame.cgi?file=mozilla/xpcom/reflect/xptinfo/src/xp
tiInterfaceInfo.cpp
line 454
Build: 2000071911 CrashDate: 2000-07-19 UptimeMinutes: 1 Total: 106
OS: Windows NT 4.0 build 1381
URL:
Comment: Real audio on amazon.com
Stacktrace:
http://cyclone/reports/stackcommentemail.cfm?dynamicBBID=14477056
xptiInterfaceInfo::GetIIDForParam 5feb579d
http://bonsai.mozilla.org/cvsblame.cgi?file=mozilla/xpcom/reflect/xptinfo/src/xp
tiInterfaceInfo.cpp
line 454
Build: 2000071811 CrashDate: 2000-07-19 UptimeMinutes: 0 Total: 145
OS: Windows NT 4.0 build 1381
URL: www.shoutcast.com
Comment: clicked on tune in.
Stacktrace:
http://cyclone/reports/stackcommentemail.cfm?dynamicBBID=14477169
xptiInterfaceInfo::GetIIDForParam cdc6fd89
http://bonsai.mozilla.org/cvsblame.cgi?file=mozilla/xpcom/reflect/xptinfo/src/xp
tiInterfaceInfo.cpp
line 454
Build: 2000071911 CrashDate: 2000-07-19 UptimeMinutes: 58 Total: 58
OS: Windows NT 4.0 build 1381
URL:
Comment:
Stacktrace:
http://cyclone/reports/stackcommentemail.cfm?dynamicBBID=14481316
xptiInterfaceInfo::GetIIDForParam cdc6fd89
http://bonsai.mozilla.org/cvsblame.cgi?file=mozilla/xpcom/reflect/xptinfo/src/xp
tiInterfaceInfo.cpp
line 454
Build: 2000071911 CrashDate: 2000-07-19 UptimeMinutes: 0 Total: 59
OS: Windows NT 4.0 build 1381
URL:
Comment:
Stacktrace:
http://cyclone/reports/stackcommentemail.cfm?dynamicBBID=14481354
xptiInterfaceInfo::GetIIDForParam 3c09ff28
http://bonsai.mozilla.org/cvsblame.cgi?file=mozilla/xpcom/reflect/xptinfo/src/xp
tiInterfaceInfo.cpp
line 454
Build: 2000071811 CrashDate: 2000-07-19 UptimeMinutes: 293 Total: 1070
OS: Windows 98 4.10 build 67766222
URL:
Comment: crash starting to download Netscape 4.74 :-(
Stacktrace:
http://cyclone/reports/stackcommentemail.cfm?dynamicBBID=14484724
xptiInterfaceInfo::GetIIDForParam 3c09ff28
http://bonsai.mozilla.org/cvsblame.cgi?file=mozilla/xpcom/reflect/xptinfo/src/xp
tiInterfaceInfo.cpp
line 454
Build: 2000071811 CrashDate: 2000-07-19 UptimeMinutes: 11 Total: 1082
OS: Windows 98 4.10 build 67766222
URL:
Comment: crash attempting to open attachment in mail (Excel spreadsheet)
Stacktrace:
http://cyclone/reports/stackcommentemail.cfm?dynamicBBID=14485247
xptiInterfaceInfo::GetIIDForParam 6350f0da
http://bonsai.mozilla.org/cvsblame.cgi?file=mozilla/xpcom/reflect/xptinfo/src/xp
tiInterfaceInfo.cpp
line 454
Build: 2000071911 CrashDate: 2000-07-20 UptimeMinutes: 31 Total: 31
OS: Windows 98 4.10 build 67766446
URL:
Comment: Summary: Application crash when trying to open a Word document
attachment.
Stacktrace:
http://cyclone/reports/stackcommentemail.cfm?dynamicBBID=14512828
xptiInterfaceInfo::GetIIDForParam 6350f0da
http://bonsai.mozilla.org/cvsblame.cgi?file=mozilla/xpcom/reflect/xptinfo/src/xp
tiInterfaceInfo.cpp
line 454
Build: 2000071911 CrashDate: 2000-07-20 UptimeMinutes: 4 Total: 75
OS: Windows 98 4.10 build 67766446
URL:
http://shareware.netscape.com/computing/shareware/download.tmpl?p=PC&category_id
=78&subcategory_id=94&id=33943
Comment: Clicking download link.
Stacktrace:
http://cyclone/reports/stackcommentemail.cfm?dynamicBBID=14514839
xptiInterfaceInfo::GetIIDForParam 6350f0da
http://bonsai.mozilla.org/cvsblame.cgi?file=mozilla/xpcom/reflect/xptinfo/src/xp
tiInterfaceInfo.cpp
line 454
Build: 2000071911 CrashDate: 2000-07-20 UptimeMinutes: 7 Total: 82
OS: Windows 98 4.10 build 67766446
URL:
http://shareware.netscape.com/computing/shareware/download.tmpl?p=PC&category_id
=78&subcategory_id=94&id=33943
Comment: Clicking the download link. Bugzilla 33947
Stacktrace:
http://cyclone/reports/stackcommentemail.cfm?dynamicBBID=14515280
xptiInterfaceInfo::GetIIDForParam 6350f0da
http://bonsai.mozilla.org/cvsblame.cgi?file=mozilla/xpcom/reflect/xptinfo/src/xp
tiInterfaceInfo.cpp
line 454
Build: 2000071911 CrashDate: 2000-07-20 UptimeMinutes: 0 Total: 83
OS: Windows 98 4.10 build 67766446
URL: http://www.winzip.com/downauto.cgi?winzip80.exe
Comment: clicking the download link.
Stacktrace:
http://cyclone/reports/stackcommentemail.cfm?dynamicBBID=14516219
xptiInterfaceInfo::GetIIDForParam 5feb579d
http://bonsai.mozilla.org/cvsblame.cgi?file=mozilla/xpcom/reflect/xptinfo/src/xp
tiInterfaceInfo.cpp
line 454
Build: 2000072009 CrashDate: 2000-07-20 UptimeMinutes: 8 Total: 8
OS: Windows NT 4.0 build 1381
URL:
Comment: clicked on .mid link and crashed
Stacktrace:
http://cyclone/reports/stackcommentemail.cfm?dynamicBBID=14524973
xptiInterfaceInfo::GetIIDForParam fe626264
http://bonsai.mozilla.org/cvsblame.cgi?file=mozilla/xpcom/reflect/xptinfo/src/xp
tiInterfaceInfo.cpp
line 454
Build: 2000071811 CrashDate: 2000-07-20 UptimeMinutes: 0 Total: 960
OS: Windows NT 4.0 build 1381
URL:
Comment:
Stacktrace:
http://cyclone/reports/stackcommentemail.cfm?dynamicBBID=14528110
xptiInterfaceInfo::GetIIDForParam fe626264
http://bonsai.mozilla.org/cvsblame.cgi?file=mozilla/xpcom/reflect/xptinfo/src/xp
tiInterfaceInfo.cpp
line 454
Build: 2000071811 CrashDate: 2000-07-20 UptimeMinutes: 0 Total: 961
OS: Windows NT 4.0 build 1381
URL:
Comment:
Stacktrace:
http://cyclone/reports/stackcommentemail.cfm?dynamicBBID=14528111
xptiInterfaceInfo::GetIIDForParam fe626264
http://bonsai.mozilla.org/cvsblame.cgi?file=mozilla/xpcom/reflect/xptinfo/src/xp
tiInterfaceInfo.cpp
line 454
Build: 2000071811 CrashDate: 2000-07-20 UptimeMinutes: 0 Total: 961
OS: Windows NT 4.0 build 1381
URL:
Comment:
Stacktrace:
http://cyclone/reports/stackcommentemail.cfm?dynamicBBID=14528488
xptiInterfaceInfo::GetIIDForParam fe626264
http://bonsai.mozilla.org/cvsblame.cgi?file=mozilla/xpcom/reflect/xptinfo/src/xp
tiInterfaceInfo.cpp
line 454
Build: 2000071811 CrashDate: 2000-07-20 UptimeMinutes: 0 Total: 961
OS: Windows NT 4.0 build 1381
URL:
Comment:
Stacktrace:
http://cyclone/reports/stackcommentemail.cfm?dynamicBBID=14529437
xptiInterfaceInfo::GetIIDForParam fe626264
http://bonsai.mozilla.org/cvsblame.cgi?file=mozilla/xpcom/reflect/xptinfo/src/xp
tiInterfaceInfo.cpp
line 454
Build: 2000071811 CrashDate: 2000-07-20 UptimeMinutes: 0 Total: 962
OS: Windows NT 4.0 build 1381
URL:
Comment:
Stacktrace:
http://cyclone/reports/stackcommentemail.cfm?dynamicBBID=14529760
xptiInterfaceInfo::GetIIDForParam fe626264
http://bonsai.mozilla.org/cvsblame.cgi?file=mozilla/xpcom/reflect/xptinfo/src/xp
tiInterfaceInfo.cpp
line 454
Build: 2000071811 CrashDate: 2000-07-20 UptimeMinutes: 0 Total: 962
OS: Windows NT 4.0 build 1381
URL:
Comment:
Stacktrace:
http://cyclone/reports/stackcommentemail.cfm?dynamicBBID=14529762
xptiInterfaceInfo::GetIIDForParam fe626264
http://bonsai.mozilla.org/cvsblame.cgi?file=mozilla/xpcom/reflect/xptinfo/src/xp
tiInterfaceInfo.cpp
line 454
Build: 2000071811 CrashDate: 2000-07-20 UptimeMinutes: 0 Total: 963
OS: Windows NT 4.0 build 1381
URL:
Comment:
Stacktrace:
http://cyclone/reports/stackcommentemail.cfm?dynamicBBID=14529970
xptiInterfaceInfo::GetIIDForParam fe626264
http://bonsai.mozilla.org/cvsblame.cgi?file=mozilla/xpcom/reflect/xptinfo/src/xp
tiInterfaceInfo.cpp
line 454
Build: 2000071811 CrashDate: 2000-07-20 UptimeMinutes: 0 Total: 963
OS: Windows NT 4.0 build 1381
URL:
Comment:
Stacktrace:
http://cyclone/reports/stackcommentemail.cfm?dynamicBBID=14529969
xptiInterfaceInfo::GetIIDForParam fe626264
http://bonsai.mozilla.org/cvsblame.cgi?file=mozilla/xpcom/reflect/xptinfo/src/xp
tiInterfaceInfo.cpp
line 454
Build: 2000071811 CrashDate: 2000-07-20 UptimeMinutes: 0 Total: 964
OS: Windows NT 4.0 build 1381
URL:
Comment:
Stacktrace:
http://cyclone/reports/stackcommentemail.cfm?dynamicBBID=14530332
xptiInterfaceInfo::GetIIDForParam e33881d8
http://bonsai.mozilla.org/cvsblame.cgi?file=mozilla/xpcom/reflect/xptinfo/src/xp
tiInterfaceInfo.cpp
line 454
Build: 2000071811 CrashDate: 2000-07-20 UptimeMinutes: 0 Total: 964
OS: Windows NT 4.0 build 1381
URL:
Comment:
Stacktrace:
http://cyclone/reports/stackcommentemail.cfm?dynamicBBID=14530336
xptiInterfaceInfo::GetIIDForParam 4fd53736
http://bonsai.mozilla.org/cvsblame.cgi?file=mozilla/xpcom/reflect/xptinfo/src/xp
tiInterfaceInfo.cpp
line 454
Build: 2000072009 CrashDate: 2000-07-20 UptimeMinutes: 21 Total: 21
OS: Windows 95 4.0 build 67306684
URL:
Comment: clicked on a link in Navigator to an Excel file on server
Stacktrace:
http://cyclone/reports/stackcommentemail.cfm?dynamicBBID=14535222
xptiInterfaceInfo::GetIIDForParam 5feb579d
http://bonsai.mozilla.org/cvsblame.cgi?file=mozilla/xpcom/reflect/xptinfo/src/xp
tiInterfaceInfo.cpp
line 454
Build: 2000072009 CrashDate: 2000-07-20 UptimeMinutes: 2 Total: 2
OS: Windows NT 4.0 build 1381
URL:
Comment:
Stacktrace:
http://cyclone/reports/stackcommentemail.cfm?dynamicBBID=14537050
xptiInterfaceInfo::GetIIDForParam fe626264
http://bonsai.mozilla.org/cvsblame.cgi?file=mozilla/xpcom/reflect/xptinfo/src/xp
tiInterfaceInfo.cpp
line 454
Build: 2000072009 CrashDate: 2000-07-21 UptimeMinutes: 367 Total: 368
OS: Windows NT 4.0 build 1381
URL:
Comment:
Stacktrace:
http://cyclone/reports/stackcommentemail.cfm?dynamicBBID=14591960
n
|
|
46,409 | 368,863 |
Hard to reproduce. Observed on Linux i686 Build 2000072508, and also in the
past. My system uses XFree86 4.0.1, but also observed on 4.0. The problem is
that, sometimes, Mozilla won't start. Using the mozilla script in the
distribution, I get this on the console:
[jwb ~/package] ./mozilla
./run-mozilla.sh ./mozilla-bin
MOZILLA_FIVE_HOME=.
LD_LIBRARY_PATH=.
LIBRARY_PATH=.
SHLIB_PATH=.
LIBPATH=.
ADDON_PATH=.
MOZ_PROGRAM=./mozilla-bin
MOZ_TOOLKIT=
moz_debug=0
moz_debugger=
WEBSHELL+ = 1
CSSLoaderImpl::LoadAgentSheet: Load of URL
'file:///home/jwb/.mozilla/default/chrome/user.css' failed. Error code: 16389
WEBSHELL+ = 2
-->loadDS(): ds=[xpconnect wrapped nsIRDFDataSource], loaded=true, returning!
<--
WEBSHELL+ = 3
And the the browser stops. No window is ever displayed. This happens
persistently, even if I delete my profiles and reinstall the browser. The only
solution is to quit and restart X, after which the browser launches fine.
This may be related to an adverse interaction between mozilla and
gnome-moz-remote. I suppose there is some xlib code in Mozilla that allows
gnome-moz-remote to find and communicate with a running Mozilla. I used
gnome-moz-remote to load a web page immediately before this problem happened,
but since I can't reproduce, I also can't say for certain that this is the
problem.
|
|
41,246 | 314,875 |
DESCRIPTION: This seems to be a variant of the crash in bug 36558 that is still
occurring.
STEPS TO REPRODUCE:
* download files in http://www.people.fas.harvard.edu/~dbaron/nstmp/M9-4-bad1/
* load the "when-com.xul" file via a file URL
* click the "Add" tab at the bottom
* click the "List" tab at the bottom
ACTUAL RESULTS:
* crash, stack trace:
#0 0x0 in ?? ()
#1 0x4147c144 in nsLineBox::DeleteLineList (aPresContext=0x86fd2d8,
aLine=0x88822d0) at nsLineBox.cpp:250
#2 0x414425cc in nsBlockFrame::Destroy (this=0x895e89c,
aPresContext=0x86fd2d8) at nsBlockFrame.cpp:1192
#3 0x415a09d6 in nsComboboxControlFrame::Destroy (this=0x895e89c,
aPresContext=0x86fd2d8) at nsComboboxControlFrame.cpp:2341
#4 0x4147c15b in nsLineBox::DeleteLineList (aPresContext=0x86fd2d8,
aLine=0x8883108) at nsLineBox.cpp:251
#5 0x414425cc in nsBlockFrame::Destroy (this=0x895c0c4,
aPresContext=0x86fd2d8) at nsBlockFrame.cpp:1192
#6 0x417237c3 in nsFrameList::DestroyFrames (this=0x88f55b0,
aPresContext=0x86fd2d8) at nsFrameList.cpp:35
etc...
DOES NOT WORK CORRECTLY ON:
* Linux, mozilla, 2000-05-31-08-M16
* Linux, mozilla, debug build from around 4PM PDT on 2000-05-31 (source of
stack trace)
ADDITIONAL INFORMATION:
If you want me to try to get a simpler testcase, I could try. I haven't looked
at this testcase for a year. (It was written for M9.)
|
|
41,376 | 316,780 |
A box with this error pops up during installation (following download or
extraction) and pressing ok/close presents one or two more of the same error
message. I have not been able to reproduce at will- with a specific set of
steps to determine what is causing-generally next attempt at installation is
successful
|
|
42,109 | 325,124 |
Currently, there are 7 messages in the trash folder of an mail account. When I select Trash, and the list of
messages title are displayed but none of them are selected for displaying the message body. Then, at the
instant I shift-click a title in the message list, Mozilla crashes with type 11 error.
|
|
42,449 | 328,786 |
From Bugzilla Helper:
User-Agent: Mozilla/5.0 (Windows; U; Win98; en-US; m16) Gecko/20000612
BuildID: 2000061208
When filling out the Bugzilla helper form, I tried to delete the numbers of the
steps in the textarea under the section "Steps to Reproduce". As soon as I hit
delete, Mozilla crashed and caused a page fault.
Reproducible: Always
Steps to Reproduce:
1. Go to http://www.mozilla.org/quality/help/bug-form.html
2. Scroll to section entitled "Steps to Reproduce"
3. Highlight the numbers already there and hit delete.
Actual Results: Mozilla crashed and caused a page fault.
Expected Results: Mozilla should have either deleted the selection or ignored
the attempt to delete it.
Here is the output of the crash report:
MOZILLA caused an invalid page fault in
module GKHTML.DLL at 015f:601d6689.
Registers:
EAX=00000000 CS=015f EIP=601d6689 EFLGS=00010202
EBX=00000000 SS=0167 ESP=0068e6a4 EBP=0068ed5c
ECX=00000002 DS=0167 ESI=00000000 FS=4317
EDX=40004424 ES=0167 EDI=0a5a710c GS=0000
Bytes at CS:EIP:
80 7c 08 ff 0a 75 73 ff 4d fc eb 6e 8d 45 fc 8d
Stack dump:
00000000 0a5a710c 00000000 00000000 00000000 00000000 0aa180a0 00000000 0068e6cc
00000100 00000000 00000000 00960640 0a59aca4 008f4c04 0a59adac
|
|
42,885 | 332,670 |
While looking at bug #42108, I noticed the following problem. The
original problem has changed somewhat, so making this a new bug, to
keep things clear. (This is probably another instance of several
bugs relating to focus, selection and keybindings).
Overview Description:
Paste action fails when the selection was cut|copied from HTML <TEXTAREA>
Steps to Reproduce:
1) Copy some text to the clipboard
a) from another application, or
b) from an html <input type='text'> field on a bugzilla bug report
2) set focus in the html:textarea of the bug report, and type Ctrl-V
to paste the text. --> This works **
3) Now, select some text in the TEXTAREA and do Ctrl-C or Ctrl-X to
cut|copy that text
4) Paste (Ctrl-V) into the TEXTAREA --> This FAILS **
5) Paste (Ctrl-V) into a <input type='text'> --> This FAILS **
Actual Results:
If the clipboard was loaded by copy|cut from TEXTAREA, the paste
action fails
Expected Results: y'know ...
Reproducibility: always, cross-platform
Build Date & Platform Bug Found:
2000061608 win95
2000061608 linux
2000061518 mac
Additional Information:
Messages on the windows console (per paste attempt/keystroke):
nsDataObj::GetData2
->>>>>>>>>>>>>> Read Clipboard from memory
nsDataObj::GetData2
->>>>>>>>>>>>>> Read Clipboard from memory
E_OUTOFMEMORY
S_OK
Messages on the linux console (per paste attempt/keystroke):
->>>>>>>>>>>>>> Read Clipboard from memory
Transferable didn't support data flavor text/unicode (type = 219)
->>>>>>>>>>>>>> Read Clipboard from memory
Transferable didn't support data flavor text/unicode (type = 320)
->>>>>>>>>>>>>> Read Clipboard from memory
Transferable didn't support data flavor text/unicode (type = 31)
->>>>>>>>>>>>>> Read Clipboard from memory
Transferable didn't support data flavor text/unicode (type = 319)
|
|
48,382 | 388,885 |
When setting <body onload="location.href='somewhere.else'"> in a frame document,
Mozilla seems to reload the current page before changing the location, thereby
causing yet another onload event, which again reloads the current page, etc. -
the browser is trapped in an infinite loop.
Steps to Reproduce:
make a frameset where one frame has the following body tag:
<body onload="alert('hey');location.href='http://www.mozilla.org'>
Actual Results:
infinitely many "hey" alerts.
Expected Results:
one "hey" alert, and a change of the frame's location.
(of course you don't need the alert. If you omit it the browser will just appear
frozen.)
This bug is new in M17, at least I can't reproduce it in M16.
It is maybe related to:
http://bugzilla.mozilla.org/show_bug.cgi?id=40929 and
http://bugzilla.mozilla.org/show_bug.cgi?id=47279.
|
|
37,171 | 274,130 |
Overview Description: When I select remove all cookies in cookie manager
I sometimes see a crash. This is somewhat intermittant but I've seen it
three times now.
Steps to Reproduce:
1.) Select Tasks - Personal Manager - Cookie Mangager - View stored cookies
2.) Select 'Remove All cookies'
Actual Results: Sometimes you will crash and cookies will not be deleted
Expected Results: cookies get deleted and cookie manager is repainted
Build Date & Platform Bug Found: NT 2000042009
Additional Information: Stack trace
nsTextFrame::PaintAsciiText
[d:\builds\seamonkey\mozilla\layout\html\base\src\nsTextFrame.cpp, line 2439]
nsTextFrame::Paint
[d:\builds\seamonkey\mozilla\layout\html\base\src\nsTextFrame.cpp, line 1237]
nsContainerFrame::PaintChild
[d:\builds\seamonkey\mozilla\layout\html\base\src\nsContainerFrame.cpp, line
227]
nsBlockFrame::PaintChildren
[d:\builds\seamonkey\mozilla\layout\html\base\src\nsBlockFrame.cpp, line 6087]
nsBlockFrame::Paint
[d:\builds\seamonkey\mozilla\layout\html\base\src\nsBlockFrame.cpp, line 5965]
nsGfxTextControlFrame::PaintChild
[d:\builds\seamonkey\mozilla\layout\html\forms\src\nsGfxTextControlFrame.cpp,
line 1570]
nsGfxTextControlFrame::PaintTextControl
[d:\builds\seamonkey\mozilla\layout\html\forms\src\nsGfxTextControlFrame.cpp,
line 1623]
nsGfxTextControlFrame::Paint
[d:\builds\seamonkey\mozilla\layout\html\forms\src\nsGfxTextControlFrame.cpp,
line 1497]
nsContainerFrame::PaintChild
[d:\builds\seamonkey\mozilla\layout\html\base\src\nsContainerFrame.cpp, line
227]
nsBlockFrame::PaintChildren
[d:\builds\seamonkey\mozilla\layout\html\base\src\nsBlockFrame.cpp, line 6087]
nsBlockFrame::Paint
[d:\builds\seamonkey\mozilla\layout\html\base\src\nsBlockFrame.cpp, line 5965]
nsContainerFrame::PaintChild
[d:\builds\seamonkey\mozilla\layout\html\base\src\nsContainerFrame.cpp, line
227]
nsContainerFrame::PaintChildren
[d:\builds\seamonkey\mozilla\layout\html\base\src\nsContainerFrame.cpp, line
167]
nsTableCellFrame::Paint
[d:\builds\seamonkey\mozilla\layout\html\table\src\nsTableCellFrame.cpp, line
359]
nsTableRowFrame::PaintChildren
[d:\builds\seamonkey\mozilla\layout\html\table\src\nsTableRowFrame.cpp, line
450]
nsTableRowFrame::Paint
[d:\builds\seamonkey\mozilla\layout\html\table\src\nsTableRowFrame.cpp, line
398]
nsTableRowGroupFrame::PaintChildren
[d:\builds\seamonkey\mozilla\layout\html\table\src\nsTableRowGroupFrame.cpp,
line 267]
nsTableRowGroupFrame::Paint
[d:\builds\seamonkey\mozilla\layout\html\table\src\nsTableRowGroupFrame.cpp,
line 216]
nsContainerFrame::PaintChild
[d:\builds\seamonkey\mozilla\layout\html\base\src\nsContainerFrame.cpp, line
227]
nsContainerFrame::PaintChildren
[d:\builds\seamonkey\mozilla\layout\html\base\src\nsContainerFrame.cpp, line
167]
nsTableFrame::Paint
[d:\builds\seamonkey\mozilla\layout\html\table\src\nsTableFrame.cpp, line 1279]
nsContainerFrame::PaintChild
[d:\builds\seamonkey\mozilla\layout\html\base\src\nsContainerFrame.cpp, line
227]
nsTableOuterFrame::Paint
[d:\builds\seamonkey\mozilla\layout\html\table\src\nsTableOuterFrame.cpp, line
176]
nsContainerFrame::PaintChild
[d:\builds\seamonkey\mozilla\layout\html\base\src\nsContainerFrame.cpp, line
227]
nsBlockFrame::PaintChildren
[d:\builds\seamonkey\mozilla\layout\html\base\src\nsBlockFrame.cpp, line 6087]
nsBlockFrame::Paint
[d:\builds\seamonkey\mozilla\layout\html\base\src\nsBlockFrame.cpp, line 5965]
nsContainerFrame::PaintChild
[d:\builds\seamonkey\mozilla\layout\html\base\src\nsContainerFrame.cpp, line
227]
nsBlockFrame::PaintChildren
[d:\builds\seamonkey\mozilla\layout\html\base\src\nsBlockFrame.cpp, line 6087]
nsBlockFrame::Paint
[d:\builds\seamonkey\mozilla\layout\html\base\src\nsBlockFrame.cpp, line 5965]
nsContainerFrame::PaintChild
[d:\builds\seamonkey\mozilla\layout\html\base\src\nsContainerFrame.cpp, line
227]
nsContainerFrame::PaintChildren
[d:\builds\seamonkey\mozilla\layout\html\base\src\nsContainerFrame.cpp, line
167]
nsFieldSetFrame::Paint
[d:\builds\seamonkey\mozilla\layout\html\forms\src\nsFieldSetFrame.cpp, line
240]
nsContainerFrame::PaintChild
[d:\builds\seamonkey\mozilla\layout\html\base\src\nsContainerFrame.cpp, line
227]
nsBoxFrame::PaintChild
[d:\builds\seamonkey\mozilla\layout\xul\base\src\nsBoxFrame.cpp, line 1144]
nsBoxFrame::PaintChildren
[d:\builds\seamonkey\mozilla\layout\xul\base\src\nsBoxFrame.cpp, line 1264]
nsHTMLContainerFrame::Paint
[d:\builds\seamonkey\mozilla\layout\html\base\src\nsHTMLContainerFrame.cpp, line
89]
nsBoxFrame::Paint
[d:\builds\seamonkey\mozilla\layout\xul\base\src\nsBoxFrame.cpp, line 1116]
nsContainerFrame::PaintChild
[d:\builds\seamonkey\mozilla\layout\html\base\src\nsContainerFrame.cpp, line
227]
nsBoxFrame::PaintChild
[d:\builds\seamonkey\mozilla\layout\xul\base\src\nsBoxFrame.cpp, line 1144]
nsDeckFrame::Paint
[d:\builds\seamonkey\mozilla\layout\xul\base\src\nsDeckFrame.cpp, line 158]
nsContainerFrame::PaintChild
[d:\builds\seamonkey\mozilla\layout\html\base\src\nsContainerFrame.cpp, line
227]
nsBoxFrame::PaintChild
[d:\builds\seamonkey\mozilla\layout\xul\base\src\nsBoxFrame.cpp, line 1144]
nsBoxFrame::PaintChildren
[d:\builds\seamonkey\mozilla\layout\xul\base\src\nsBoxFrame.cpp, line 1264]
nsHTMLContainerFrame::Paint
[d:\builds\seamonkey\mozilla\layout\html\base\src\nsHTMLContainerFrame.cpp, line
89]
nsBoxFrame::Paint
[d:\builds\seamonkey\mozilla\layout\xul\base\src\nsBoxFrame.cpp, line 1116]
nsContainerFrame::PaintChild
[d:\builds\seamonkey\mozilla\layout\html\base\src\nsContainerFrame.cpp, line
227]
nsBoxFrame::PaintChild
[d:\builds\seamonkey\mozilla\layout\xul\base\src\nsBoxFrame.cpp, line 1144]
nsBoxFrame::PaintChildren
[d:\builds\seamonkey\mozilla\layout\xul\base\src\nsBoxFrame.cpp, line 1264]
nsHTMLContainerFrame::Paint
[d:\builds\seamonkey\mozilla\layout\html\base\src\nsHTMLContainerFrame.cpp, line
89]
nsBoxFrame::Paint
[d:\builds\seamonkey\mozilla\layout\xul\base\src\nsBoxFrame.cpp, line 1116]
nsContainerFrame::PaintChild
[d:\builds\seamonkey\mozilla\layout\html\base\src\nsContainerFrame.cpp, line
227]
nsBoxFrame::PaintChild
[d:\builds\seamonkey\mozilla\layout\xul\base\src\nsBoxFrame.cpp, line 1144]
nsBoxFrame::PaintChildren
[d:\builds\seamonkey\mozilla\layout\xul\base\src\nsBoxFrame.cpp, line 1264]
nsHTMLContainerFrame::Paint
[d:\builds\seamonkey\mozilla\layout\html\base\src\nsHTMLContainerFrame.cpp, line
89]
nsBoxFrame::Paint
[d:\builds\seamonkey\mozilla\layout\xul\base\src\nsBoxFrame.cpp, line 1116]
nsContainerFrame::PaintChild
[d:\builds\seamonkey\mozilla\layout\html\base\src\nsContainerFrame.cpp, line
227]
nsContainerFrame::PaintChildren
[d:\builds\seamonkey\mozilla\layout\html\base\src\nsContainerFrame.cpp, line
167]
nsContainerFrame::Paint
[d:\builds\seamonkey\mozilla\layout\html\base\src\nsContainerFrame.cpp, line
134]
PresShell::Paint
[d:\builds\seamonkey\mozilla\layout\html\base\src\nsPresShell.cpp, line 2998]
nsView::Paint
[d:\builds\seamonkey\mozilla\view\src\nsView.cpp, line 289]
nsViewManager2::RenderDisplayListElement
[d:\builds\seamonkey\mozilla\view\src\nsViewManager2.cpp, line 801]
nsViewManager2::RenderViews
[d:\builds\seamonkey\mozilla\view\src\nsViewManager2.cpp, line 748]
nsViewManager2::Refresh
[d:\builds\seamonkey\mozilla\view\src\nsViewManager2.cpp, line 628]
nsViewManager2::DispatchEvent
[d:\builds\seamonkey\mozilla\view\src\nsViewManager2.cpp, line 1269]
|
|
37,301 | 275,370 |
Steps to reproduce:
1) create a menu whose items are populated in a oncreate() handler.
2) Provide a ondestroy handler to destroy the items when the menu goes away
3) Provide a oncommand handler for the menu
4) Invoke one of the menu items
5) The oncommand handler is called. The ondestroy handler is called.
6) Crash after destroying all the dynamic menu items
Workaround tried:
-----------------
If the ondestroy handler is removed and items are deleted at a later time, the
crash goes away
It may not be necessary to create the menu items dynamically. But I haven't
tried it. I've seen this crash consistently in all my dynamic menu requirements.
Stack trace is:
nsMenuFrame::SelectMenu(nsMenuFrame * const 0x0215bf70, int 0) line 397 + 23
bytes
nsMenuPopupFrame::SetCurrentMenuItem(nsMenuPopupFrame * const 0x020de1e8,
nsIMenuFrame * 0x00000000) line 870
nsMenuFrame::OpenMenuInternal(int 0) line 622
nsMenuFrame::AttributeChanged(nsMenuFrame * const 0x020b30e0, nsIPresContext *
0x025ef220, nsIContent * 0x02abf740, int 0, nsIAtom * 0x01063590, int 2) line
479
nsCSSFrameConstructor::AttributeChanged(nsCSSFrameConstructor * const
0x025bd1d0, nsIPresContext * 0x025ef220, nsIContent * 0x02abf740, int 0, nsIAtom
* 0x01063590, int 2) line 9430 + 35 bytes
StyleSetImpl::AttributeChanged(StyleSetImpl * const 0x025bd290, nsIPresContext *
0x025ef220, nsIContent * 0x02abf740, int 0, nsIAtom * 0x01063590, int -1) line
1076
PresShell::AttributeChanged(PresShell * const 0x025d7198, nsIDocument *
0x01ebb4a0, nsIContent * 0x02abf740, int 0, nsIAtom * 0x01063590, int -1) line
2732 + 57 bytes
nsXULDocument::AttributeChanged(nsXULDocument * const 0x01ebb4a0, nsIContent *
0x02abf740, int 0, nsIAtom * 0x01063590, int -1) line 1483
nsXULElement::UnsetAttribute(nsXULElement * const 0x02abf740, int 0, nsIAtom *
0x01063590, int 1) line 3036
nsXULElement::RemoveAttribute(nsXULElement * const 0x02abf750, const nsString &
{...}) line 1487 + 31 bytes
nsMenuFrame::OpenMenu(nsMenuFrame * const 0x020b3140, int 0) line 499 + 52 bytes
nsMenuPopupFrame::DismissChain(nsMenuPopupFrame * const 0x020de1e8) line 1174
nsMenuFrame::Execute() line 1291
nsMenuFrame::HandleEvent(nsMenuFrame * const 0x0215bf10, nsIPresContext *
0x025ef220, nsGUIEvent * 0x0012fa2c, nsEventStatus * 0x0012f938) line 314
PresShell::HandleEventInternal(nsEvent * 0x0012fa2c, nsIView * 0x0326df00,
nsEventStatus * 0x0012f938) line 3333 + 38 bytes
PresShell::HandleEvent(PresShell * const 0x025d7194, nsIView * 0x0326df00,
nsGUIEvent * 0x0012fa2c, nsEventStatus * 0x0012f938, int & 1) line 3253 + 23
bytes
nsView::HandleEvent(nsView * const 0x0326df00, nsGUIEvent * 0x0012fa2c, unsigned
int 8, nsEventStatus * 0x0012f938, int & 1) line 774
nsView::HandleEvent(nsView * const 0x025bb400, nsGUIEvent * 0x0012fa2c, unsigned
int 28, nsEventStatus * 0x0012f938, int & 1) line 747
nsViewManager2::DispatchEvent(nsViewManager2 * const 0x025bb5e0, nsGUIEvent *
0x0012fa2c, nsEventStatus * 0x0012f938) line 1372
HandleEvent(nsGUIEvent * 0x0012fa2c) line 69
nsWindow::DispatchEvent(nsWindow * const 0x0326ddd4, nsGUIEvent * 0x0012fa2c,
nsEventStatus & nsEventStatus_eIgnore) line 511 + 10 bytes
nsWindow::DispatchWindowEvent(nsGUIEvent * 0x0012fa2c) line 532
nsWindow::DispatchMouseEvent(unsigned int 301, nsPoint * 0x00000000) line 3236 +
21 bytes
ChildWindow::DispatchMouseEvent(unsigned int 301, nsPoint * 0x00000000) line
3443
nsWindow::ProcessMessage(unsigned int 514, unsigned int 0, long 10092635, long *
0x0012fd90) line 2386 + 24 bytes
nsWindow::WindowProc(HWND__ * 0x00c80bd8, unsigned int 514, unsigned int 0, long
10092635) line 740 + 27 bytes
USER32! 77e71820()
|
|
37,503 | 277,680 |
From Bugzilla Helper:
User-Agent: Mozilla/4.0 (compatible; MSIE 5.01; Windows NT 5.0)
BuildID: 2000042708
Reproducible: Always
Steps to Reproduce:
1. Start Mozilla
2. Open http://www.edecon.ro/test4.html
3. Press OK
Actual Results: The browser crashes.
Expected Results: The browser shouldn't crash.
|
|
37,759 | 279,577 |
From Bugzilla Helper:
User-Agent: Mozilla/5.0 (Windows; U; WinNT4.0; en-US; m16) Gecko/20000501
BuildID: 2000050111
Anytime you try to open anything you cannot pick it, it is simply a thin black
line.
Reproducible: Always
Steps to Reproduce:
1.file-open_weblocation
2.file-open
3.
Expected Results: given you a choice....browser, composer
|
|
38,232 | 283,905 |
Overview Description:
TEXTAREA doesn't process onFocus and onBlur JavaScript events.
Steps to Reproduce:
1) Visit the above URL
2) Click in the INPUT textfield and next to it, watch the events *working*
3) Click in both the TEXTAREA fields below and next to it
Actual Results:
DefaultValue stays in the TEXTAREA
Expected Results:
DefaultValue should be removed from TEXTAREA onFocus and if the TEXTAREA is
empty, it should be replaced again onBlur
Reproducibility:
100%
Build Date & Platform Bug Found:
2000050412/Win32
Additional Builds and Platforms Tested On:
Win2000
Additional Information:
|
|
38,393 | 285,652 |
From Bugzilla Helper:
User-Agent: Mozilla/5.0 (Windows; U; Win95; en-US; m16) Gecko/20000505
BuildID: 2000050513
When an item or the scrollbar of a dropdown menu is clicked, it causes the mouse
to go into "hilite mode". That is, when the mouse is moved around, it hilites
the text that it is moved over
Reproducible: Always
Steps to Reproduce:
1.Go to http://www.mozilla.org/quality/help/bug-form.html
2.Click the down arrow for the "Component" pulldown menu.
3.Click the scrollbar for the dropdown menu once
4.Move the mouse around the page (over text)
Actual Results: The text moved over is hilited
Expected Results: The text is not affected
|
|
88,124 | 800,221 |
An attacker can steal a copy of a file from a Mozilla mail user's hard drive if
- the attacker knows the name and location of the file on the user's hard drive, and
- the attacker can get the victim to reply to a message as HTML or as HTML+plain.
When a user replies to a message containing a literal <img src="file:///...">,
Mozilla attaches that file to the message (if the file exists).
If the file doesn't exist, Mozilla leaves the progress window up but never
finishes sending the message. The user can cancel out of the Sending Messages
progress window. If the src given is a directory, then while the progress
window is up, I get an alert "Unable to open the temporary file %.200s. Check
your 'Temporary Directory' setting and try again" and the message is not sent.
If the user chooses to send the message as plain text only, the attacker does
not recieve a copy of the file. (Bug 88110 causes the message to be sent as
multipart/related rather than text/plain in this case, but that's not a security
risk.) I wasn't able to figure out a way for the attacker to make the dialog
not appear or change the default from "plain text only", but I'm not very
familiar with this part of Mozilla mail.
Here's what I pasted into judge (a Netscape mail server) on port 25 using telnet:
-- begin paste --
mail from:jesse
rcpt to:jesse
data
Subject: foop
Content-Type: text/html
foo <img src="file:///C:/WINNT/Profiles/Administrator/Desktop/nss.txt" alt=bar> baz
.
-- end paste --
When I replied to this message, a copy of nss.txt was attached.
|
|
88,849 | 806,735 |
From Bugzilla Helper:
User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:0.9.2+) Gecko/20010701
BuildID: 2001070121
After pressing SHIFT and LEFT ARROW key in one of the three textboxes on this
page mozilla crashes.
Reproducible: Always
Steps to Reproduce:
1.Visit above URL
2.Enter one of the three text input boxes
3.Press Shift and LeftArrow.
Actual Results: Crash.
Expected Results: Nothing or cursor should be moved to the left of text input box.
Also happens in 0.9.2 under Linux and Windows.
|
|
89,206 | 810,788 |
From Bugzilla Helper:
User-Agent: Mozilla/4.77 [en] (X11; U; Linux 2.2.20-0.6.12 i686)
BuildID: 2001070209
When the SOCKS proxy setting is used the browser sends requests in form GET
http://www.slashdot.org/ as if it works through http proxy. It should send
simply GET /. Most sites respond with 403 Forbidden (slsahdot is an example).
Older builds worked ok (before 0.9.1)
Reproducible: Always
Steps to Reproduce:
1. In Prefernces->Advanced->Proxy->Manual proxy Configuration clear everything
except Socks v5 Host.
2. Try to access www.slashdot.org or www.internetword.com
Actual Results: You get 403 or 404 depending on apache settings. On some sites
GET http://somesite.com / HTTP/1.1 works ok on other s it gives 403 or 404
Expected Results: Mozilla should send GET / HTTP/1.1 not GET
http://www.slashdot.org/ HTTP/1.1
|
|
89,514 | 813,401 |
From Bugzilla Helper:
User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:0.9.2) Gecko/20010628
BuildID: 2001062823
Using the Edit->View Saved Data menu item, then selecting the "Personal"
category, mozilla hangs.
Reproducible: Always
Steps to Reproduce:
1. Use the Edit->View Saved Data menu item
2. Select the "Personal" category
Actual Results: Mozilla hangs; nothing appears in the right hand side of the
dialog box, and mozilla stops responding to the mouse and keyboard.
Expected Results: The saved personal information (if any) should have appeared
in the right hand side.
I'm running a mostly-vanilla Debian Linux 2.2 (potato) installation, using
Enlightenment 0.16.3 window manager.
|
|
89,626 | 814,228 |
From Bugzilla Helper:
User-Agent: Mozilla/5.0 (X11; U; SunOS sun4u; en-US; rv:0.9.2+) Gecko/20010702
BuildID: 2001070210
I get this type of crash quite often. I *think* it is
related to going back (to my home page) and iconifying.
I am not sure, though.
GNU DDD 3.2.1 (sparc-sun-solaris2.7), by Dorothea L?tkehaus and Andreas Zeller.
Copyright ? 1995-1999 Technische Universit?t Braunschweig, Germany.
Copyright ? 1999-2000 Universit?t Passau, Germany.
(no debugging symbols found)...Core was generated by `./mozilla-bin'.
Program terminated with signal 9, Killed.
Reading symbols from /tmp/mozilla/./libgkgfx.so...
(no debugging symbols found)...done.
Reading symbols from /tmp/mozilla/./libmozjs.so...
(no debugging symbols found)...done.
Reading symbols from /tmp/mozilla/./libxpcom.so...
(no debugging symbols found)...done.
Reading symbols from /tmp/mozilla/./libjsj.so...(no debugging symbols found)...
done.
Reading symbols from /tmp/mozilla/./libplds4.so...
(no debugging symbols found)...done.
Reading symbols from /tmp/mozilla/./libplc4.so...
(no debugging symbols found)...done.
Reading symbols from /tmp/mozilla/./libnspr4.so...
(no debugging symbols found)...done.
Reading symbols from /usr/lib/libdl.so.1...(no debugging symbols found)...done.
Reading symbols from /home/welinder/gnome/lib/libgtk-1.2.so.0...done.
Reading symbols from /home/welinder/gnome/lib/libgdk-1.2.so.0...done.
Reading symbols from /home/welinder/gnome/lib/libgmodule-1.2.so.0...done.
Reading symbols from /home/welinder/gnome/lib/libglib-1.2.so.0...done.
Reading symbols from /usr/lib/libXext.so.0...done.
Reading symbols from /usr/lib/libX11.so.4...done.
Reading symbols from /usr/lib/libsocket.so.1...done.
Reading symbols from /usr/lib/libnsl.so.1...done.
Reading symbols from /usr/lib/libposix4.so.1...done.
Reading symbols from /opt/SUNWspro/lib/libm.so.1...done.
Reading symbols from /usr/lib/libpthread.so.1...done.
Reading symbols from /usr/lib/libc.so.1...done.
Reading symbols from /usr/lib/libthread.so.1...done.
Reading symbols from /usr/openwin/lib/libdga.so.1...done.
Reading symbols from /usr/lib/libmp.so.2...done.
Reading symbols from /usr/lib/libaio.so.1...done.
Reading symbols from /usr/platform/SUNW,Sun-Blade-100/lib/libc_psr.so.1...done.
Reading symbols from /tmp/mozilla/components/libembedcomponents.so...done.
Reading symbols from /tmp/mozilla/components/libchardet.so...done.
Reading symbols from /tmp/mozilla/components/libuconv.so...done.
Reading symbols from /tmp/mozilla/components/libpref.so...done.
Reading symbols from /tmp/mozilla/components/libxpconnect.so...done.
Reading symbols from /tmp/mozilla/components/libnsappshell.so...done.
Reading symbols from /tmp/mozilla/components/libchrome.so...done.
Reading symbols from /tmp/mozilla/components/librdf.so...done.
Reading symbols from /tmp/mozilla/components/libnecko.so...done.
Reading symbols from /tmp/mozilla/components/libhtmlpars.so...done.
Reading symbols from /tmp/mozilla/components/libunicharutil.so...done.
Reading symbols from /tmp/mozilla/components/liburiloader.so...done.
Reading symbols from /tmp/mozilla/components/libwidget_gtk.so...done.
Reading symbols from /tmp/mozilla/./libgtksuperwin.so...done.
Reading symbols from /tmp/mozilla/components/libprofile.so...done.
Reading symbols from /tmp/mozilla/components/libucvlatin.so...done.
Reading symbols from /tmp/mozilla/components/libstrres.so...done.
Reading symbols from /tmp/mozilla/components/libgkcontent.so...done.
Reading symbols from /tmp/mozilla/components/libnslocale.so...done.
Reading symbols from /tmp/mozilla/components/libgfx_gtk.so...done.
Reading symbols from /tmp/mozilla/components/libimglib2.so...done.
Reading symbols from /tmp/mozilla/components/libjar50.so...done.
Reading symbols from /tmp/mozilla/components/libdocshell.so...done.
Reading symbols from /tmp/mozilla/components/libcaps.so...done.
Reading symbols from /tmp/mozilla/components/libjsdom.so...done.
Reading symbols from /tmp/mozilla/components/libpipnss.so...done.
Reading symbols from /tmp/mozilla/./libfreebl_hybrid_3.so...done.
Reading symbols from /tmp/mozilla/libnssckbi.so...done.
Reading symbols from /tmp/mozilla/components/liboji.so...done.
Reading symbols from /tmp/mozilla/components/libmozbrwsr.so...done.
Reading symbols from /tmp/mozilla/components/libappcomps.so...done.
Reading symbols from /tmp/mozilla/components/libwallet.so...done.
Reading symbols from /tmp/mozilla/components/libgklayout.so...done.
Reading symbols from /tmp/mozilla/components/libgkview.so...done.
Reading symbols from /tmp/mozilla/components/libnkcache.so...done.
Reading symbols from /tmp/mozilla/components/libtimer_gtk.so...done.
Reading symbols from /tmp/mozilla/components/libimggif.so...done.
Reading symbols from /tmp/mozilla/components/libgfx2.so...done.
Reading symbols from /tmp/mozilla/components/libshistory.so...done.
Reading symbols from /tmp/mozilla/components/libeditor.so...done.
Reading symbols from /tmp/mozilla/components/libtxmgr.so...done.
Reading symbols from /tmp/mozilla/components/liblwbrk.so...done.
Reading symbols from /tmp/mozilla/components/libcookie.so...done.
Reading symbols from /tmp/mozilla/components/libmork.so...done.
Reading symbols from /tmp/mozilla/components/libwebbrwsr.so...done.
Reading symbols from /tmp/mozilla/components/libnsgif.so...done.
Reading symbols from /tmp/mozilla/components/libpippki.so...done.
Reading symbols from /tmp/mozilla/components/libimgpng.so...done.
Reading symbols from /tmp/mozilla/components/libimgjpeg.so...done.
Reading symbols from /tmp/mozilla/components/libjsurl.so...done.
Reading symbols from /tmp/mozilla/components/libnspng.so...done.
Reading symbols from /tmp/mozilla/components/libnsjpg.so...done.
Reading symbols from /tmp/mozilla/components/libgkplugin.so...done.
Reading symbols from /tmp/mozilla/./libgtkxtbin.so...done.
Reading symbols from /usr/lib/libXt.so.4...done.
Reading symbols from /usr/lib/libSM.so.6...done.
Reading symbols from /usr/lib/libICE.so.6...done.
Reading symbols from /tmp/mozilla/./plugins/libnullplugin.so...done.
Reading symbols from /tmp/mozilla/components/libjsloader.so...done.
Reading symbols from /tmp/mozilla/components/libmsgcompose.so...done.
Reading symbols from /tmp/mozilla/./libmsgbaseutil.so...done.
Reading symbols from /tmp/mozilla/components/libmailnews.so...done.
Reading symbols from /tmp/mozilla/components/libmozldap.so...done.
Reading symbols from /tmp/mozilla/./libldap40.so...done.
Reading symbols from /tmp/mozilla/./liblber40.so...done.
Reading symbols from /tmp/mozilla/components/libaddrbook.so...done.
Reading symbols from /tmp/mozilla/components/libmime.so...done.
#0 0xfd830268 in nsGenericDOMDataNode virtual table ()
(gdb) where
#0 0xfd830268 in nsGenericDOMDataNode virtual table ()
#1 0xfcf877ac in PresShell::~PresShell ()
#2 0xfcf871b4 in PresShell::Release ()
#3 0xff19f010 in nsCOMPtr_base::~nsCOMPtr_base ()
#4 0xfd9ab5ac in GlobalWindowImpl::Focus ()
#5 0xfd585c88 in nsEventStateManager::PreHandleEvent ()
#6 0xfcf90988 in PresShell::HandleEventInternal ()
#7 0xfcf9084c in PresShell::HandleEvent ()
#8 0xfd3be398 in nsView::HandleEvent ()
#9 0xfd3c9e2c in nsViewManager::DispatchEvent ()
#10 0xfd3bdb08 in _start ()
#11 0xfdd32b4c in nsWidget::DispatchEvent ()
#12 0xfdd32a5c in nsWidget::DispatchWindowEvent ()
#13 0xfdd32acc in nsWidget::DispatchFocus ()
#14 0xfdd37064 in nsWindow::DispatchActivateEvent ()
#15 0xfdd36eec in nsWindow::SetFocus ()
#16 0xfd9ab518 in GlobalWindowImpl::Focus ()
#17 0xfe8cb688 in nsWebShellWindow::HandleEvent ()
#18 0xfdd32b4c in nsWidget::DispatchEvent ()
#19 0xfdd32a5c in nsWidget::DispatchWindowEvent ()
#20 0xfdd32acc in nsWidget::DispatchFocus ()
#21 0xfdd36f7c in nsWindow::DispatchSetFocusEvent ()
#22 0xfdd3715c in nsWindow::HandleMozAreaFocusIn ()
#23 0xfdd39a28 in handle_mozarea_focus_in ()
#24 0xfefcc0c0 in gtk_marshal_BOOL__POINTER (object=0x16b4740, func=0xfdd399b0
<handle_mozarea_focus_in(_GtkWidget *, _GdkEventFocus *, void *)>,
func_data=0x176dda0, args=0xffbee718) at gtkmarshal.c:28
#25 0xff00f3d0 in gtk_handlers_run (handlers=0x1bc410, signal=0xffbee678,
object=0x16b4740, params=0xffbee718, after=0) at gtksignal.c:1917
#26 0xff00e2ac in gtk_signal_real_emit (object=0x16b4740, signal_id=31,
params=0xffbee718) at gtksignal.c:1477
#27 0xff00b314 in gtk_signal_emit (object=0x16b4740, signal_id=31) at
gtksignal.c:552
#28 0xff056414 in gtk_widget_event (widget=0x16b4740, event=0xffbeeb10) at
gtkwidget.c:2864
#29 0xff06318c in gtk_window_focus_in_event (widget=0xea96f0, event=0x160af50)
at gtkwindow.c:1422
#30 0xfefcc0c0 in gtk_marshal_BOOL__POINTER (object=0xea96f0, func=0xff062f8c
<gtk_window_focus_in_event>, func_data=0x0, args=0xffbeecb0) at gtkmarshal.c:28
#31 0xff00e2f4 in gtk_signal_real_emit (object=0xea96f0, signal_id=31,
params=0xffbeecb0) at gtksignal.c:1492
#32 0xff00b314 in gtk_signal_emit (object=0xea96f0, signal_id=31) at gtksignal.c:552
#33 0xff056414 in gtk_widget_event (widget=0xea96f0, event=0x160af50) at
gtkwidget.c:2864
#34 0xfefcaee0 in gtk_main_do_event (event=0x160af50) at gtkmain.c:837
#35 0xfdd2c5d0 in handle_gdk_event ()
#36 0xfeecd290 in gdk_event_dispatch (source_data=0x160af50,
current_time=0xffbef300, user_data=0x0) at gdkevents.c:2139
#37 0xfee575f0 in g_main_dispatch (dispatch_time=0xffbef300) at gmain.c:656
#38 0xfee57e8c in g_main_iterate (block=-18361748, dispatch=1) at gmain.c:877
#39 0xfee580a0 in g_main_run (loop=0x1d60e8) at gmain.c:935
#40 0xfefca454 in gtk_main () at gtkmain.c:524
#41 0xfdd23514 in nsAppShell::Run ()
#42 0xfe8c911c in nsAppShellService::Run ()
#43 0x18164 in NS_CreateNativeAppSupport ()
#44 0x18be0 in main ()
(gdb)
Reproducible: Sometimes
Steps to Reproduce:
-
Actual Results: -
Expected Results: -
|
|
97,958 | 898,803 |
Using build 2001083109 on Win2k (SP2)
Going to the URL in the URL bar causes Mozilla to crash.
Steps to reproduce:
1. load URL:
jar:http://www.visi.com/~hoju/assets/resources/resources_test.jar!/images/apache
_pb.gif
2. Watch Mozilla crash
Actual results: crash
Expected results: see Apache Web Server image
Note: other bugs related to the :jar protocol are:
bug 26496
bug 36102
Jake
|
|
98,158 | 901,376 |
From Bugzilla Helper:
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:0.9.3+)
Gecko/20010903
BuildID: 2001090303
While using configurator an said URL:
The whole computer slows down. After a while it crashes.
On the task manager, memory usage go up and up... (win2000)
I tried on Linux (Mozilla 0.9.1 on debian woody), and the whole system became
unresponsive and after a few minutes I did a hard reset.
It's probably the same problem.
Reproducible: Always
Steps to Reproduce:
1. Load the start URL (http://www.arcplan.com/dynasel/demo.htm)
2. Click on the START button
3. Click on the small arrow right to "Please click to enter"
4. On the combo box right to "Frame size", select 62 (or any value)
5. Watch mozilla hog all the memory (or freeze the whole system :-( )
Actual Results: Mozilla seemed to update the page, but grew in memory, until it
crashed (or I stopped it from task manager)
Expected Results: visibly nothing (only update the value on the combo box and
the server)
Appears on Mozilla 0.9.3 and nightly build 2001090303 on win2000
Does not appear on Netscape 6.0 but on Netscape 6.1
Mozilla 0.8 won't even load the page completely.
Appears on linux with Mozilla 0.9.1
|
|
98,773 | 908,937 |
From Bugzilla Helper:
User-Agent: Mozilla/5.0 (Windows; U; Win98; en-US; rv:0.9.3+) Gecko/20010903
Netscape6/6.1b1
BuildID: 20010904 0.9.2 branch build
When you submit the form on the following URL, a popup window appears, followed
immediately by a crash. (0.9.2 crashes, trunk build does not.)
http://www.gmbuypower.com/cgi-bin/gx.cgi/AppLogic+COM.gm.BuyPower.applications.selector.YearMakeModelTrim.YearMakeModelTrim?TempltNm=entry/D1a&BusnsAsctCd=172127
Reproducible: Always
Steps to Reproduce:
In 0.9.2 branch build:
1. Go to
http://www.gmbuypower.com/cgi-bin/gx.cgi/AppLogic+COM.gm.BuyPower.applications.selector.YearMakeModelTrim.YearMakeModelTrim?TempltNm=entry/D1a&BusnsAsctCd=172127
2. Do not alter the pulldown menus
3. Select "Our Best Price"
Actual Results: A popup appears but no content is rendered in it. Instead, the
client crashes.
Expected Results: Popup content should have been rendered and client should not
have crashed.
|
|
99,443 | 916,037 |
2001091221 trunk linux
Look at the bookmark sidebar and bookmark manage window.
First line of bookmarks is located where the column's title should be.
|
|
99,666 | 918,325 |
Build: 09-14 0.9.4 Branch build
Steps to reproduce:
1. Launch browser.
2. View | Character Coding | Auto-detect
3. -- Windows: "Universal" is there
-- Mac9.1-Ja and Linux RH6.2-Ja: "Universal" is not there
4. Go the page: http://home.netscape.com
-- Windows: set Auto-Detect to "Universal" or "All"
-- Mac and Linux: set Auto-Detect "All"
5. Click on the top news "Suspects Named" of 09-14 - I'll attach this page later.
6. A blank page with status "Done" in status bar will be loaded, if you reload
the page, then the correct page gets load correctly.
Note: Clear cache will help you to reproduce the problem.
|
|
99,776 | 919,771 |
DESCRIPTION:
MOZILLA caused an invalid page fault in
module GKLAYOUT.DLL at 0167:60375b86.
STEPS TO REPRODUCE:
1. go to http://www.unicode.com/index_flash.asp
ACTUAL RESULTS:
crash in GKLAYOUT.DLL
EXPECTED RESULTS:
no crash
DOES NOT WORK CORRECTLY ON:
Mozilla nightly build 2001-09-14-03 on Windows 98 SE.
WORKS CORRECTLY ON:
Communicator 4.7 on Windows 98 SE.
IE 5.00 on Windows 98 SE.
ADDITIONAL INFO:
The page contains a Flash animation.
Talkback IDs: TB35419056K and TB35419016X
|
|
100,595 | 926,979 |
From Bugzilla Helper:
User-Agent: Mozilla/5.0 (Windows; U; WinNT4.0; en-US; rv:0.9.4+) Gecko/20010917
BuildID: 2001091703
I've tried going to this site through a link, and just typing it in to the
address bar. either way, it crashes before anything is displayed.
Reproducible: Always
Steps to Reproduce:
1. visit this link,
http://www.sandiegozoo.org/special/pandas/pandacam/index.html
|
|
90,718 | 825,000 |
bienvenu and I (probably stephend, too) has seen this crash.
clicking on the dot or check in the search view (for subscribe) sometimes
crashes.
the outliner selection is null.
when we get a stack, we'll post in here.
|
|
95,228 | 871,063 |
From Bugzilla Helper:
User-Agent: Mozilla/4.0 (compatible; MSIE 5.5; Windows NT 5.0)
BuildID: 20010801
An easy way to crash Mozilla 0.93 :
* Go to any Hebrew web site
* Type Hebrew text into a form textarea
* Hit the ENTER key on the keyboard twice
The result:
Mozilla crashes without giving any error message (it just dissapears)
I am using Milestone 0.93 on Windows 2000 Server which has Hebrew installed.
Example URLs:
* http://www.ynet.co.il/home/1,7340,L-875-258,FF.html - a logical page.
Click on "add a message" to get the form
* http://www.fisheye.co.il/story.php3?id=514 - a visual page. Click on "add
reply" to get the form.
Reproducible: Always
Steps to Reproduce:
1. Go to http://www.ynet.co.il/home/1,7340,L-875-258,FF.html
2. Click on the "add messge" button
3. Type Hebrew text into a form textarea
4. Hit the ENTER key on the keyboard twice
Actual Results: Mozilla crashes without giving any error message (it just
dissapears)
Expected Results: Enter two CRLF into the form
This happens both on logical and visual pages, as seen from the URLs above
|
|
96,563 | 884,292 |
This bug is a topcrasher for M093, added topcrash keyword.
Added [@ ] for tracking.
Here are some URLs & Comments that might help repro this crash:
(34354941) Comments: I was loging to instand message when netscape crashed
(34318656) Comments: I had a document in the Drafts folder. I was viewing it, and
clicked on the "Edit Draft" button. Then, I click-dragged some text, selecting
it. Then, I moved the mouse cursor, single clicked to place the text cursor,
then middle clicked to paste the buffer (the previous version of netscape lost
what was in the copy buffer whenever I single clicked somewhere and I wanted to
see if it did the same thing now). Unfortunately, when I tried to paste the
buffer, Netscape crashed.
(34318656) Comments: buffer (the previous version of netscapelost what was in the copy
buffer whenever I single clicked somewhereand I wanted to see if it did the same
thing now). Unfortunately whenI tried to paste the buffer Netscape crashed.
(34316810) URL: http://mail.croptechnology.com
(34294644)
URL: www.joins.com
(34290553)
Comments: I just sent my first email after upgrading from Netscape 6.01 to 6.1.
Here is a recent stack trace:
Incident ID 34354941
Stack Signature nsAString::do_AssignFromReadable() 416df664
Trigger Time 2001-08-21 22:04:41
User Comments I was loging to instand message, when netscape crashed
Build ID 2001072623
Product ID Netscape6.10
Platform ID LinuxIntel
Trigger Reason SIGSEGV: Segmentation Fault: (signal 11)
Stack Trace
nsAString::do_AssignFromReadable()
nsAString::do_AssignFromElementPtrLength()
nsString::nsString()
nsClipboard::SelectionGetCB()
libgtk-1.2.so.0 + 0x92ec3 (0x40289ec3)
libgtk-1.2.so.0 + 0xc256a (0x402b956a)
libgtk-1.2.so.0 + 0xc19bb (0x402b89bb)
libgtk-1.2.so.0 + 0xbfdbf (0x402b6dbf)
libgtk-1.2.so.0 + 0xbed54 (0x402b5d54)
libgtk-1.2.so.0 + 0xbe335 (0x402b5335)
libgtk-1.2.so.0 + 0x92c21 (0x40289c21)
libgtk-1.2.so.0 + 0xc19fb (0x402b89fb)
libgtk-1.2.so.0 + 0xbfa30 (0x402b6a30)
libgtk-1.2.so.0 + 0xf6ee8 (0x402edee8)
libgtk-1.2.so.0 + 0x91df8 (0x40288df8)
handle_gdk_event()
libgdk-1.2.so.0 + 0x1716b (0x4034316b)
libglib-1.2.so.0 + 0x10055 (0x40373055)
libglib-1.2.so.0 + 0x10659 (0x40373659)
libglib-1.2.so.0 + 0x107e8 (0x403737e8)
libgtk-1.2.so.0 + 0x9165b (0x4028865b)
nsAppShell::Run()
nsAppShellService::Run()
main1()
main()
libc.so.6 + 0x1be5e (0x404b2e5e)
(May be related to bug 82332)
|
|
96,649 | 884,941 |
From Bugzilla Helper:
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:0.9.3+)
Gecko/20010821 Netscape6/6.1b1
BuildID: 20010821
When inserting an image and not putting in an Alternative Text, an error will
come up, advising you to put in an alternative text. If you don't click ok and
just go back to image properties and put in an Alternative text, then try to
click ok to the error .. Composer will crash with this error .
Module .... gkview.dll
Reproducible: Always
Steps to Reproduce:
1.Open new document
2.Choose image from toolbar.
3.insert image, do not put in an alternative text
4.click ok
5.do not click ok to the error you get advising you to put in an alternative text
6.click back to the image properties and insert an alternative text
7.click ok on image properties.
Actual Results: You will see that composer will Crash.
Expected Results: Composer not to crash
|
|
96,824 | 886,392 |
From Bugzilla Helper:
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:0.9.3+)
Gecko/20010817
BuildID: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:0.9.3+)
Gecko/20010817
copy a folder in your bookmark tree
now rightclick a bookmark and choose paste
instant crash.
Reproducible: Always
Steps to Reproduce:
see description
Actual Results: crash
Expected Results: paste above or below the given bookmark
|
|
96,877 | 886,773 |
From Bugzilla Helper:
User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:0.9.3) Gecko/20010801
BuildID: 2001080104
After creating a mail group (list), you loose one,many or even ALL the items in
that list, after you close the list edit window, or between sessions in the browser.
The items sometimes seems to be left in the mab files, but in a severly trashed
state.
Reproducible: Always
Steps to Reproduce:
1. Create random named list.
2. Add names by either drag'n'drop or typing.
3. Close. Reopen. items lost.
Actual Results: You loose your address list contents.
Expected Results: Keep the contents in the list.
|
|
97,614 | 895,122 |
I' transfering this problem from 96018 to this new bug and repeat the problem
description.
I was using a cert database that was in use for a while, containing two private
keys. I called PK11_ResetToken. The password and my certificates were removed.
Then I called PK11_ResetToken again. It crashed.
Stack of crash:
#0 0x4176cda7 in hash4 (keyarg=0x89da5d6, len=4294963210) at
../../../mozilla/dbm/src/h_func.c:185
#1 0x4176a791 in __call_hash (hashp=0x82114d0, k=0x89da5d6
"±\217`[Û0ö\216ÐÕÚÚÚÚ)", len=4294963210) at ../../../mozilla/dbm/src/hash.c:1153
#2 0x41769ce0 in hash_access (hashp=0x82114d0, action=HASH_DELETE,
key=0xbfffc858, val=0x0) at ../../../mozilla/dbm/src/hash.c:859
#3 0x41769c46 in hash_delete (dbp=0x8211ed0, key=0xbfffc858, flag=0) at
../../../mozilla/dbm/src/hash.c:819
#4 0x41719a49 in SECKEY_ResetKeyDB (handle=0x820e858) at keydb.c:2444
#5 0x4170337c in NSC_InitToken (slotID=2, pPin=0x0, ulPinLen=0,
pLabel=0xbfffc8d4 "Software Security Device $Éÿ¿çLfAH\e\"\b") at
pkcs11.c:2716
#6 0x416e8ff3 in PK11_ResetToken (slot=0x8221b48, sso_pwd=0x0) at pk11slot.c:4281
The error seems to happen inside function SECKEY_ResetKeyDB. On line
ret = (* handle->db->del)(handle->db, &key, 0);
the variable key contains
{data = 0x89da5d6, size = 4294963210}
which looks wrong. BTW, data contains a member with the a similar size (4294967286).
The loop iterates a few times, until it arrives at this invalid key.
The same crash happens reproducible when I restart the application and call
PK11_ResetToken.
I tested what happens when I have a fresh empty certificate database, i.e. the
one created by default during init. With this db, I can call PK11_ResetToken
multiple times without crashing.
|
|
93,106 | 850,162 |
From Bugzilla Helper:
User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:0.9.2+) Gecko/20010729
BuildID: 2001072906
Whenever I go the the URL mentioned, mozilla either crashes cold(dissappears) or
sits there hogging my CPU doing nothing.
Reproducible: Sometimes
Steps to Reproduce:
1. Go to the URL
2. Watch mozilla crash
Actual Results: Mozilla crashed.
Expected Results: call the javascript functions, and then not render anything.
talkback ID: TB33596224X
|
|
93,951 | 858,304 |
Build ID: 2001080603 (trunk)
Steps to Reproduce:
(1) Go to mozilla.org
(2) Double click on the Submit a Bug link
Result: crash
nsScriptSecurityManager::GetBaseURIScheme
[d:\builds\seamonkey\mozilla\caps\src\nsScriptSecurityManager.cpp, line 670]
nsScriptSecurityManager::CheckLoadURI
[d:\builds\seamonkey\mozilla\caps\src\nsScriptSecurityManager.cpp, line 712]
nsGenericElement::TriggerLink
[d:\builds\seamonkey\mozilla\content\base\src\nsGenericElement.cpp, line 2628]
nsGenericHTMLElement::HandleDOMEventForAnchors
[d:\builds\seamonkey\mozilla\content\html\content\src\nsGenericHTMLElement.cpp,
line 1322]
nsHTMLLinkElement::HandleDOMEvent
[d:\builds\seamonkey\mozilla\content\html\content\src\nsHTMLLinkElement.cpp,
line 294]
nsGenericDOMDataNode::HandleDOMEvent
[d:\builds\seamonkey\mozilla\content\base\src\nsGenericDOMDataNode.cpp, line 678]
nsTextNode::HandleDOMEvent
[d:\builds\seamonkey\mozilla\content\base\src\nsTextNode.cpp, line 241]
PresShell::HandleEventInternal
[d:\builds\seamonkey\mozilla\layout\html\base\src\nsPresShell.cpp, line 5640]
PresShell::HandleEventWithTarget
[d:\builds\seamonkey\mozilla\layout\html\base\src\nsPresShell.cpp, line 5612]
nsEventStateManager::CheckForAndDispatchClick
[d:\builds\seamonkey\mozilla\content\events\src\nsEventStateManager.cpp, line 2466]
nsEventStateManager::PostHandleEvent
[d:\builds\seamonkey\mozilla\content\events\src\nsEventStateManager.cpp, line 1552]
PresShell::HandleEventInternal
[d:\builds\seamonkey\mozilla\layout\html\base\src\nsPresShell.cpp, line 5661]
PresShell::HandleEvent
[d:\builds\seamonkey\mozilla\layout\html\base\src\nsPresShell.cpp, line 5567]
nsView::HandleEvent [d:\builds\seamonkey\mozilla\view\src\nsView.cpp, line 377]
nsView::HandleEvent [d:\builds\seamonkey\mozilla\view\src\nsView.cpp, line 350]
nsView::HandleEvent [d:\builds\seamonkey\mozilla\view\src\nsView.cpp, line 350]
nsViewManager::DispatchEvent
[d:\builds\seamonkey\mozilla\view\src\nsViewManager.cpp, line 2058]
HandleEvent [d:\builds\seamonkey\mozilla\view\src\nsView.cpp, line 68]
nsWindow::DispatchEvent
[d:\builds\seamonkey\mozilla\widget\src\windows\nsWindow.cpp, line 725]
nsWindow::DispatchWindowEvent
[d:\builds\seamonkey\mozilla\widget\src\windows\nsWindow.cpp, line 742]
nsWindow::DispatchMouseEvent
[d:\builds\seamonkey\mozilla\widget\src\windows\nsWindow.cpp, line 4248]
ChildWindow::DispatchMouseEvent
[d:\builds\seamonkey\mozilla\widget\src\windows\nsWindow.cpp, line 4495]
nsWindow::ProcessMessage
[d:\builds\seamonkey\mozilla\widget\src\windows\nsWindow.cpp, line 3240]
nsWindow::WindowProc
[d:\builds\seamonkey\mozilla\widget\src\windows\nsWindow.cpp, line 990]
USER32.DLL + 0x2e98 (0x77e12e98)
USER32.DLL + 0x30e0 (0x77e130e0)
USER32.DLL + 0x5824 (0x77e15824)
nsAppShellService::Run
[d:\builds\seamonkey\mozilla\xpfe\appshell\src\nsAppShellService.cpp, line 425]
netscp6.exe + 0x174d (0x0040174d)
netscp6.exe + 0x121a (0x0040121a)
netscp6.exe + 0x368f (0x0040368f)
KERNEL32.DLL + 0x17d08 (0x77e97d08)
|
|
94,734 | 865,248 |
From Bugzilla Helper:
User-Agent: Mozilla/5.0 (X11; U; OSF1 alpha; en-US; rv:0.9.3) Gecko/20010804
BuildID: 2001080416
When I do a bugzilla search, I get the message instructing be to wait. When the
screen should refresh with the results, mozilla crashes.
Reproducible: Always
Steps to Reproduce:
1. Go to bugzilla.mozilla.org
2. Search for a bug (e.g., "corrupt font")
3. Wait for results
Actual Results: mozilla crashed instead of displaying results. The "Just a
moment" (or whatever the exact text is) screen did display, but not the results.
Expected Results: display the results, as my copy of Navigator 4.76 does.
|
|
94,834 | 867,456 |
From Bugzilla Helper:
User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:0.9.3+) Gecko/20010811
BuildID: 20010811
the PNGDIR and MNGDIR variables are not set by configure if
--without-png and --without-mng is specified.
the makefile starts a for loop for each subdir but subdir is enpty and for
failes with unexpected ";" (for d in ; ...)
subdirs should be tested for "" and the loop skipped if empty, we will then use
the native libpng and libmng libs or better PNGDIR=png and MNGDIR=mng shound be
set as default values by configure...
Reproducible: Always
Steps to Reproduce:
1. ./configure --prefix=/opt/mozilla --disable-tests --disable-debug
--enable-optimize
2. gmake
3. failes in modules/libimg
Actual Results: /bin/sh: -c: line 1: syntax error near unexpected token `;'
/bin/sh: -c: line 1: `set -e; for d in ; do sed -e "s!Y!export......
Expected Results: LIBPNG and LIBMNG should not be "" or loop should not be
executed if LIBPNG and LIBMNG is null
Linux distro is Redhat 7.1.93 (Roswell beta)
i guess PC/Linux is not the only platform...
|
|
103,039 | 952,471 |
This problem occurs in the October 2, 2001 0.9.4 branch build.
Go to <http://bugzilla.mozilla.org/survey.cgi>. Enter the text between the
quotes below into the Description text entry box. The text should contain no
line breaks, only spaces separating the words.
"After we collect the survey responses, mozilla.org staff will review them,
approve or reject each claim, and update the module owners page with the new
information. Obsolete directories will have their files removed from the tree
(but will still be able to be checked out by pulling a tree from a date prior to
the removal). After we collect the survey responses, mozilla.org staff will
review them, approve or reject each claim, and update the module owners page
with the new information. Obsolete directories will have their files removed
from the tree (but will still be able to be checked out by pulling a tree from a
date prior to the removal)."
Clicking anywhere on the right side of the bottom line of the text entry window
doesn't work -- it places the cursor somewhere else. In fact, if I succeed in
putting the cursor there and enter text, it will get inserted at the beginning
of the paragraph. Also, pushing the right arrow when the cursor is at the end
moves it back to the beginning, making it hard to shift-select text.
|
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.