Bug ID
int64
961
1.91M
Comment ID
int64
3.98k
17.1M
Author
stringlengths
8
48
Comment Text
stringlengths
1
64.3k
82,569
741,579
This is a talkback topcrash on Mozilla Trunk. (Please reassign to the proper component/owner.) Here are the relevant comments: (30752529) Comments: attempted to select a link on the "page info" screen for a link (right click -> view page info) [OS: Windows NT 4.0, Build: 2001052115] (30776580) Comments: Crash bringing Mail/News window to the front. [OS: Windows NT 5.0, Build: 2001052206] (30813074) Comments: Closing the Bookmarks window (Ctrl-B) while renaming a folder [OS: Windows NT 5.0, Build: 2001052213] (30779511) Comments: deleted an email in yahoo mail. clicked delete [OS: Windows NT 4.0, Build: 2001052115] (30782010) Comments: Crash when browser window lost focus to another app. [OS: Windows NT 5.0, Build: 2001052206] ------------------------ nsFocusController::UpdateCommands [d:\builds\seamonkey\mozilla\dom\src\base\nsFocusController.cpp line 133] nsFocusController::SetSuppressFocus [d:\builds\seamonkey\mozilla\dom\src\base\nsFocusController.cpp line 418] nsEventStateManager::PreHandleEvent [d:\builds\seamonkey\mozilla\content\events\src\nsEventStateManager.cpp line 691] PresShell::HandleEventInternal [d:\builds\seamonkey\mozilla\layout\html\base\src\nsPresShell.cpp line 5509] PresShell::HandleEvent [d:\builds\seamonkey\mozilla\layout\html\base\src\nsPresShell.cpp line 5441] nsView::HandleEvent [d:\builds\seamonkey\mozilla\view\src\nsView.cpp line 377] nsView::HandleEvent [d:\builds\seamonkey\mozilla\view\src\nsView.cpp line 350] nsViewManager::DispatchEvent [d:\builds\seamonkey\mozilla\view\src\nsViewManager.cpp line 2056] HandleEvent [d:\builds\seamonkey\mozilla\view\src\nsView.cpp line 68] nsWindow::DispatchEvent [d:\builds\seamonkey\mozilla\widget\src\windows\nsWindow.cpp line 706] nsWindow::DispatchWindowEvent [d:\builds\seamonkey\mozilla\widget\src\windows\nsWindow.cpp line 723] nsWindow::DispatchFocus [d:\builds\seamonkey\mozilla\widget\src\windows\nsWindow.cpp line 4238] nsWindow::ProcessMessage [d:\builds\seamonkey\mozilla\widget\src\windows\nsWindow.cpp line 3163] nsWindow::WindowProc [d:\builds\seamonkey\mozilla\widget\src\windows\nsWindow.cpp line 958] USER32.DLL + 0x2e98 (0x77e12e98) USER32.DLL + 0x39a3 (0x77e139a3) USER32.DLL + 0x395f (0x77e1395f) ntdll.dll + 0x2032f (0x77fa032f) USER32.DLL + 0x569d (0x77e1569d) nsAppShell::Run [d:\builds\seamonkey\mozilla\widget\src\windows\nsAppShell.cpp line 113] nsAppShellService::Run [d:\builds\seamonkey\mozilla\xpfe\appshell\src\nsAppShellService.cpp line 418] main1 [d:\builds\seamonkey\mozilla\xpfe\bootstrap\nsAppRunner.cpp line 1100] main [d:\builds\seamonkey\mozilla\xpfe\bootstrap\nsAppRunner.cpp line 1394] WinMain [d:\builds\seamonkey\mozilla\xpfe\bootstrap\nsAppRunner.cpp line 1412]
82,595
741,882
**** observed with 2001-05-24 build **** Steps to reproduce: - select a newsgroup with more than 500 messages; - observe crash while download //note: the dlgbox that prompts you to select to download all headers or just 500 messages doesn't pop up stack to follow
82,598
741,945
When doing an LDAP autocomplete over a slow connection, we hit a deadlock in the SDK with some frequency. It can be reproduced using the same steps to reproduce the crasher in bug 81692. The stack traces for the deadlocked threads follow; I believe the NTDLL lines are actually NSPR locking primitives. <srilatha> NTDLL! 77f6829b() <srilatha> NTDLL! 77f67546() <srilatha> ldap_abandon_ext(ldap * 0x06785490, int 11, ldapcontrol * * 0x00000000, ldapcontrol * * 0x00000000) line 84 + 151 bytes <srilatha> nsLDAPOperation::AbandonExt(ldapcontrol * * 0x00000000, ldapcontrol * * 0x00000000) line 310 + 27 bytes <srilatha> nsLDAPOperation::Abandon(nsLDAPOperation * const 0x06cc4f10) line 359<srilatha> nsLDAPAutoCompleteSession::OnStopLookup(nsLDAPAutoCompleteSession * const 0x067b3e04) line 223 + 26 bytes <srilatha> XPTC_InvokeByIndex(nsISupports * 0x067b3e04, unsigned int 4, unsigned int 0, nsXPTCVariant * 0x0012be90) line 139 <srilatha> XPCWrappedNative::CallMethod(XPCCallContext & {...}, XPCWrappedNative::CallMode CALL_METHOD) line 1835 + 42 bytes <srilatha> XPC_WN_CallMethod(JSContext * 0x04bd8750, JSObject * 0x059e2328, unsigned int 0, long * 0x05ac0720, long * 0x0012c0c4) line 1241 + 11 bytes <srilatha> NTDLL! 77f6829b() <srilatha> NTDLL! 77f67546() <srilatha> wait4msg(ldap * 0x06785490, int -1, int 0, int 1, timeval * 0x00000000, ldapmsg * * 0x06c9ff38) line 349 + 151 bytes <srilatha> nsldapi_result_nolock(ldap * 0x06785490, int -1, int 0, int 1, timeval * 0x00000000, ldapmsg * * 0x06c9ff38) line 136 + 29 bytes <srilatha> ldap_result(ldap * 0x06785490, int -1, int 0, timeval * 0x00000000, ldapmsg * * 0x06c9ff38) line 94 + 27 bytes <srilatha> nsLDAPConnection::Run(nsLDAPConnection * const 0x06772d04) line 388 + 22 bytes <srilatha> nsThread::Main(void * 0x06b57fd0) line 105 + 26 bytes <srilatha> _PR_NativeRunThread(void * 0x06b54e00) line 399 + 13 bytes <srilatha> _threadstartex(void * 0x06b54d60) line 212 + 13 bytes <srilatha> KERNEL32! 77f04ee8() This is seen with the LDAPCSDK_40_BRANCH. I'm hoping the answer is "oh yeah, that's a bug we've fixed since 4.0; you just need to backport these patches". In the meantime, I'll be working on getting this rebuilt with debugging symbols under linux and sorting out more of the context. This is a very high priority bug for us, so any help you could provide would be great!
72,968
643,658
Found this bug since I always do some web page publishing using 'a similar scenario'. I start with a html file created in 4.x and then edit it in 6.x composer. Steps: 1 Open the attached html file in 4.x composer (created in 4.x composer, it's a 3x2 table with some text in the first two rows and the third row blank and center aligned) 2 Now, open 6.x composer and open the same file simultaneously 3 From the 4.x composer, select the text from any row and copy it in the clipboard (CTRL +C) 4 Go to the 6.x composer and click in the 3rd (blank) row's first cell and hit CTRL+V 5 Observe that the table cells also get copied along with the text(guess this is a seperate bug already filed) 6 Now, go to Edit menu and do UNDO 7 Observe that the table loses it's border and the cell shrink (some weird behaviour) 8 Doing REDO from the edit menu after this crashes the browser. will attach stack trace...
73,323
647,466
From Bugzilla Helper: User-Agent: Mozilla/5.0 (X11; U; Linux 2.2.16-22 i686; en-US; 0.8) Gecko/20010217 BuildID: 2001021712 If i read a particular message Mozilla crashes Reproducible: Always Steps to Reproduce: I will try to forward the same message.Please try to open it Actual Results: as you try to oen the message in the in folder, immediate crash Expected Results: Make me read the message
74,087
654,160
STEPS TO REPRODUCE 1. Go to http://www.damowmow.com/mozilla/crash/11.png 2. Drag the window off-screen. 3. Drag the window back on-screen. ACTUAL RESULTS Crash. TESTED ON Windows 2000 Netscape commercial optimised build 2001032904. Mozilla CVS trunk debug build of around the same time. TALKBACK REPORTS I filed 23 talkback reports while narrowing this crash down. For example, TB28448300Q. STACK TRACE When using the debug builds, here is the stack trace I got: nsImageWin::DrawComposited24() line 585 + 24 bytes nsImageWin::DrawComposited() line 613 nsImageWin::Draw() line 495 nsRenderingContextImpl::DrawImage() line 702 + 69 bytes nsImageFrame::Paint() line 1014 nsContainerFrame::PaintChild() line 208 nsBlockFrame::PaintChildren() line 6573 nsBlockFrame::Paint() line 6451 nsContainerFrame::PaintChild() line 208 nsBlockFrame::PaintChildren() line 6573 nsBlockFrame::Paint() line 6451 nsContainerFrame::PaintChild() line 208 nsBlockFrame::PaintChildren() line 6573 nsBlockFrame::Paint() line 6451 nsContainerFrame::PaintChild() line 208 nsContainerFrame::PaintChildren() line 152 nsHTMLContainerFrame::Paint() line 109 PresShell::Paint() line 4845 + 34 bytes nsView::Paint() line 277 nsViewManager::RenderDisplayListElement() line 1377 nsViewManager::RenderViews() line 1302 nsViewManager::Refresh() line 885 nsViewManager::DispatchEvent() line 1895 HandleEvent() line 68 nsWindow::DispatchEvent() line 688 + 10 bytes nsWindow::DispatchWindowEvent() line 714 nsWindow::OnPaint() line 3794 + 28 bytes nsWindow::ProcessMessage() line 2825 + 17 bytes nsWindow::WindowProc() line 943 + 27 bytes USER32! 77e13eb0() USER32! 77e1591b() USER32! 77e1595d() NTDLL! 77f9fb83() USER32! 77e169a7() USER32! 77e13eb0() USER32! 77e16469() USER32! 77e1a6f8() nsWindow::WindowProc() line 950 + 31 bytes USER32! 77e13eb0() USER32! 77e1591b() USER32! 77e1595d() NTDLL! 77f9fb83() USER32! 77e169a7() USER32! 77e13eb0() USER32! 77e16469() USER32! 77e1a6f8() nsWindow::WindowProc() line 950 + 31 bytes USER32! 77e13eb0() USER32! 77e1401a() USER32! 77e192da() nsAppShellService::Run() line 408 main1() line 1021 + 32 bytes main() line 1316 + 37 bytes mainCRTStartup() line 338 + 17 bytes assigning to [email protected] - wrote recent blender code changes cc'ing [email protected] - reviewed recent blender code changes cc'ing [email protected] - libpr0n person cc'ing [email protected] - libpr0n person cc'ing [email protected] - might be views related
74,969
662,786
This problem has been occuring since at least moz0.8.1 and also in recent nightlies. Quite often when I shut down Mozilla, it will just hang and I have to kill the process manually. After that, the app will not restart unless I delete my .mozilla directory. I don't know how to reproduce this, but it seems to happen about once every 10 times.
75,305
666,100
seen on windows 0409...very unstable today.. Steps: Launch composer Open the attachment Highlight (left to right) with mouse..the contents of a row and press CTRL + X Observe that the row becomes empty Now, do Edit|Undo and immediately after that,do Edit|Redo BOOM ! Crashes...
75,973
672,869
Build ID: 4-13 (all OSs) Summary: Crash in Account Wizard, with "secnews/netscape.communicator" as an NNTP server. Steps to Reproduce: 1. Spawn the Account Wizard, create an NNTP account. 2. In the server window, enter "secnews/netscape.communicator" as your NNTP server. 3. Click Finish. Expected: A non-existant news server is created in the Folder Pane, which is not subscribable) Actual: We crash. Stack coming. Note: The correct name for this server is "secnews.netscape.com". In the above example, the user *might* be thinking they can put a newsgroup name in here, after the name of the server. I highly doubt it, but in any case, we should either escape the "/". - string.replace("/", ""); Would that work? I'm sure there's a better solution though.
76,463
678,724
From Bugzilla Helper: User-Agent: Mozilla/5.0 (X11; U; Linux 2.4.3-ac9 i686; en-US; 0.8.1) Gecko/20010412 BuildID: 2001041214 When a file is uploaded through a form, Mozilla creates a /tmp/formpost file (or formpost-xxx to avoid overwriting) . This file is created with the 666^~umask perms. On most distros, the standard umask is 022, therefore, /tmp/formpost* files are world readable. As they can hold private content, this is an insecure behavior. Reproducible: Always Steps to Reproduce: 1.Upload a file through a form 2.Read /tmp/formpost Actual Results: Any user can read the posted data. Expected Results: Permissions should be enforced to 600
76,502
678,960
Mozilla Freezes everytime when trying to delete bookmarks in Bookmark Manager using the delete button on the keyboard. Steps to Reproduce: 1. Launch Mozilla and open the Bookmarks Manager from the Bookmarks menu. 2. Try to delete a bookmark, or folder, with the delete key. Expected Result: The bookmark or folder gets deleted, and life goes on ... Actual Result: Mozilla freezes Tested on: Build 2001041804 Windows 98 SE
76,888
683,212
Build is on Apr 20, 2001. Sometimes when composing a mail message with the plain text editor there are some serious line wrapping problems. It always happens when I'm typing a line and I hit delete to delete the character at the end of the line that I'm typing on. What happens is that the line is suddenly indented one or two characters and whitespace in between the current sentence and the previous is eaten. If you back the cursor up to the beginning of the line before the indentation and try to backspace over them to correct them it thinks that it's at the beginning of the line and it actually backs up to the previous line but the line itself is still indented one character. I still don't have a 100% reproducable test case yet.
77,125
685,101
Using build 2001042208 on Win2K Steps to Reproduce: 1. Right click on a Personal Toolbar item and select "Rename". 2. While the item name is editable, right click on it. Result: Crash Reproducible: Always The same thing happens with "New Folder"
82,983
745,842
Using build 2001052708 on Win2K. Steps to reproduce: 1. Open the Manage Bookmarks Window. 2. Select a bookmark and hit Properties button (or right click, or Ctrl+I) 3. Keeping the first Properties dialog open, repeat step 2 with another (or the same) bookmark. Results: The first dialog disappears, and the new Properties dialog has empty fields and has the title Properties for "**bm_title**". The following JS error appears twice: Error: window.arguments has no properties Source File: chrome://communicator/content/bookmarks/bm-props.js Line: 52
83,448
751,206
From Bugzilla Helper: User-Agent: Mozilla/5.0 (Windows; U; WinNT4.0; en-US; rv:0.9+) Gecko/20010513 BuildID: When deleting text in the URL bar, in optimized builds only, Mozilla crashes with the message "The memory could not be read". Reproducible: Sometimes Steps to Reproduce: 1.Open Mozilla 2.If set to open a blank page, enter one or two characters in the URL bar; otherwise just click anywhere in the displayed URL 3.Hit backspace Actual Results: Browser crashes Expected Results: Browser should not crash MSVC debugger reports: Access violation in EDITOR.DLL This appears to be caused by the calls to GetBidiProperty in nsTextEditRulesBIDI.cpp
83,639
753,492
Build ID: 2001-05-30 FizzillaCFM Steps to reproduce: 1) Open a document in Editor. 2) Try to use commands in the submenus of the Format and Table menus. Actual results: The commands do nothing. Expected results: Expected the commands to work.
83,642
753,502
From Bugzilla Helper: User-Agent: Mozilla/5.0 (Windows; U; Win98; en-US; rv:0.9+) Gecko/20010531 BuildID: 2001053120 I cannot delete, create, rename and view properties of bookmarks and bookmark folders in bookmark manager. What's going on here?? Reproducible: Always Steps to Reproduce: 1. Open bookmark manager. 2. Select a bookmark / bookmark folder 3. Press "Properties", "Rename" & "Delete" button on toolbar or equivalent use keyboard shortcuts or menu commands. Actual Results: No response to command issued.
83,674
753,767
Build ID: 2001053120 OS: tested on Win 2000 and Linux To reproduce: 1. Go to http://office.altkom.com.pl/mozilla/composer/crash 2. Right-click on "With bgcolor" and select "Edit link in composer" 3. Switch to HTML source view 4. Do any change (you can eg. delete one of the space characters) 5. Do File->Save Expected behaviour: Page Title dialog show up Observed behaviour: Mozilla crashes. Talkback IDs: Win2K: TB31188526K TB31188438G TB31185237E Linux: TB31192214E The second page (the "Without bgcolor" one) differs from the first in only one detail: instead of <body bgcolor="#ffffff"> , it has <body> . If you edit the second page (no_bgcolor.html)in composer everything is ok. So this problem applies only to pages with body bgcolor set. There's one more problem that occurs only under Linux and only with local files: Composer crashes when opening any of the two pages shown here. I'll file a separate bug on this.
84,081
758,331
I found this while testing bug #82461 Here are the steps i used to reproduce it, they work on any OS, but may need to be repeated a couple of times in order to see the crash: 1. Compose a mail to yourself 2. Using file|Attach web page attach a bad url in the http:// format 3. Send mail 4. Check mail and open attachment, crash. This bug may be related to bug #81682
84,645
765,362
From Bugzilla Helper: User-Agent: Mozilla/5.0 (X11; U; Linux 2.4.2-2smp i686; en-US; rv:0.9.1) Gecko/20010607 BuildID: 2001060713 When the DOM is modified in a certain way on the example page the browser goes into a tight loop and stops responding to mouse events etc. Reducing the WIDTH attribute of the TD element on line 148 removes this problem. eg. http://inanna.ecs.soton.ac.uk/~swh/moz-java-nocrash.html Unfortunatly I'm having problems reporducing the lockup outside of my software, so it requires some installation to reproduce. Reproducible: Always Steps to Reproduce: 1. Go to http://cohse.semanticweb.org/downloads/xul-dls/ follow instructions and install 2. Open the sidebar and select the DLS tab. 3. Go to http://inanna.ecs.soton.ac.uk/~swh/moz-java-crash.html 4. Select "Settings | Generic Links" in the sidebar 5. Press reload Actual Results: Several debug messages will go out on stdout, ending with "Added N links" (probably 6), the browser will then go into a tight loop. Expected Results: After the "Added N links" message the browser should be idle and there will be N small L icons in the document. I have been developing this software for some time and this is the only page I have experienced this bug on. Unfortunatly it is critical for me as I am developing an Open Hypermedia system for java.sun.com and many important pages on the site trigger this bug.
14,205
104,987
Including a XUL overlay appears to be causing the including document to leak.
14,206
104,996
When you try to print the Latin1 page, Apprunner will crash. Steps of reproduce 1. Go to above URL 2. Select menu File|Print.. 3. Ok to print Apprunner will crash. Tested 9-17 Win32 build. Talkback Incident 13598655 Trigger Type: Program Crash Trigger Reason: Access violation Call Stack: (Signature = nsWebShell::DoLoadURL 0ade4919) nsWebShell::DoLoadURL [d:\builds\seamonkey\mozilla\webshell\src\nsWebShell.cpp, line 2112] nsWebShell::LoadURI [d:\builds\seamonkey\mozilla\webshell\src\nsWebShell.cpp, line 2226] nsWebShell::LoadURL [d:\builds\seamonkey\mozilla\webshell\src\nsWebShell.cpp, line 2324] nsWebShell::LoadURL [d:\builds\seamonkey\mozilla\webshell\src\nsWebShell.cpp, line 1933] nsGfxTextControlFrame::PostCreateWidget [d:\builds\seamonkey\mozilla\layout\html\forms\src\nsGfxTextControlFrame.cpp, line 509] nsGfxTextControlFrame::Reflow [d:\builds\seamonkey\mozilla\layout\html\forms\src\nsGfxTextControlFrame.cpp, line 933] nsLineLayout::ReflowFrame [d:\builds\seamonkey\mozilla\layout\html\base\src\nsLineLayout.cpp, line 909] nsBlockFrame::ReflowInlineFrame [d:\builds\seamonkey\mozilla\layout\html\base\src\nsBlockFrame.cpp, line 3378] nsBlockFrame::DoReflowInlineFrames [d:\builds\seamonkey\mozilla\layout\html\base\src\nsBlockFrame.cpp, line 3268] nsBlockFrame::DoReflowInlineFramesAuto [d:\builds\seamonkey\mozilla\layout\html\base\src\nsBlockFrame.cpp, line 3215] nsBlockFrame::ReflowInlineFrames [d:\builds\seamonkey\mozilla\layout\html\base\src\nsBlockFrame.cpp, line 3164] nsBlockFrame::ReflowLine [d:\builds\seamonkey\mozilla\layout\html\base\src\nsBlockFrame.cpp, line 2429] nsBlockFrame::ReflowDirtyLines [d:\builds\seamonkey\mozilla\layout\html\base\src\nsBlockFrame.cpp, line 2171] nsBlockFrame::Reflow [d:\builds\seamonkey\mozilla\layout\html\base\src\nsBlockFrame.cpp, line 1417] nsAreaFrame::Reflow [d:\builds\seamonkey\mozilla\layout\html\base\src\nsAreaFrame.cpp, line 412] nsContainerFrame::ReflowChild [d:\builds\seamonkey\mozilla\layout\html\base\src\nsContainerFrame.cpp, line 462] nsTableCellFrame::Reflow [d:\builds\seamonkey\mozilla\layout\html\table\src\nsTableCellFrame.cpp, line 604] nsContainerFrame::ReflowChild [d:\builds\seamonkey\mozilla\layout\html\base\src\nsContainerFrame.cpp, line 462] nsTableRowFrame::InitialReflow [d:\builds\seamonkey\mozilla\layout\html\table\src\nsTableRowFrame.cpp, line 1047] nsTableRowFrame::Reflow [d:\builds\seamonkey\mozilla\layout\html\table\src\nsTableRowFrame.cpp, line 1454] nsContainerFrame::ReflowChild [d:\builds\seamonkey\mozilla\layout\html\base\src\nsContainerFrame.cpp, line 462] nsTableRowGroupFrame::ReflowMappedChildren [d:\builds\seamonkey\mozilla\layout\html\table\src\nsTableRowGroupFrame.cpp, line 451] nsTableRowGroupFrame::Reflow [d:\builds\seamonkey\mozilla\layout\html\table\src\nsTableRowGroupFrame.cpp, line 1037] nsContainerFrame::ReflowChild [d:\builds\seamonkey\mozilla\layout\html\base\src\nsContainerFrame.cpp, line 462] nsTableFrame::ResizeReflowPass1 [d:\builds\seamonkey\mozilla\layout\html\table\src\nsTableFrame.cpp, line 2361] nsTableFrame::Reflow [d:\builds\seamonkey\mozilla\layout\html\table\src\nsTableFrame.cpp, line 2222] nsContainerFrame::ReflowChild [d:\builds\seamonkey\mozilla\layout\html\base\src\nsContainerFrame.cpp, line 462] nsTableOuterFrame::Reflow [d:\builds\seamonkey\mozilla\layout\html\table\src\nsTableOuterFrame.cpp, line 910] nsBlockReflowContext::ReflowBlock [d:\builds\seamonkey\mozilla\layout\html\base\src\nsBlockReflowContext.cpp, line 230] nsBlockFrame::ReflowBlockFrame [d:\builds\seamonkey\mozilla\layout\html\base\src\nsBlockFrame.cpp, line 2952] nsBlockFrame::ReflowLine [d:\builds\seamonkey\mozilla\layout\html\base\src\nsBlockFrame.cpp, line 2381] nsBlockFrame::ReflowDirtyLines [d:\builds\seamonkey\mozilla\layout\html\base\src\nsBlockFrame.cpp, line 2171] nsBlockFrame::Reflow [d:\builds\seamonkey\mozilla\layout\html\base\src\nsBlockFrame.cpp, line 1417] nsBlockReflowContext::ReflowBlock [d:\builds\seamonkey\mozilla\layout\html\base\src\nsBlockReflowContext.cpp, line 230] nsBlockFrame::ReflowBlockFrame [d:\builds\seamonkey\mozilla\layout\html\base\src\nsBlockFrame.cpp, line 2952] nsBlockFrame::ReflowLine [d:\builds\seamonkey\mozilla\layout\html\base\src\nsBlockFrame.cpp, line 2381] nsBlockFrame::ReflowDirtyLines [d:\builds\seamonkey\mozilla\layout\html\base\src\nsBlockFrame.cpp, line 2171] nsBlockFrame::Reflow [d:\builds\seamonkey\mozilla\layout\html\base\src\nsBlockFrame.cpp, line 1417] nsBlockReflowContext::ReflowBlock [d:\builds\seamonkey\mozilla\layout\html\base\src\nsBlockReflowContext.cpp, line 230] nsBlockFrame::ReflowBlockFrame [d:\builds\seamonkey\mozilla\layout\html\base\src\nsBlockFrame.cpp, line 2952] nsBlockFrame::ReflowLine [d:\builds\seamonkey\mozilla\layout\html\base\src\nsBlockFrame.cpp, line 2381] nsBlockFrame::ReflowDirtyLines [d:\builds\seamonkey\mozilla\layout\html\base\src\nsBlockFrame.cpp, line 2171] nsBlockFrame::Reflow [d:\builds\seamonkey\mozilla\layout\html\base\src\nsBlockFrame.cpp, line 1417] nsAreaFrame::Reflow [d:\builds\seamonkey\mozilla\layout\html\base\src\nsAreaFrame.cpp, line 412] nsContainerFrame::ReflowChild [d:\builds\seamonkey\mozilla\layout\html\base\src\nsContainerFrame.cpp, line 462] nsPageFrame::Reflow [d:\builds\seamonkey\mozilla\layout\html\base\src\nsPageFrame.cpp, line 126] nsContainerFrame::ReflowChild [d:\builds\seamonkey\mozilla\layout\html\base\src\nsContainerFrame.cpp, line 462] nsSimplePageSequenceFrame::Reflow [d:\builds\seamonkey\mozilla\layout\html\base\src\nsSimplePageSequence.cpp, line 243] nsContainerFrame::ReflowChild [d:\builds\seamonkey\mozilla\layout\html\base\src\nsContainerFrame.cpp, line 462] ViewportFrame::Reflow [d:\builds\seamonkey\mozilla\layout\html\base\src\nsViewportFrame.cpp, line 516] PresShell::InitialReflow [d:\builds\seamonkey\mozilla\layout\html\base\src\nsPresShell.cpp, line 872] DocumentViewerImpl::Print [d:\builds\seamonkey\mozilla\layout\base\src\nsDocumentViewer.cpp, line 611] nsBrowserInstance::Print [d:\builds\seamonkey\mozilla\xpfe\browser\src\nsBrowserInstance.cpp, line 1838] XPTC_InvokeByIndex [d:\builds\seamonkey\mozilla\xpcom\reflect\xptcall\src\md\win32\xptcinvoke.cpp, line 135] nsXPCWrappedNativeClass::CallWrappedMethod [d:\builds\seamonkey\mozilla\js\src\xpconnect\src\xpcwrappednativeclass.cpp, line 662] WrappedNative_CallMethod [d:\builds\seamonkey\mozilla\js\src\xpconnect\src\xpcwrappednativejsops.cpp, line 171] js_Invoke [d:\builds\seamonkey\mozilla\js\src\jsinterp.c, line 655] js_Interpret [d:\builds\seamonkey\mozilla\js\src\jsinterp.c, line 2229] js_Invoke [d:\builds\seamonkey\mozilla\js\src\jsinterp.c, line 675] js_Interpret [d:\builds\seamonkey\mozilla\js\src\jsinterp.c, line 2229] js_Invoke [d:\builds\seamonkey\mozilla\js\src\jsinterp.c, line 675] js_InternalCall [d:\builds\seamonkey\mozilla\js\src\jsinterp.c, line 748] JS_CallFunctionValue [d:\builds\seamonkey\mozilla\js\src\jsapi.c, line 2664] nsJSEventListener::HandleEvent [d:\builds\seamonkey\mozilla\dom\src\events\nsJSEventListener.cpp, line 112]
16,646
121,131
go to http://www.securityfocus.com click on free tools. then click on one of the urls for one of the tools. a new window will pop up and mozilla will crash shortly afterwards. I'm using oct 17 linux mozilla nightly build. here is the gdb of the core #0 0x401f54e1 in __kill () from /lib/libc.so.6 #1 0x4014333e in __pthread_unlock (lock=0x8aa1798) at restart.h:21 #2 0x40140b5f in __pthread_mutex_unlock (mutex=0x8aa1788) at mutex.c:126 #3 0x4012599b in PR_Unlock () from /opt/package/libnspr3.so #4 0x40744b5f in nsSocketTransport::AsyncWrite () from /opt/package/components/libnecko.so #5 0x40d7850e in nsHTTPChannel::Open () from /opt/package/components/libnecko_http.so #6 0x40d77b92 in nsHTTPChannel::AsyncRead () from /opt/package/components/libnecko_http.so #7 0x407800be in nsDocumentBindInfo::Bind () from /opt/package/libraptorwebwidget.so #8 0x4077f263 in nsDocLoaderImpl::LoadDocument () from /opt/package/libraptorwebwidget.so #9 0x40783ca5 in nsWebShell::DoLoadURL () from /opt/package/libraptorwebwidget.so #10 0x40783f93 in nsWebShell::LoadURI () from /opt/package/libraptorwebwidget.so #11 0x407845cf in nsWebShell::LoadURL () from /opt/package/libraptorwebwidget.so #12 0x407834f1 in nsWebShell::LoadURL () from /opt/package/libraptorwebwidget.so #13 0x4078557c in nsWebShell::HandleLinkClickEvent () #14 0x407850a5 in HandlePLEvent () from /opt/package/libraptorwebwidget.so #15 0x40106b9f in PL_HandleEvent () from /opt/package/libplds3.so #16 0x40106b16 in PL_ProcessPendingEvents () from /opt/package/libplds3.so #17 0x400e7baf in nsEventQueueImpl::ProcessPendingEvents () from /opt/package/libxpcom.so #18 0x403d8127 in event_processor_callback () from /opt/package/libwidget_gtk.so #19 0x4054b005 in gdk_io_invoke () from /usr/lib/libgdk-1.2.so.0 #20 0x40578c0f in g_io_unix_dispatch () from /usr/lib/libglib-1.2.so.0 #21 0x40579e43 in g_main_dispatch () from /usr/lib/libglib-1.2.so.0 #22 0x4057a411 in g_main_iterate () from /usr/lib/libglib-1.2.so.0 #23 0x4057acc9 in g_main_run () from /usr/lib/libglib-1.2.so.0 #24 0x40497968 in gtk_main () from /usr/lib/libgtk-1.2.so.0 #25 0x403d8645 in nsAppShell::Run () from /opt/package/libwidget_gtk.so #26 0x402df6e2 in nsAppShellService::Run () from /opt/package/libnsappshell.so #27 0x804a4df in __register_frame_info () at ../../gcc/frame.c:581 #28 0x804a6ba in __register_frame_info () at ../../gcc/frame.c:581 #29 0x401ef1eb in __libc_start_main ( main=0x804a5cc <__register_frame_info 4300>, argc=1, argv=0xbffffaf4, init=0x8049270 <_init>, fini=0x804bce8 <_fini>, rtld_fini=0x4000a610 <_dl_fini>, stack_end=0xbffffaec) at ../sysdeps/generic/libc-start.c:90
2,834
18,762
Version: Viewer.app Build:Feb 1 Platform: Mac (Doesn't occur on Windows) Expected Result: To copy the selected text. What I got:The program crashes. Steps to Reproduce: 1) Open Viewer.app 2) Select any text on the page. 3) Select copy from the Edit menu or press command C. 4) The crash occurs.
3,881
27,378
Steps to reproduce: 1. Start apprunner -editor 2. Place the cursor in the middle of any line with text. 3. Hit the return key. 4. Hit the backspace key. 5. Do an Undo. Notice how the entire text block disappears? If you try to do a Redo, we crash with the following stack trace because mParent is invalid: nsGenericDOMDataNode::GetParentNode(nsIDOMNode * * 0x0012f5b4) line 96 + 24 bytes nsTextNode::GetParentNode(nsTextNode * const 0x014381a0, nsIDOMNode * * 0x0012f5b4) line 49 + 18 bytes nsTextEditRules::DidRedo(nsTextEditRules * const 0x01390e50, nsIDOMSelection * 0x013ce804, unsigned int 0) line 544 + 59 bytes nsTextEditor::Redo(nsTextEditor * const 0x01390850, unsigned int 1) line 554 + 31 bytes nsHTMLEditor::Redo(nsHTMLEditor * const 0x01390850, unsigned int 1) line 149 nsTextEditorKeyListener::ProcessShortCutKeys(nsIDOMEvent * 0x01440a60, int & 1) line 301 nsTextEditorKeyListener::KeyDown(nsIDOMEvent * 0x01440a60) line 135 nsEventListenerManager::HandleEvent(nsIPresContext & {...}, nsEvent * 0x0012fa70, nsIDOMEvent * * 0x0012f7a4, nsEventStatus & nsEventStatus_eIgnore) line 379 + 17 bytes nsDocument::HandleDOMEvent(nsDocument * const 0x01394120, nsIPresContext & {...}, nsEvent * 0x0012fa70, nsIDOMEvent * * 0x0012f7a4, unsigned int 1, nsEventStatus & nsEventStatus_eIgnore) line 1751 nsHTMLHtmlElement::HandleDOMEvent(nsHTMLHtmlElement * const 0x0139484c, nsIPresContext & {...}, nsEvent * 0x0012fa70, nsIDOMEvent * * 0x00000000, unsigned int 1, nsEventStatus & nsEventStatus_eIgnore) line 173 + 41 bytes PresShell::HandleEvent(PresShell * const 0x013ce734, nsIView * 0x01413730, nsGUIEvent * 0x0012fa70, nsEventStatus & nsEventStatus_eIgnore) line 1930 + 34 bytes nsView::HandleEvent(nsView * const 0x01413730, nsGUIEvent * 0x0012fa70, unsigned int 8, nsEventStatus & nsEventStatus_eIgnore) line 825 nsView::HandleEvent(nsView * const 0x013e8bd0, nsGUIEvent * 0x0012fa70, unsigned int 8, nsEventStatus & nsEventStatus_eIgnore) line 808 nsView::HandleEvent(nsView * const 0x013e8b00, nsGUIEvent * 0x0012fa70, unsigned int 8, nsEventStatus & nsEventStatus_eIgnore) line 808 nsScrollingView::HandleEvent(nsScrollingView * const 0x013e8b00, nsGUIEvent * 0x0012fa70, unsigned int 8, nsEventStatus & nsEventStatus_eIgnore) line 875 nsView::HandleEvent(nsView * const 0x013ce3a0, nsGUIEvent * 0x0012fa70, unsigned int 28, nsEventStatus & nsEventStatus_eIgnore) line 808 nsViewManager::DispatchEvent(nsViewManager * const 0x013cec70, nsGUIEvent * 0x0012fa70, nsEventStatus & nsEventStatus_eIgnore) line 1709 HandleEvent(nsGUIEvent * 0x0012fa70) line 64 nsWindow::DispatchEvent(nsWindow * const 0x013e8cb0, nsGUIEvent * 0x0012fa70, nsEventStatus & nsEventStatus_eIgnore) line 399 + 10 bytes nsWindow::DispatchWindowEvent(nsGUIEvent * 0x0012fa70) line 415 nsWindow::OnKey(unsigned int 133, unsigned int 89, unsigned int 1, unsigned int 21) line 1362 + 24 bytes nsWindow::ProcessMessage(unsigned int 256, unsigned int 89, long 1376257, long * 0x0012fe60) line 1774 + 55 bytes nsWindow::WindowProc(void * 0x01430390, unsigned int 256, unsigned int 89, long 1376257) line 458 + 27 bytes USER32! 77e71250()
4,584
24,844
The Win32 04/06/99 build of the editor testbed fails to render the inserted image. Instead, it displays the alternate text. If you try to click on the alternate text, you crash. This might be related to bug #4383. Steps to reproduce: 1. run apprunner -editor 2. Place the cursor in any Non-preformatted text block. 3. Select Insert->Image from the menu. Notice how the string "[pen splat]" appears instead of the image. If you try to place the cursor in the string "[pen splat]", you crash with the following stack trace: nsGenericDOMDataNode::HandleDOMEvent(nsIPresContext & {...}, nsEvent * 0x0012fb30, nsIDOMEvent * * 0x0012f874, unsigned int 1, nsEventStatus & nsEventStatus_eConsumeDoDefault) line 739 + 33 bytes nsTextNode::HandleDOMEvent(nsTextNode * const 0x014f7b1c, nsIPresContext & {...}, nsEvent * 0x0012fb30, nsIDOMEvent * * 0x00000000, unsigned int 1, nsEventStatus & nsEventStatus_eConsumeDoDefault) line 189 PresShell::HandleEvent(PresShell * const 0x014c7404, nsIView * 0x014caa00, nsGUIEvent * 0x0012fb30, nsEventStatus & nsEventStatus_eConsumeDoDefault) line 2062 + 34 bytes nsView::HandleEvent(nsView * const 0x014caa00, nsGUIEvent * 0x0012fb30, unsigned int 8, nsEventStatus & nsEventStatus_eConsumeDoDefault) line 825 nsView::HandleEvent(nsView * const 0x014c99d0, nsGUIEvent * 0x0012fb30, unsigned int 8, nsEventStatus & nsEventStatus_eConsumeDoDefault) line 808 nsView::HandleEvent(nsView * const 0x014c98f0, nsGUIEvent * 0x0012fb30, unsigned int 8, nsEventStatus & nsEventStatus_eConsumeDoDefault) line 808 nsScrollingView::HandleEvent(nsScrollingView * const 0x014c98f0, nsGUIEvent * 0x0012fb30, unsigned int 8, nsEventStatus & nsEventStatus_eConsumeDoDefault) line 840 nsView::HandleEvent(nsView * const 0x014c33c0, nsGUIEvent * 0x0012fb30, unsigned int 28, nsEventStatus & nsEventStatus_eConsumeDoDefault) line 808 nsViewManager::DispatchEvent(nsViewManager * const 0x014be750, nsGUIEvent * 0x0012fb30, nsEventStatus & nsEventStatus_eConsumeDoDefault) line 1719 HandleEvent(nsGUIEvent * 0x0012fb30) line 64 nsWindow::DispatchEvent(nsWindow * const 0x014ca130, nsGUIEvent * 0x0012fb30, nsEventStatus & nsEventStatus_eIgnore) line 416 + 10 bytes nsWindow::DispatchWindowEvent(nsGUIEvent * 0x0012fb30) line 437 nsWindow::DispatchMouseEvent(unsigned int 300, nsPoint * 0x00000000) line 2474 + 15 bytes ChildWindow::DispatchMouseEvent(unsigned int 300, nsPoint * 0x00000000) line 2623 nsWindow::ProcessMessage(unsigned int 512, unsigned int 1, long 32833748, long * 0x0012fe60) line 1821 + 24 bytes nsWindow::WindowProc(void * 0xeb3b057e, unsigned int 512, unsigned int 1, long 32833748) line 480 + 27 bytes USER32! 77e71250() 01f500d4() We crash because the this->mParent node has already been deleted.
4,661
33,516
This bug was originally reported as part of bug #4584. On Win32, performing an InsertImage fails to load the image. Instead, it displays the image's alternate text. Steps to reproduce: 1. run apprunner -editor 2. Place the cursor in any Non-preformatted text block. 3. Select Insert->Image from the menu. Notice how the string "[pen splat]" appears instead of the image.
4,883
35,336
* TITLE/SUMMARY Apprunner frequently crashing in CalcOffset * STEPS TO REPRODUCE 0) Launch Apprunner 1) Do something. (Normally consisting of clicking in the URL text field, or closing an Apprunner window.) * RESULT - What happened Irreproducibly, Apprunner crashes. Simon says that Pinkerton should get this. * REGRESSION - Occurs On Mac OS Apprunner (4.9.99 AM optimized build) - Haven't Seen On Win32 Apprunner (4.9.99 AM optimized build [NT 4, Service Pack 3]) Linux Apprunner (4.9.99 AM optimized build) * STACK CRAWL PowerPC access exception at 0B0A3680 Calling chain using A6/R1 links Back chain ISA Caller 00000000 PPC 0B72FBF0 03AFF540 PPC 0B72EBA8 main+0053C 03AFF450 PPC 0B4F66A0 nsAppShellService::Run()+00018 03AFF410 PPC 0B096B34 nsAppShell::Run()+00038 03AFF390 PPC 0B097480 nsMacMessagePump::DoMessagePump()+0003C 03AFF340 PPC 0B0975EC nsMacMessagePump::DispatchEvent(int, EventRecord*)+ 00048 03AFF2F0 PPC 0B097C74 nsMacMessagePump::DoKey(EventRecord&)+00088 03AFF2B0 PPC 0B097F1C nsMacMessagePump::DispatchOSEventToRaptor(EventRecord&, GrafPort *)+00044 03AFF260 PPC 0B092490 nsMacMessageSink::DispatchOSEvent(EventRecord&, GrafPort*)+00038 03AFF220 PPC 0B08E5D8 nsMacWindow::HandleOSEvent(EventRecord&)+00020 03AFF1C0 PPC 0B08E8DC nsMacEventHandler::HandleOSEvent(EventRecord&)+0003C 03AFF180 PPC 0B08F168 nsMacEventHandler::HandleKeyEvent(EventRecord&)+ 00160 03AFF0E0 PPC 0B07DF18 nsTextWidget::DispatchWindowEvent(nsGUIEvent&)+00090 03AFEFD0 PPC 0B079AB0 nsWindow::DispatchWindowEvent(nsGUIEvent&)+00018 03AFEF90 PPC 0B0799DC nsWindow::DispatchEvent(nsGUIEvent*, nsEventStatus& )+00090 03AFEF40 PPC 0AF73C0C HandleEvent(nsGUIEvent*)+00058 03AFEEF0 PPC 0AF71550 nsViewManager::DispatchEvent(nsGUIEvent*, nsEventStatus&)+005D0 03AFEDB0 PPC 0AF75694 nsView::HandleEvent(nsGUIEvent*, unsigned int, nsEventStatus&)+0 0104 03AFED30 PPC 0AF6A8F4 nsScrollingView::HandleEvent(nsGUIEvent*, unsigned int, nsEventS tatus&)+000C4 03AFECE0 PPC 0AF75694 nsView::HandleEvent(nsGUIEvent*, unsigned int, nsEventStatus&)+0 0104 03AFEC60 PPC 0AF75694 nsView::HandleEvent(nsGUIEvent*, unsigned int, nsEventStatus&)+0 0104 03AFEBE0 PPC 0AF75694 nsView::HandleEvent(nsGUIEvent*, unsigned int, nsEventStatus&)+0 0104 03AFEB60 PPC 0AF75724 nsView::HandleEvent(nsGUIEvent*, unsigned int, nsEventStatus&)+0 0194 03AFEAE0 PPC 0B1770F0 PresShell::HandleEvent(nsIView*, nsGUIEvent*, nsEventStatus&)+00 1A8 03AFEA70 PPC 0B263018 nsHTMLInputElement::HandleDOMEvent(nsIPresContext&, nsEvent*, ns IDOMEvent**, unsigned int, nsEventStatus&)+00010 03AFEA30 PPC 0B342428 nsGenericElement::HandleDOMEvent(nsIPresContext&, nsEvent*, nsID OMEvent**, unsigned int, nsEventStatus&)+000DC 03AFE9D0 PPC 0B1F0E00 nsEventListenerManager::HandleEvent(nsIPresContext&, nsEvent*, n sIDOMEvent**, unsigned int, nsEventStatus&)+00780 03AFE8E0 PPC 0B4C0FDC nsJSEventListener::HandleEvent(nsIDOMEvent*)+0015C 03AFE850 PPC 0B5810E0 JS_CallFunctionValue+00014 03AFE810 PPC 0B599528 js_CallFunctionValue+000B8 03AFE760 PPC 0B599328 js_Invoke+0057C 03AFE680 PPC 0B59F1B4 js_Interpret+055F0 03AFE460 PPC 0B599328 js_Invoke+0057C 03AFE380 PPC 0B59F1B4 js_Interpret+055F0 03AFE160 PPC 0B5992D0 js_Invoke+00524 03AFE080 PPC 0B030A60 BrowserAppCoreLoadUrl(JSContext*, JSObject*, unsigned int, long* , long*)+000AC 03AFDFD0 PPC 0B02A8E0 nsBrowserAppCore::LoadUrl(const nsString&)+00078 03AFDF80 PPC 0B01A7B0 nsWebShell::LoadURL(const unsigned short*, nsIPostData*, int, ns URLReloadType, unsigned int)+00060 03AFDF30 PPC 0B01BA58 nsWebShell::LoadURL(const unsigned short*, const char*, nsIPostD ata*, int, nsURLReloadType, unsigned int)+00398 03AFDDE0 PPC 0B01AAF8 nsWebShell::DoLoadURL(const nsString&, const char*, nsIPostData* , nsURLReloadType, unsigned int)+002DC 03AFDD00 PPC 0B0108A4 nsDocLoaderImpl::LoadDocument(const nsString&, const char*, nsIC ontentViewerContainer*, nsIPostData*, nsISupports*, nsIStreamObserver*, nsURLReloadType, unsi gned int)+001A8 03AFDC90 PPC 0B012680 nsDocumentBindInfo::Bind(const nsString&, nsIPostData*, nsIStrea mListener*)+00124 03AFDC40 PPC 0B01149C nsDocLoaderImpl::FireOnStartDocumentLoad(nsIURL*, const char*)+0 0050 03AFDBF0 PPC 0B01D618 nsWebShell::OnStartDocumentLoad(nsIURL*, const char* )+00128 03AFDB60 PPC 0B02B5B8 nsBrowserAppCore::OnStartDocumentLoad(nsIURL*, const char*)+0003 C 03AFDB10 PPC 0B02B188 setAttribute(nsIWebShell*, const char*, const char*, const nsStr ing&)+00270 03AFDA30 PPC 0B43DDA4 RDFElementImpl::SetAttribute(const nsString&, const nsString&)+0 0058 03AFD9E0 PPC 0B438480 XULDocumentImpl::OnSetAttribute(nsIDOMElement*, const nsString&, const nsString&)+0007C 03AFD980 PPC 0B42648C RDFXULBuilderImpl::OnSetAttribute(nsIDOMElement*, const nsString &, const nsString&)+0068C 03AFD7B0 PPC 0B41B9D4 CompositeDataSourceImpl::Assert(nsIRDFResource*, nsIRDFResource* , nsIRDFNode*, int)+00058 03AFD750 PPC 0B4687B0 LocalStoreImpl::Assert(nsIRDFResource*, nsIRDFResource*, nsIRDFN ode*, int)+00018 03AFD710 PPC 0B41DFE4 RDFXMLDataSourceImpl::Assert(nsIRDFResource*, nsIRDFResource*, n sIRDFNode*, int)+00044 03AFD6D0 PPC 0B40C020 InMemoryDataSource::Assert(nsIRDFResource*, nsIRDFResource*, nsI RDFNode*, int)+0006C 03AFD670 PPC 0B41C8AC CompositeDataSourceImpl::OnAssert(nsIRDFResource*, nsIRDFResourc e*, nsIRDFNode*)+0005C 03AFD610 PPC 0B4247D0 RDFXULBuilderImpl::OnAssert(nsIRDFResource*, nsIRDFResource*, ns IRDFNode*)+00360 03AFD500 PPC 0B429110 RDFXULBuilderImpl::AddAttribute(nsIContent*, nsIRDFResource*, ns IRDFNode*)+00260 03AFD3F0 PPC 0B4407E4 RDFElementImpl::SetAttribute(int, nsIAtom*, const nsString&, int )+005D0 03AFD310 PPC 0B4423E4 RDFElementImpl::ExecuteOnChangeHandler(nsIDOMElement*, const nsS tring&)+001F0 03AFD140 PPC 0B442688 RDFElementImpl::ExecuteJSCode(nsIDOMElement*)+00190 03AFD060 PPC 0B441810 RDFElementImpl::HandleDOMEvent(nsIPresContext&, nsEvent*, nsIDOM Event**, unsigned int, nsEventStatus&)+00218 03AFCFC0 PPC 0B1F117C nsEventListenerManager::HandleEvent(nsIPresContext&, nsEvent*, n sIDOMEvent**, unsigned int, nsEventStatus&)+00AFC 03AFCED0 PPC 0B4C0FDC nsJSEventListener::HandleEvent(nsIDOMEvent*)+0015C 03AFCE40 PPC 0B5810E0 JS_CallFunctionValue+00014 03AFCE00 PPC 0B599528 js_CallFunctionValue+000B8 03AFCD50 PPC 0B599328 js_Invoke+0057C 03AFCC70 PPC 0B59F1B4 js_Interpret+055F0 03AFCA50 PPC 0B599328 js_Invoke+0057C 03AFC970 PPC 0B59F1B4 js_Interpret+055F0 03AFC750 PPC 0B5992D0 js_Invoke+00524 03AFC670 PPC 0B483364 ElementSetAttribute(JSContext*, JSObject*, unsigned int, long*, long*)+000C0 03AFC560 PPC 0B43DDA4 RDFElementImpl::SetAttribute(const nsString&, const nsString&)+0 0058 03AFC510 PPC 0B438480 XULDocumentImpl::OnSetAttribute(nsIDOMElement*, const nsString&, const nsString&)+0007C 03AFC4B0 PPC 0B42635C RDFXULBuilderImpl::OnSetAttribute(nsIDOMElement*, const nsString &, const nsString&)+0055C 03AFC2E0 PPC 0B41BB1C CompositeDataSourceImpl::Unassert(nsIRDFResource*, nsIRDFResourc e*, nsIRDFNode*)+00098 03AFC280 PPC 0B468720 LocalStoreImpl::Unassert(nsIRDFResource*, nsIRDFResource*, nsIRD FNode*)+00018 03AFC240 PPC 0B41E0C4 RDFXMLDataSourceImpl::Unassert(nsIRDFResource*, nsIRDFResource*, nsIRDFNode*)+00044 03AFC200 PPC 0B40C38C InMemoryDataSource::Unassert(nsIRDFResource*, nsIRDFResource*, n sIRDFNode*)+0006C 03AFC1A0 PPC 0B41C99C CompositeDataSourceImpl::OnUnassert(nsIRDFResource*, nsIRDFResou rce*, nsIRDFNode*)+0005C 03AFC140 PPC 0B424CE4 RDFXULBuilderImpl::OnUnassert(nsIRDFResource*, nsIRDFResource*, nsIRDFNode*)+00360 03AFC030 PPC 0B429304 RDFXULBuilderImpl::RemoveAttribute(nsIContent*, nsIRDFResource*, nsIRDFNode*)+000F0 03AFBFB0 PPC 0B440EEC RDFElementImpl::UnsetAttribute(int, nsIAtom*, int)+ 00238 03AFBEE0 PPC 0B43DE78 RDFElementImpl::RemoveAttribute(const nsString&)+ 00050 03AFBE90 PPC 0B4385C0 XULDocumentImpl::OnRemoveAttribute(nsIDOMElement*, const nsStrin g&)+00074 03AFBE30 PPC 0B426A00 RDFXULBuilderImpl::OnRemoveAttribute(nsIDOMElement*, const nsStr ing&)+003A8 03AFBCC0 PPC 0B41BB1C CompositeDataSourceImpl::Unassert(nsIRDFResource*, nsIRDFResourc e*, nsIRDFNode*)+00098 03AFBC60 PPC 0B468720 LocalStoreImpl::Unassert(nsIRDFResource*, nsIRDFResource*, nsIRD FNode*)+00018 03AFBC20 PPC 0B41E0C4 RDFXMLDataSourceImpl::Unassert(nsIRDFResource*, nsIRDFResource*, nsIRDFNode*)+00044 03AFBBE0 PPC 0B40C38C InMemoryDataSource::Unassert(nsIRDFResource*, nsIRDFResource*, n sIRDFNode*)+0006C 03AFBB80 PPC 0B41C99C CompositeDataSourceImpl::OnUnassert(nsIRDFResource*, nsIRDFResou rce*, nsIRDFNode*)+0005C 03AFBB20 PPC 0B424CE4 RDFXULBuilderImpl::OnUnassert(nsIRDFResource*, nsIRDFResource*, nsIRDFNode*)+00360 03AFBA10 PPC 0B429304 RDFXULBuilderImpl::RemoveAttribute(nsIContent*, nsIRDFResource*, nsIRDFNode*)+000F0 03AFB990 PPC 0B440F60 RDFElementImpl::UnsetAttribute(int, nsIAtom*, int)+ 002AC 03AFB8C0 PPC 0B4341F4 XULDocumentImpl::AttributeChanged(nsIContent*, nsIAtom*, int)+00 054 03AFB860 PPC 0B175EBC PresShell::AttributeChanged(nsIDocument*, nsIContent*, nsIAtom*, int)+00068 03AFB810 PPC 0B173224 PresShell::ExitReflowLock()+0002C 03AFB7D0 PPC 0B174CC4 PresShell::ProcessReflowCommands()+00070 03AFB750 PPC 0B175038 PresShell::CreateRenderingContext(nsIFrame*, nsIRenderingContext **)+00140 03AFB6C0 PPC 0B14B9B0 DeviceContextImpl::CreateRenderingContext(nsIView*, nsIRendering Context*&)+0006C 03AFB660 PPC 0B14BBA0 DeviceContextImpl::InitRenderingContext(nsIRenderingContext*, ns IWidget*)+00020 03AFB620 PPC 0B147564 nsRenderingContextMac::Init(nsIDeviceContext*, nsIWidget*)+0009C 03AFB550 PPC 0B14F004 nsDrawingSurfaceMac::Init(nsIWidget*)+0003C 03AFB510 PPC 0B146C94 GraphicState::Init(nsIWidget*)+0002C 03AFB4D0 PPC 0B0783BC nsWindow::GetNativeData(unsigned int)+0006C 03AFB470 PPC 0B07A40C nsWindow::LocalToWindowCoordinate(nsPoint&)+00018 03AFB430 PPC 0B07A378 nsWindow::ConvertToDeviceCoordinates(int&, int&)+ 00028 03AFB3E0 PPC 0B079F84 nsWindow::CalcOffset(int&, int&)+00094 Closing log
4,945
35,897
Build: April 9 win32 optimized build on Win98/WinNT 4.0 SP4 Problem: Can not install the April 9 build. The installation program aborts with error message "!Could not load sdnet.dll" The problem occurs on Win 98, Win95, and Win NT. Two other QA engineers has run into this problem. I searched my hard drive and can not find this .DLL file. Steps to reproduce problem: 1) Download the April 9 Optimize build You download the new "install.exe" 2) Run install.exe 3) Go through the install wizard On the last screen where it goes to start the copy process, it will abort with the error "Could not load sdinstall.dll" Note: Fenella Gor was the only Mail QA person to successful get the install program to run. Ninoschka, Laurel, and I could not get the program to complete successful. This could be a potential M4 stopper.
5,800
42,766
Version: Apprunner Build: April 30th Build (19990430008) Platform: All Expected Results: Clicking on Ok or Cancel in Link Source should close the dialog. What I got: Clicking on either of these buttons should cause a crash. Steps to reproduce: 1) Launch Apprunner. 2) Select Editor from the Task menu. 3) Click in the document to activate the I-beam cursor. 4) Click on the Link icon or select Link from the Insert menu. 5) Click on either OK or cancel button. * Note: This crash was introduced in the 4/30 build. This feature was working in the 4/29 build for all platforms.
18,798
136,169
I'm filing this bug on Browser-General and cc:ing radha and nisheeth. Could one of you (Radha and Nisheeth) please either take it or assign it to someone else... DESCRIPTION: I'm seeing a crash in RestoreFrameStateFor when I hit back while a page that has state to restore is loading. STEPS TO REPRODUCE: * make some bugzilla query at http://bugzilla.mozilla.org/query.cgi * let the query load fully * click on the link to a bug * let the bug load fully * comment on the bug (what I did was write some text in the textbox and mark the bug VERIFIED) * submit the form * let the page load fully * hit back, to go back to the bug * WHILE THE PAGE IS LOADING, hit back again. You need to wait until you start seeing something show up, or it won't do anything ACTUAL RESULTS: * crash EXPECTED RESULTS: * end up back at bugzilla query DOES NOT WORK CORRECTLY ON: * Linux, mozilla, 1999-11-13-08-M12 * Linux, mozilla, 1999-11-13, 05:00PDT (my tree, with SUPERWIN branch and some of my own changes) ADDITIONAL INFORMATION: Top of stack trace (from the debug build above): #0 0x40f83dc5 in RestoreFrameStateFor (aPresContext=0x83ff510, aFrame=0x8780f20, aState=0x8835c20) at nsFrameManager.cpp:1449 #1 0x40f83e99 in FrameManager::RestoreFrameState (this=0x86fce38, aPresContext=0x83ff510, aFrame=0x8780f20, aState=0x8835c20) at nsFrameManager.cpp:1467 #2 0x40fa99a0 in PresShell::ContentAppended (this=0x85c8718, aDocument=0x882f588, aContainer=0x882bf98, aNewIndexInContainer=1) at nsPresShell.cpp:2067 #3 0x4117c8b7 in nsDocument::ContentAppended (this=0x882f588, aContainer=0x882bf98, aNewIndexInContainer=1) at nsDocument.cpp:1512 #4 0x4105f2ce in nsHTMLDocument::ContentAppended (this=0x882f588, aContainer=0x882bf98, aNewIndexInContainer=1) at nsHTMLDocument.cpp:1018 #5 0x410578bf in HTMLContentSink::NotifyAppend (this=0x867c070, aContainer=0x882bf98, aStartIndex=1) at nsHTMLContentSink.cpp:3488 #6 0x41050a70 in SinkContext::CloseContainer (this=0x8812d68, aNode=@0x85ea090) at nsHTMLContentSink.cpp:1249 #7 0x4105449d in HTMLContentSink::CloseContainer (this=0x867c070, aNode=@0x85ea090) at nsHTMLContentSink.cpp:2564 #7 0x4105449d in HTMLContentSink::CloseContainer (this=0x867c070, aNode=@0x85ea090) at nsHTMLContentSink.cpp:2564 #8 0x412eddfa in CNavDTD::CloseContainer (this=0x8831248, aNode=0x85ea090, aTarget=eHTMLTag_select, aClosedByStartTag=0) at CNavDTD.cpp:2832 #9 0x412edf0c in CNavDTD::CloseContainersTo (this=0x8831248, anIndex=6, aTarget=eHTMLTag_select, aClosedByStartTag=0) at CNavDTD.cpp:2867 #10 0x412edfc7 in CNavDTD::CloseContainersTo (this=0x8831248, aTarget=eHTMLTag_select, aClosedByStartTag=0) at CNavDTD.cpp:2928 #11 0x412ebcd6 in CNavDTD::HandleEndToken (this=0x8831248, aToken=0x83a0a68) at CNavDTD.cpp:1553 #12 0x412ea221 in CNavDTD::HandleToken (this=0x8831248, aToken=0x83a0a68, aParser=0x887b310) at CNavDTD.cpp:730 #13 0x412e9ca8 in CNavDTD::BuildModel (this=0x8831248, aParser=0x887b310, aTokenizer=0x86d3548, anObserver=0x0, aSink=0x867c070) at CNavDTD.cpp:525 #14 0x412f822c in nsParser::BuildModel (this=0x887b310) at nsParser.cpp:1030 #15 0x412f80d8 in nsParser::ResumeParse (this=0x887b310, aDefaultDTD=0x0, aIsFinalChunk=0) at nsParser.cpp:956 #16 0x412f8bda in nsParser::OnDataAvailable (this=0x887b310, channel=0x8879fe0, aContext=0x0, pIStream=0x87d8e20, sourceOffset=0, aLength=6297) at nsParser.cpp:1306
19,431
140,439
STEPS TO REPRODUCE: 1. start mozilla 2. click menu item "Tasks"->"Tools"->"History" Before it crashes it says (in the console window): we don't handle eBorderStyle_close yet... please fix me Illegal Instruction - core dumped With build 1999111909 on Sun/Solaris 2.6/sparc I get the following stackdump: =>[1] 0xefff9fd0(0x839600, 0xef34fba0, 0x839600, 0xef7ed2b8, 0xef7ec9c0, 0x2ca), at 0xefff9fcf [2] PR_ExplodeTime(0x359b6, 0xef34fba0, 0xefff9fd0, 0x839600, 0x0, 0xefffa074), at 0xef34f178 [3] FormatPRTime__20nsDateTimeFormatUnixP9nsILocaleiilR8nsString(0x241000, 0x0, 0x2, 0x1, 0x359b6, 0xefffa2f0), at 0xeda09334 [4] GetTextForNode__17nsXULContentUtilsP10nsIRDFNodeR8nsString(0x0, 0x839600, 0xefffa2f0, 0xedbaea48, 0x839600, 0xedb7cb84), at 0xedbaebbc [5] SubstituteText__21RDFGenericBuilderImplP14nsIRDFResourceR8nsString(0x7ef580, 0x82b960, 0xefffa2f0, 0xefffa2f0, 0xedb9a5e4, 0xedb99d94), at 0xedba3e68 [6] BuildContentFromTemplate__21RDFGenericBuilderImplP10nsIContentT1iP14nsIRDFResour cei(0x7ef580, 0x815b80, 0x83d580, 0x0, 0x82b960, 0x0), at 0xedba4a9c [7] CreateTemplateContents__21RDFGenericBuilderImplP10nsIContentRC8nsString(0x7ef580 , 0x83d580, 0xefffaac8, 0xefffaac8, 0xedb9a5e4, 0x23d860), at 0xedba61a4 [8] CreateContents__21RDFGenericBuilderImplP10nsIContent(0x7ef580, 0x83d580, 0xedba100c, 0xef405b98, 0x2243c0, 0x837c00), at 0xedba10a8 [9] CreateContents__13nsXULDocumentP10nsIContent(0x7dee00, 0x83d580, 0x7dee04, 0xedbb478c, 0x83a000, 0x0), at 0xedbb4828 [10] EnsureContentsGenerated__C12nsXULElement(0x83d580, 0x83d580, 0x1322a0, 0x0, 0x0, 0xefffacd4), at 0xedb9c3f0 [11] ChildCount__C12nsXULElementRi(0x83d580, 0xefffad84, 0xedb98db0, 0x83dc00, 0x83d580, 0x83a000), at 0xedb98db4 [12] ProcessChildren__21nsCSSFrameConstructorP14nsIPresContextR23nsFrameConstructorSt ateP10nsIContentP8nsIFrameiR12nsFrameItemsi(0x626d40, 0x4d1f00, 0xefffb5b8, 0x83d580, 0x83dc00, 0x1), at 0xed3d0eb8 [13] ConstructTableCellFrameOnly__21nsCSSFrameConstructorP14nsIPresContextR23nsFrameC onstructorStateP10nsIContentP8nsIFrameP15nsIStyleContextRP8nsIFrameT6R14nsTableC reatori(0x626d40, 0x4d1f00, 0xefffb5b8, 0x83d580, 0x83d400, 0x837c00), at 0xed3c3f7c [14] ConstructTableCellFrame__21nsCSSFrameConstructorP14nsIPresContextR23nsFrameConst ructorStateP10nsIContentP8nsIFrameP15nsIStyleContextRP8nsIFrameN26R14nsTableCrea tori(0x626d40, 0x4d1f00, 0xefffb5b8, 0x83d580, 0x83d400, 0x837c00), at 0xed3c3bc4 [15] ConstructXULFrame__21nsCSSFrameConstructorP14nsIPresContextR23nsFrameConstructor StateP10nsIContentP8nsIFrameP7nsIAtomP15nsIStyleContextR12nsFrameItemsRi(0x626d4 0, 0x4d1f00, 0xefffb5b8, 0x83d580, 0x83d400, 0x23d860), at 0xed3c8a18 [16] ConstructFrame__21nsCSSFrameConstructorP14nsIPresContextR23nsFrameConstructorSta teP10nsIContentP8nsIFrameR12nsFrameItems(0x0, 0x4d1f00, 0xefffb5b8, 0x83d580, 0x83d400, 0xefffb2d0), at 0xed3ca7b4 [17] TableProcessChild__21nsCSSFrameConstructorP14nsIPresContextR23nsFrameConstructor StateP10nsIContentP8nsIFrameP15nsIStyleContextR12nsFrameItemsR14nsTableCreator(0 x626d40, 0x4d1f00, 0xefffb5b8, 0x83d580, 0x83d400, 0x837800), at 0xed3c4320 [18] TableProcessChildren__21nsCSSFrameConstructorP14nsIPresContextR23nsFrameConstruc torStateP10nsIContentP8nsIFrameR12nsFrameItemsR14nsTableCreator(0x0, 0x4d1f00, 0xefffb5b8, 0x83d380, 0x83d400, 0xefffb2d0), at 0xed3c422c [19] ConstructTableRowFrameOnly__21nsCSSFrameConstructorP14nsIPresContextR23nsFrameCo nstructorStateP10nsIContentP8nsIFrameP15nsIStyleContextiRP8nsIFrameR14nsTableCre ator(0x0, 0x4d1f00, 0xefffb5b8, 0x83d380, 0x83cb00, 0x837800), at 0xed3c37a8 [20] ConstructTableRowFrame__21nsCSSFrameConstructorP14nsIPresContextR23nsFrameConstr uctorStateP10nsIContentP8nsIFrameP15nsIStyleContextRP8nsIFrameT6R14nsTableCreato rP11nsTableList(0x626d40, 0x4d1f00, 0xefffb5b8, 0x83d380, 0x83cb00, 0x837800), at 0xed3c34e4 [21] ConstructXULFrame__21nsCSSFrameConstructorP14nsIPresContextR23nsFrameConstructor StateP10nsIContentP8nsIFrameP7nsIAtomP15nsIStyleContextR12nsFrameItemsRi(0x626d4 0, 0x4d1f00, 0xefffb5b8, 0x83d380, 0x83cb00, 0x23d820), at 0xed3c89b4 [22] ConstructFrame__21nsCSSFrameConstructorP14nsIPresContextR23nsFrameConstructorSta teP10nsIContentP8nsIFrameR12nsFrameItems(0x0, 0x4d1f00, 0xefffb5b8, 0x83d380, 0x83cb00, 0xefffb5f0), at 0xed3ca7b4 [23] CreateTreeWidgetContent__21nsCSSFrameConstructorP14nsIPresContextP8nsIFrameT2P10 nsIContentPP8nsIFrameii(0x626d40, 0x4d1f00, 0x83cb00, 0x0, 0x83d380, 0x83cb44), at 0xed3d2b80 [24] GetFirstFrameForReflow__19nsTreeRowGroupFrameR14nsIPresContext(0x83cb00, 0x4d1f00, 0xed4488d8, 0xfe1, 0xed44908c, 0x23d8a0), at 0xed448bb8 [25] ReflowMappedChildren__20nsTableRowGroupFrameR14nsIPresContextR19nsHTMLReflowMetr icsR19RowGroupReflowStateRUiP15nsTableRowFrame14nsReflowReasonii(0x83cb00, 0x4d1f00, 0xefffbb30, 0xefffb928, 0xefffc6f4, 0x0), at 0xed41f8d0 [26] Reflow__20nsTableRowGroupFrameR14nsIPresContextR19nsHTMLReflowMetricsRC17nsHTMLR eflowStateRUi(0x83cb00, 0x4d1f00, 0xefffbb30, 0xefffba90, 0xefffc6f4, 0x4d1f00), at 0xed420c30 [27] ReflowChild__16nsContainerFrameP8nsIFrameR14nsIPresContextR19nsHTMLReflowMetrics RC17nsHTMLReflowStateiiUiRUi(0x0, 0x83cb00, 0x4d1f00, 0xefffbb30, 0xefffba90, 0x0), at 0xed2c49f0 [28] ReflowMappedChildren__20nsTableRowGroupFrameR14nsIPresContextR19nsHTMLReflowMetr icsR19RowGroupReflowStateRUiP15nsTableRowFrame14nsReflowReasonii(0x836600, 0x4d1f00, 0xefffbf20, 0xefffbc28, 0xefffc6f4, 0x0), at 0xed41fad0 [29] Reflow__20nsTableRowGroupFrameR14nsIPresContextR19nsHTMLReflowMetricsRC17nsHTMLR eflowStateRUi(0x836600, 0x4d1f00, 0xefffbf20, 0xefffbe50, 0xefffc6f4, 0x4d1f00), at 0xed420c30 [30] ReflowChild__16nsContainerFrameP8nsIFrameR14nsIPresContextR19nsHTMLReflowMetrics RC17nsHTMLReflowStateiiUiRUi(0x0, 0x836600, 0x4d1f00, 0xefffbf20, 0xefffbe50, 0x0), at 0xed2c49f0 [31] ReflowMappedChildren__12nsTableFrameR14nsIPresContextR19nsHTMLReflowMetricsR21In nerTableReflowStateRUi(0x817b00, 0x4d1f00, 0xefffc478, 0xefffbfc8, 0xefffc6f4, 0xed416964), at 0xed416c30 [32] ResizeReflowPass2__12nsTableFrameR14nsIPresContextR19nsHTMLReflowMetricsRC17nsHT MLReflowStateRUi(0x817b00, 0x4d1f00, 0xefffc478, 0xefffc0a0, 0xefffc6f4, 0xed41484c), at 0xed4149a0 [33] Reflow__12nsTableFrameR14nsIPresContextR19nsHTMLReflowMetricsRC17nsHTMLReflowSta teRUi(0x817b00, 0x4d1f00, 0xefffc478, 0xefffc3d0, 0xefffc6f4, 0x0), at 0xed414254 [34] Reflow__11nsTreeFrameR14nsIPresContextR19nsHTMLReflowMetricsRC17nsHTMLReflowStat eRUi(0x817b00, 0x4d1f00, 0xefffc478, 0xefffc3d0, 0xefffc6f4, 0xed4456a4), at 0xed445734 [35] ReflowChild__16nsContainerFrameP8nsIFrameR14nsIPresContextR19nsHTMLReflowMetrics RC17nsHTMLReflowStateiiUiRUi(0x0, 0x817b00, 0x4d1f00, 0xefffc478, 0xefffc3d0, 0x0), at 0xed2c49f0 [36] Reflow__17nsTableOuterFrameR14nsIPresContextR19nsHTMLReflowMetricsRC17nsHTMLRefl owStateRUi(0x817a80, 0x4d1f00, 0xefffc810, 0xefffc550, 0xefffc6f4, 0xed41b9d8), at 0xed41bcb8 [37] ReflowBlock__20nsBlockReflowContextP8nsIFrameRC6nsRectiiiR8nsMarginRUi(0xefffc7d 0, 0x817a80, 0x0, 0x0, 0x0, 0x1), at 0xed2c1c58 [38] ReflowBlockFrame__12nsBlockFrameR18nsBlockReflowStateP9nsLineBoxPi(0x817a00, 0xefffca90, 0x831a80, 0xefffc9c4, 0xefffc940, 0xed2cd558), at 0xed2bd414 [39] ReflowLine__12nsBlockFrameR18nsBlockReflowStateP9nsLineBoxPii(0x817a00, 0xefffca90, 0x831a80, 0xefffc9c4, 0x0, 0xff0000), at 0xed2bc2ec [40] ReflowDirtyLines__12nsBlockFrameR18nsBlockReflowState(0x817a00, 0xefffca90, 0x4d1f00, 0xefffcd34, 0xefffce78, 0x0), at 0xed2bbf00 [41] Reflow__12nsBlockFrameR14nsIPresContextR19nsHTMLReflowMetricsRC17nsHTMLReflowSta teRUi(0x817a00, 0x4d1f00, 0xefffce78, 0xefffccf0, 0xefffce5c, 0x81a8c0), at 0xed2bae34 [42] FlowChildAt__10nsBoxFrameP8nsIFrameR14nsIPresContextR19nsHTMLReflowMetricsRC17ns HTMLReflowStateRUiR19nsCalculatedBoxInfoRiR8nsString(0x835880, 0x817a00, 0x4d1f00, 0xefffce78, 0xefffd1a8, 0xefffce5c), at 0xed4378e0 [43] GetChildBoxInfo__10nsBoxFrameR14nsIPresContextRC17nsHTMLReflowStateP8nsIFrameR19 nsCalculatedBoxInfo(0x81a880, 0x4d1f00, 0xefffd1a8, 0x817a00, 0x835880, 0xed436510), at 0xed4367cc [44] GetBoxInfo__10nsBoxFrameR14nsIPresContextRC17nsHTMLReflowStateR9nsBoxInfo(0x81a8 80, 0x4d1f00, 0xefffd1a8, 0xefffd020, 0xed438864, 0xed2cd558), at 0xed438928 [45] Reflow__10nsBoxFrameR14nsIPresContextR19nsHTMLReflowMetricsRC17nsHTMLReflowState RUi(0x81a880, 0x4d1f00, 0xefffd248, 0xefffd1a8, 0xefffd500, 0xed436848), at 0xed436984 [46] ReflowChild__16nsContainerFrameP8nsIFrameR14nsIPresContextR19nsHTMLReflowMetrics RC17nsHTMLReflowStateiiUiRUi(0x0, 0x81a880, 0x4d1f00, 0xefffd248, 0xefffd1a8, 0x0), at 0xed2c49f0 [47] Reflow__9RootFrameR14nsIPresContextR19nsHTMLReflowMetricsRC17nsHTMLReflowStateRU i(0x81a7c0, 0x4d1f00, 0xefffd428, 0xefffd380, 0xefffd500, 0xefffd500), at 0xed2d4100 [48] ReflowChild__16nsContainerFrameP8nsIFrameR14nsIPresContextR19nsHTMLReflowMetrics RC17nsHTMLReflowStateiiUiRUi(0x0, 0x81a7c0, 0x4d1f00, 0xefffd428, 0xefffd380, 0x0), at 0xed2c49f0 [49] Reflow__13ViewportFrameR14nsIPresContextR19nsHTMLReflowMetricsRC17nsHTMLReflowSt ateRUi(0x81a780, 0x4d1f00, 0xefffd5b0, 0xefffd508, 0xefffd500, 0xefffd500), at 0xed2fa370 [50] InitialReflow__9PresShellii(0x6eb000, 0xefffd5f4, 0x1194, 0xed2e9b10, 0xefffd760, 0xedbcfa84), at 0xed2e9df0 [51] StartLayout__13nsXULDocument(0x7dee00, 0xefffd6f0, 0x7dee00, 0xefffd750, 0x0, 0x80000000), at 0xedbb7d08 [52] ResumeWalk__13nsXULDocument(0x7dee00, 0xefffd840, 0xefffd88c, 0xedc1dc78, 0x1, 0x7dee00), at 0xedbbae1c [53] OnUnicharStreamComplete__13nsXULDocumentP22nsIUnicharStreamLoaderUiPCUs(0x7dee00 , 0x717b60, 0x70e214, 0x809000, 0xedbbb05c, 0x0), at 0xedbbb0dc [54] OnStopRequest__21nsUnicharStreamLoaderP10nsIChannelP11nsISupportsUiPCUs(0x717b60 , 0x719680, 0x0, 0x0, 0x0, 0xee3507e4), at 0xee350810 [55] OnStopRequest__17nsChannelListenerP10nsIChannelP11nsISupportsUiPCUs(0x717ba0, 0x719680, 0x0, 0x0, 0x0, 0xeda85494), at 0xeda854b8 [56] OnStopRequest__13nsFileChannelP10nsIChannelP11nsISupportsUiPCUs(0x719680, 0x823900, 0x0, 0x0, 0x0, 0xeec67f34), at 0xeec67f58 [57] HandleEvent__20nsOnStopRequestEvent(0x70b220, 0xee33ef5c, 0x64ec0, 0xef746f2c, 0xefffded8, 0xef746f24), at 0xee33ef88 [58] HandlePLEvent__21nsStreamListenerEventP7PLEvent(0x70b240, 0xee33e9dc, 0xef746c00, 0xef746f2c, 0xef746c00, 0x1), at 0xee33e9f8 [59] PL_HandleEvent(0x70b240, 0x70d000, 0x371000, 0x70b000, 0x709000, 0x0), at 0xef4e2328 [60] PL_ProcessPendingEvents(0x97040, 0x2, 0x70900c, 0x709000, 0x709cc0, 0x709), at 0xef4e22b0 [61] ProcessPendingEvents__16nsEventQueueImpl(0x64e60, 0xef429e84, 0x6eb, 0x709000, 0x709c80, 0x709), at 0xef429e88 [62] 0xee0f2bb4(0x64e60, 0x7, 0x1, 0xee0f2b98, 0x0, 0x0), at 0xee0f2bb3 [63] 0xee0f2600(0x23f660, 0x1, 0x23f640, 0xee0f25dc, 0x0, 0x0), at 0xee0f25ff [64] 0xef7011bc(0x23f680, 0xefffded8, 0x23f640, 0x709c98, 0x0, 0xefffde48), at 0xef7011bb [65] 0xef7029bc(0xef746c00, 0xef746c00, 0xef746c00, 0xef746f2c, 0xefffded8, 0xef746f24), at 0xef7029bb [66] 0xef702fcc(0xef746c00, 0xef746c00, 0xef746c00, 0xef746f2c, 0xef746c00, 0x1), at 0xef702fcb [67] g_main_run(0x23f6e0, 0xef745800, 0x0, 0xc8, 0xef7ec9c0, 0x17), at 0xef703154 [68] gtk_main(0x0, 0x64e60, 0x1, 0xee0f30b8, 0xef426a0c, 0x0), at 0xef66f5b4 [69] Run__10nsAppShell(0xc7580, 0xee0f2eb4, 0xc7580, 0xeee90818, 0x0, 0xffe), at 0xee0f3024 [70] Run__17nsAppShellService(0x6efc0, 0xeee7d800, 0x6efc0, 0xedad8398, 0x0, 0xef12a148), at 0xeee7d814 [71] 0x14e94(0x1, 0xefffe2e4, 0x0, 0x2, 0xffffffff, 0xef7c16e1), at 0x14e93 [72] main(0x1, 0xefffe2e4, 0xefffe2ec, 0x29a70, 0x0, 0x0), at 0x150d8 (dbx)
11,724
87,738
** Observed with 8/10/99 Win32 M9 build ** We need to decide how important ficing this is for M9. This certainly makes it difficult to localize some .dtd files. This bug has been split from Bug 10539 where I reported on the lack of entity extractions into .dtd files. The crashing bug is a separate problem. A very similar bug was reported on the i18n mozilla newsgroup about using 8-bit Latin1 characters in .dtd files. Here are currently known files where the use of 8-bit characters in some ENTITY definitions cause a crash. 1. chrome\messengercompose\locale\en-US\messengercompose.dtd 2. chrome\global\locale\en-US\tasksOverlay.dtd file. In file 1: using 8-bit character in "FileMenuLabel ENTITY" causes a crash starting up a Mail Composer window. In file 2: Just about any ENTITY definitions except some Button labels cause a crash upong apprunner startup. Talkback reports are available and both crashes are very similar. Here's part of Talkback report on File 1 crash: Incident ID: 12326371 ------------------------------------------------------------------ Trigger Type: Program Crash Trigger Reason: Access violation Call Stack: (Signature = MSVCRT.dll + 0x156b (0x7800156b) dc1efda3) MSVCRT.dll + 0x156b (0x7800156b) ConverterInputStream::Read [d:\builds\seamonkey\mozilla\xpcom\io\nsUnicharInputStream.cpp, line 255] nsExpatTokenizer::LoadStream [d:\builds\seamonkey\mozilla\htmlparser\src\nsExpatTokenizer.cpp, line 565] nsExpatTokenizer::HandleExternalEntityRef [d:\builds\seamonkey\mozilla\htmlparser\src\nsExpatTokenizer.cpp, line 607] doProlog [d:\builds\seamonkey\mozilla\expat\xmlparse\xmlparse.c, line 2279] prologProcessor [d:\builds\seamonkey\mozilla\expat\xmlparse\xmlparse.c, line 2146] prologInitProcessor [d:\builds\seamonkey\mozilla\expat\xmlparse\xmlparse.c, line 2135] XML_Parse [d:\builds\seamonkey\mozilla\expat\xmlparse\xmlparse.c, line 868] nsExpatTokenizer::ParseXMLBuffer [d:\builds\seamonkey\mozilla\htmlparser\src\nsExpatTokenizer.cpp, line 288] nsExpatTokenizer::ConsumeToken [d:\builds\seamonkey\mozilla\htmlparser\src\nsExpatTokenizer.cpp, line 332] nsParser::Tokenize [d:\builds\seamonkey\mozilla\htmlparser\src\nsParser.cpp, line 1265] nsParser::ResumeParse [d:\builds\seamonkey\mozilla\htmlparser\src\nsParser.cpp, line 886] nsParser::OnDataAvailable [d:\builds\seamonkey\mozilla\htmlparser\src\nsParser.cpp, line 1170] ------------------------------------------------------------------ Here's part of the dump for File 2 crash: Incident ID: 12326084 ------------------------------------------------------------------ Trigger Type: Program Crash Trigger Reason: Access violation Call Stack: (Signature = ntdll.dll + 0x4bfb (0x77f64bfb) 09d81208) ntdll.dll + 0x4bfb (0x77f64bfb) MSVCRT.dll + 0x1488 (0x78001488) doProlog [d:\builds\seamonkey\mozilla\expat\xmlparse\xmlparse.c, line 2279] prologProcessor [d:\builds\seamonkey\mozilla\expat\xmlparse\xmlparse.c, line 2146] prologInitProcessor [d:\builds\seamonkey\mozilla\expat\xmlparse\xmlparse.c, line 2135] XML_Parse [d:\builds\seamonkey\mozilla\expat\xmlparse\xmlparse.c, line 868] nsExpatTokenizer::ParseXMLBuffer [d:\builds\seamonkey\mozilla\htmlparser\src\nsExpatTokenizer.cpp, line 288] nsExpatTokenizer::ConsumeToken [d:\builds\seamonkey\mozilla\htmlparser\src\nsExpatTokenizer.cpp, line 332] nsParser::Tokenize [d:\builds\seamonkey\mozilla\htmlparser\src\nsParser.cpp, line 1265] nsParser::ResumeParse [d:\builds\seamonkey\mozilla\htmlparser\src\nsParser.cpp, line 886] nsParser::OnDataAvailable [d:\builds\seamonkey\mozilla\htmlparser\src\nsParser.cpp, line 1170] ------------------------------------------------------------------
12,485
93,416
Version: Apprunner Build: 1999082412 (Aug 24 M9) Platform: All Expected Results: The HREF source should load in the browser window. What I got: A crash occurs after clicking on the OK button in a JS dialog. Steps to reproduce: 1) Open the following file:http://slip/projects/marvin/html/a_onfocus.html 2) Click on the link to activate the onfocus handler. 3) In the JS dialog, click OK. 4) The application should crash.
13,482
100,032
When you delete the characters by using Backspace key, Apprunner will crash at the beginnig of line. Steps of reproduce 1. Launch Apprunner 2. Select menu Task|Editor to open the Editor 3. Move the cursor a the beginning of the first line (before "H") 4. Hit the Backspace once Apprunner crashes. Tested 9-09-99 Win32 build.
13,556
100,552
Build 1999090909 Steps to Reproduce: 1) Launch Mozilla. 2) Pull down the Tasks-->Editor menu. 3) When the editor comes up, pull down the Insert--> Link menu. 4) In the "Link Properties" dialog which pops up, immediately click on the "Cancel" button. The application will crash. Sorry, no talkback dump as in this build it was not working.
13,669
101,238
Build ID: 1999091310 (M10) Platform: Windows NT (haven't tested on other platforms yet) To reproduce: - Launch apprunner - Go to my.netscape.com - Click on 'Find my page' - Enter your login name and an incorrect password - Opt to save the values for this form - When login failes, delete the password and enter the correct password - Click 'Sign in' Result: Login will fail again, and it appears that it fails because the original incorrect password you entered has been pre- or appended to the correct password you entered after deleting the incorrect password. Expected result: If you delete a prefilled value and type in your own, that and that alone should be submitted.
6,293
46,706
Version: Seamonkey Program: Viewer.exe BuildID: 5/10/99 Platform: Linux Red Hat 5.2 Using window.open to load an URI in current window causes a segmentation fault if a window name was specified. It fails on Linux only. The same code runs fine in 4.5 and previous versions. Steps to reproduce: 1. Create a file with the following contents: <HTML> <HEADER> <TITLE>Parent Window</TITLE> </HEADER> <BODY> <SCRIPT> // Required just for assigning a window name to child window window.open('childw2.html', 'childw'); </SCRIPT> </BODY> </HTML> 2. Create a second file with the following contents, and name it as "childw2.html": <HTML> <HEADER> <TITLE>Child Window</TITLE> </HEADER> <BODY> <SCRIPT> window.open('http://bubblegum', 'childw'); </SCRIPT> </BODY> </HTML> 3. Load the first file in viewer.exe Actual Results: Exits due to Segmentation fault Expected Results: Default page from bubblegum loaded in second window. This is blocking automated tests from running on Linux.
6,794
50,666
After more than 30 minutes inactivity for an imap connection, selecting a message crashes the system. Steps to reproduce: 1) add an imap account using the following prefs entries, make appropriate change as you wish. user_pref("mail.accountmanager.accounts", "qatest21,..."); user_pref("mail.account.qatest21.identities", "qatest21-netscape"); user_pref("mail.account.qatest21.server", "dredd"); user_pref("mail.identity.qatest21-netscape.fullName", "QA test 21"); user_pref("mail.identity.qatest21-netscape.send_html", false); user_pref("mail.identity.qatest21-netscape.smtp_name", "qatest21"); user_pref("mail.identity.qatest21-netscape.smtp_server", "dredd.mcom.com"); user_pref("mail.identity.qatest21-netscape.useremail", "[email protected]"); user_pref("mail.server.dredd.check_new_mail", false); user_pref("mail.server.dredd.directory", "c:\\Program Files\\Netscape\\Users\\qatest21\\imapMail\\dredd"); user_pref("mail.server.dredd.hostname", "dredd"); user_pref("mail.server.dredd.max_cached_connections", 3); user_pref("mail.server.dredd.name", "Dredd the almighty"); user_pref("mail.server.dredd.password", "Ne!sc-pe"); user_pref("mail.server.dredd.timeout", 29); user_pref("mail.server.dredd.type", "imap"); user_pref("mail.server.dredd.userName", "qatest21"); 2) launch "appruner -mail" with mail enabled 3) double click on dredd imap server 4) select Inbox 5) let it sit for more than 30 minutes 6) select a message to display after more that 30 minutes passed 7) you should be crash for now Fix in hand. Tested and ready to check in. ? imapTimeoutPatch.txt ? makelog ? updatelog ? tests/harness/Debug ? tests/harness/makefile1.dsp ? tests/harness/makefile1.dsw ? tests/harness/makefile1.ncb ? tests/harness/makefile1.opt ? tests/harness/makefile1.plg Index: public/nsIImapIncomingServer.h =================================================================== RCS file: /cvsroot/mozilla/mailnews/imap/public/nsIImapIncomingServer.h,v retrieving revision 1.4 diff -c -r1.4 nsIImapIncomingServer.h *** nsIImapIncomingServer.h 1999/05/18 22:32:46 1.4 --- nsIImapIncomingServer.h 1999/05/20 13:47:49 *************** *** 49,54 **** --- 49,57 ---- // ** attribute maximum cached connections ** NS_IMETHOD GetMaximumConnectionsNumber(PRInt32* maxConnections) = 0; NS_IMETHOD SetMaximumConnectionsNumber(PRInt32 maxConnections) = 0; + + NS_IMETHOD GetTimeOutLimits(PRInt32* minutes) = 0; + NS_IMETHOD SetTimeOutLimits(PRInt32 minutes) = 0; NS_IMETHOD GetImapConnectionAndLoadUrl(nsIEventQueue* aClientEventQueue, nsIImapUrl* aImapUrl, Index: public/nsIImapProtocol.h =================================================================== RCS file: /cvsroot/mozilla/mailnews/imap/public/nsIImapProtocol.h,v retrieving revision 1.15 diff -c -r1.15 nsIImapProtocol.h *** nsIImapProtocol.h 1999/05/18 22:33:49 1.15 --- nsIImapProtocol.h 1999/05/20 13:47:49 *************** *** 24,29 **** --- 24,30 ---- #include "nsIStreamListener.h" #include "nsIOutputStream.h" #include "plevent.h" + #include "prtime.h" /* include all of our event sink interfaces */ *************** *** 97,102 **** --- 98,105 ---- // Tell thread to die NS_IMETHOD TellThreadToDie(PRBool isSafeToDie) = 0; + // Get last active time stamp + NS_IMETHOD GetLastActiveTimeStamp(PRTime *aTimeStamp) = 0; }; #endif /* nsIImapProtocol_h___ */ Index: src/nsImapIncomingServer.cpp =================================================================== RCS file: /cvsroot/mozilla/mailnews/imap/src/nsImapIncomingServer.cpp,v retrieving revision 1.8 diff -c -r1.8 nsImapIncomingServer.cpp *** nsImapIncomingServer.cpp 1999/05/18 23:24:07 1.8 --- nsImapIncomingServer.cpp 1999/05/20 13:47:49 *************** *** 58,63 **** --- 58,66 ---- // we support the nsIImapIncomingServer interface NS_IMETHOD GetMaximumConnectionsNumber(PRInt32* maxConnections); NS_IMETHOD SetMaximumConnectionsNumber(PRInt32 maxConnections); + + NS_IMETHOD GetTimeOutLimits(PRInt32* minutes); + NS_IMETHOD SetTimeOutLimits(PRInt32 minutes); NS_IMETHOD GetImapConnectionAndLoadUrl(nsIEventQueue* aClientEventQueue, nsIImapUrl* aImapUrl, *************** *** 71,76 **** --- 74,80 ---- nsresult CreateImapConnection (nsIEventQueue* aEventQueue, nsIImapUrl* aImapUrl, nsIImapProtocol** aImapConnection); + PRBool ConnectionTimeOut(nsIImapProtocol* aImapConnection); char *m_rootFolderPath; nsCOMPtr<nsISupportsArray> m_connectionCache; nsCOMPtr<nsISupportsArray> m_urlQueue; *************** *** 144,149 **** --- 148,156 ---- NS_IMPL_SERVERPREF_INT(nsImapIncomingServer, MaximumConnectionsNumber, "max_cached_connections"); + NS_IMPL_SERVERPREF_INT(nsImapIncomingServer, TimeOutLimits, + "timeout"); + NS_IMETHODIMP nsImapIncomingServer::GetImapConnectionAndLoadUrl(nsIEventQueue* aClientEventQueue, *************** *** 194,201 **** m_urlQueue->Count(&cnt); if (cnt > 0) { nsCOMPtr<nsIImapUrl> ! aImapUrl(do_QueryInterface(m_urlQueue->ElementAt(0))); if (aImapUrl) { --- 201,210 ---- m_urlQueue->Count(&cnt); if (cnt > 0) { + nsCOMPtr<nsISupports> + aSupport(getter_AddRefs(m_urlQueue->ElementAt(0))); nsCOMPtr<nsIImapUrl> ! aImapUrl(do_QueryInterface(aSupport, &rv)); if (aImapUrl) { *************** *** 225,248 **** NS_IMETHODIMP nsImapIncomingServer::RemoveConnection(nsIImapProtocol* aImapConnection) { - PRInt32 elementIndex = -1; - nsresult rv; PR_CEnterMonitor(this); if (aImapConnection) - { - // preventing earlier release of the protocol - nsCOMPtr<nsIImapProtocol> - aConnection(do_QueryInterface(aImapConnection,&rv)); - aImapConnection->TellThreadToDie(PR_TRUE); - m_connectionCache->RemoveElement(aImapConnection); - } PR_CExitMonitor(this); return NS_OK; } nsresult nsImapIncomingServer::CreateImapConnection(nsIEventQueue *aEventQueue, nsIImapUrl * aImapUrl, --- 234,290 ---- NS_IMETHODIMP nsImapIncomingServer::RemoveConnection(nsIImapProtocol* aImapConnection) { PR_CEnterMonitor(this); if (aImapConnection) m_connectionCache->RemoveElement(aImapConnection); PR_CExitMonitor(this); return NS_OK; } + PRBool + nsImapIncomingServer::ConnectionTimeOut(nsIImapProtocol* aConnection) + { + PRBool retVal = PR_FALSE; + if (!aConnection) return retVal; + nsresult rv; + + PR_CEnterMonitor(this); + PRInt32 timeoutInMinutes = 0; + rv = GetTimeOutLimits(&timeoutInMinutes); + if (NS_FAILED(rv) || timeoutInMinutes <= 0 || timeoutInMinutes > 29) + { + timeoutInMinutes = 29; + SetTimeOutLimits(timeoutInMinutes); + } + + PRTime cacheTimeoutLimits; + + LL_I2L(cacheTimeoutLimits, timeoutInMinutes * 60 * 1000000); // in + // microseconds + PRTime lastActiveTimeStamp; + rv = aConnection->GetLastActiveTimeStamp(&lastActiveTimeStamp); + + PRTime elapsedTime; + LL_SUB(elapsedTime, PR_Now(), lastActiveTimeStamp); + PRTime t; + LL_SUB(t, elapsedTime, cacheTimeoutLimits); + if (LL_GE_ZERO(t)) + { + nsCOMPtr<nsIImapProtocol> aProtocol(do_QueryInterface(aConnection, + &rv)); + if (NS_SUCCEEDED(rv) && aProtocol) + { + m_connectionCache->RemoveElement(aConnection); + aProtocol->TellThreadToDie(PR_TRUE); + retVal = PR_TRUE; + } + } + PR_CExitMonitor(this); + return retVal; + } + nsresult nsImapIncomingServer::CreateImapConnection(nsIEventQueue *aEventQueue, nsIImapUrl * aImapUrl, *************** *** 274,284 **** *aImapConnection = nsnull; // iterate through the connection cache for a connection that can handle this url. PRUint32 cnt; rv = m_connectionCache->Count(&cnt); if (NS_FAILED(rv)) return rv; for (PRUint32 i = 0; i < cnt && !canRunUrl && !hasToWait; i++) { ! connection = do_QueryInterface(m_connectionCache->ElementAt(i)); if (connection) connection->CanHandleUrl(aImapUrl, canRunUrl, hasToWait); --- 316,329 ---- *aImapConnection = nsnull; // iterate through the connection cache for a connection that can handle this url. PRUint32 cnt; + nsCOMPtr<nsISupports> aSupport; + rv = m_connectionCache->Count(&cnt); if (NS_FAILED(rv)) return rv; for (PRUint32 i = 0; i < cnt && !canRunUrl && !hasToWait; i++) { ! aSupport = getter_AddRefs(m_connectionCache->ElementAt(i)); ! connection = do_QueryInterface(aSupport); if (connection) connection->CanHandleUrl(aImapUrl, canRunUrl, hasToWait); *************** *** 289,294 **** --- 334,344 ---- freeConnection = connection; } } + + if (ConnectionTimeOut(connection)) + connection = null_nsCOMPtr(); + if (ConnectionTimeOut(freeConnection)) + freeConnection = null_nsCOMPtr(); // if we got here and we have a connection, then we should return it! if (canRunUrl && connection) Index: src/nsImapProtocol.cpp =================================================================== RCS file: /cvsroot/mozilla/mailnews/imap/src/nsImapProtocol.cpp,v retrieving revision 1.78 diff -c -r1.78 nsImapProtocol.cpp *** nsImapProtocol.cpp 1999/05/19 04:43:00 1.78 --- nsImapProtocol.cpp 1999/05/20 13:47:55 *************** *** 204,209 **** --- 204,210 ---- m_trackingTime = PR_FALSE; LL_I2L(m_startTime, 0); LL_I2L(m_endTime, 0); + LL_I2L(m_lastActiveTime, 0); m_tooFastTime = 0; m_idealTime = 0; m_chunkAddSize = 0; *************** *** 542,547 **** --- 543,563 ---- aImapServer->RemoveConnection(me); } + me->m_runningUrl = null_nsCOMPtr(); + me->m_transport = null_nsCOMPtr(); + me->m_inputStream = null_nsCOMPtr(); + me->m_outputStream = null_nsCOMPtr(); + me->m_outputConsumer = null_nsCOMPtr(); + me->m_displayConsumer = null_nsCOMPtr(); + me->m_sinkEventQueue = null_nsCOMPtr(); + me->m_eventQueue = null_nsCOMPtr(); + me->m_server = null_nsCOMPtr(); + me->m_imapLog = null_nsCOMPtr(); + me->m_imapMailFolderSink = null_nsCOMPtr(); + me->m_imapExtensionSink = null_nsCOMPtr(); + me->m_imapMessageSink = null_nsCOMPtr(); + me->m_imapMiscellaneousSink = null_nsCOMPtr(); + NS_RELEASE(me); } *************** *** 592,606 **** NS_IMETHODIMP nsImapProtocol::TellThreadToDie(PRBool isSafeToDie) { // **** jt - This routine should only be called by imap service. static char logoutString[] = "???? logout\r\n"; ! SendData(logoutString); // GetServerStateParser().ParseIMAPServerResponse(logoutString); - m_transport = null_nsCOMPtr(); - m_outputStream = null_nsCOMPtr(); - m_outputConsumer = null_nsCOMPtr(); - PR_EnterMonitor(m_threadDeathMonitor); m_threadShouldDie = PR_TRUE; PR_ExitMonitor(m_threadDeathMonitor); --- 608,620 ---- NS_IMETHODIMP nsImapProtocol::TellThreadToDie(PRBool isSafeToDie) { + PR_CEnterMonitor(this); // **** jt - This routine should only be called by imap service. static char logoutString[] = "???? logout\r\n"; ! if (m_transport) ! SendData(logoutString); // GetServerStateParser().ParseIMAPServerResponse(logoutString); PR_EnterMonitor(m_threadDeathMonitor); m_threadShouldDie = PR_TRUE; PR_ExitMonitor(m_threadDeathMonitor); *************** *** 613,621 **** --- 627,647 ---- PR_NotifyAll(m_urlReadyToRunMonitor); PR_ExitMonitor(m_urlReadyToRunMonitor); + PR_CExitMonitor(this); + return NS_OK; } + NS_IMETHODIMP + nsImapProtocol::GetLastActiveTimeStamp(PRTime* aTimeStamp) + { + PR_CEnterMonitor(this); + if (aTimeStamp) + *aTimeStamp = m_lastActiveTime; + PR_CExitMonitor(this); + return NS_OK; + } + void nsImapProtocol::ImapThreadMainLoop() { *************** *** 842,848 **** else if (!logonFailed) HandleCurrentUrlError(); ! m_runningUrl->SetUrlState(PR_FALSE, NS_OK); // we are done with this url. PseudoInterrupt(FALSE); // clear this, because we must be done interrupting? // release the url as we are done with it... --- 868,876 ---- else if (!logonFailed) HandleCurrentUrlError(); ! if (m_runningUrl) ! m_runningUrl->SetUrlState(PR_FALSE, NS_OK); // we are done with this url. ! m_lastActiveTime = PR_Now(); // ** jt -- is this the best place for time stamp PseudoInterrupt(FALSE); // clear this, because we must be done interrupting? // release the url as we are done with it... *************** *** 901,906 **** --- 929,937 ---- { if (m_runningUrl) m_runningUrl->SetUrlState(PR_FALSE, aStatus); // set change in url + m_transport = null_nsCOMPtr(); + m_outputStream = null_nsCOMPtr(); + m_outputConsumer = null_nsCOMPtr(); return NS_OK; } *************** *** 971,977 **** rv = SetupWithUrl(aURL, aConsumer); if (NS_FAILED(rv)) return rv; SetupSinkProxy(); // generate proxies for all of the event sinks in the url ! if (m_transport && m_runningUrl) { nsIImapUrl::nsImapAction imapAction; --- 1002,1008 ---- rv = SetupWithUrl(aURL, aConsumer); if (NS_FAILED(rv)) return rv; SetupSinkProxy(); // generate proxies for all of the event sinks in the url ! m_lastActiveTime = PR_Now(); if (m_transport && m_runningUrl) { nsIImapUrl::nsImapAction imapAction; Index: src/nsImapProtocol.h =================================================================== RCS file: /cvsroot/mozilla/mailnews/imap/src/nsImapProtocol.h,v retrieving revision 1.46 diff -c -r1.46 nsImapProtocol.h *** nsImapProtocol.h 1999/05/18 22:38:24 1.46 --- nsImapProtocol.h 1999/05/20 13:47:56 *************** *** 110,115 **** --- 110,117 ---- NS_IMETHOD GetDisplayStream (nsIWebShell **webShell); // Tell thread to die. This can only be called by imap service NS_IMETHOD TellThreadToDie(PRBool isSafeToDie); + // Get last active time stamp + NS_IMETHOD GetLastActiveTimeStamp(PRTime *aTimeStamp); //////////////////////////////////////////////////////////////////////////////// //////// // End of nsIStreamListenerSupport //////////////////////////////////////////////////////////////////////////////// //////// *************** *** 430,435 **** --- 432,438 ---- PRBool m_trackingTime; PRTime m_startTime; PRTime m_endTime; + PRTime m_lastActiveTime; PRInt32 m_tooFastTime; PRInt32 m_idealTime; PRInt32 m_chunkAddSize; Index: src/nsImapProxyEvent.cpp =================================================================== RCS file: /cvsroot/mozilla/mailnews/imap/src/nsImapProxyEvent.cpp,v retrieving revision 1.16 diff -c -r1.16 nsImapProxyEvent.cpp *** nsImapProxyEvent.cpp 1999/05/12 03:47:46 1.16 --- nsImapProxyEvent.cpp 1999/05/20 13:47:58 *************** *** 605,611 **** nsImapMessageSinkProxy::~nsImapMessageSinkProxy() { ! NS_IF_ADDREF (m_realImapMessageSink); } static NS_DEFINE_IID(kIImapMessageSinkIID, NS_IIMAPMESSAGESINK_IID); --- 605,611 ---- nsImapMessageSinkProxy::~nsImapMessageSinkProxy() { ! NS_IF_RELEASE (m_realImapMessageSink); } static NS_DEFINE_IID(kIImapMessageSinkIID, NS_IIMAPMESSAGESINK_IID); *************** *** 882,888 **** nsImapExtensionSinkProxy::~nsImapExtensionSinkProxy() { ! NS_IF_ADDREF (m_realImapExtensionSink); } static NS_DEFINE_IID(kIImapExtensionSinkIID, NS_IIMAPEXTENSIONSINK_IID); --- 882,888 ---- nsImapExtensionSinkProxy::~nsImapExtensionSinkProxy() { ! NS_IF_RELEASE (m_realImapExtensionSink); } static NS_DEFINE_IID(kIImapExtensionSinkIID, NS_IIMAPEXTENSIONSINK_IID); *************** *** 1121,1127 **** nsImapMiscellaneousSinkProxy::~nsImapMiscellaneousSinkProxy() { ! NS_IF_ADDREF (m_realImapMiscellaneousSink); } static NS_DEFINE_IID(kIImapMiscellaneousSinkIID, NS_IIMAPMISCELLANEOUSSINK_IID); --- 1121,1127 ---- nsImapMiscellaneousSinkProxy::~nsImapMiscellaneousSinkProxy() { ! NS_IF_RELEASE (m_realImapMiscellaneousSink); } static NS_DEFINE_IID(kIImapMiscellaneousSinkIID, NS_IIMAPMISCELLANEOUSSINK_IID); Index: src/nsImapUrl.cpp =================================================================== RCS file: /cvsroot/mozilla/mailnews/imap/src/nsImapUrl.cpp,v retrieving revision 1.36 diff -c -r1.36 nsImapUrl.cpp *** nsImapUrl.cpp 1999/05/07 21:30:39 1.36 --- nsImapUrl.cpp 1999/05/20 13:47:59 *************** *** 544,550 **** nsIImapIncomingServer::GetIID(), getter_AddRefs(servers)); if (NS_FAILED(rv)) return rv; ! nsCOMPtr<nsIMsgIncomingServer> server (do_QueryInterface(servers->ElementAt(0))); if (NS_FAILED(rv)) return rv; m_server = do_QueryInterface(server); } --- 544,552 ---- nsIImapIncomingServer::GetIID(), getter_AddRefs(servers)); if (NS_FAILED(rv)) return rv; ! nsCOMPtr<nsISupports> aSupport = ! getter_AddRefs(servers->ElementAt(0)); ! nsCOMPtr<nsIMsgIncomingServer> server (do_QueryInterface(aSupport)); if (NS_FAILED(rv)) return rv; m_server = do_QueryInterface(server); } Index: src/nsImapUtils.cpp =================================================================== RCS file: /cvsroot/mozilla/mailnews/imap/src/nsImapUtils.cpp,v retrieving revision 1.9 diff -c -r1.9 nsImapUtils.cpp *** nsImapUtils.cpp 1999/05/10 22:26:21 1.9 --- nsImapUtils.cpp 1999/05/20 13:48:00 *************** *** 47,54 **** getter_AddRefs(servers)); if (NS_FAILED(rv)) return rv; ! nsCOMPtr<nsIMsgIncomingServer> ! server(do_QueryInterface(servers->ElementAt(0))); char *localPath = nsnull; --- 47,54 ---- getter_AddRefs(servers)); if (NS_FAILED(rv)) return rv; ! nsCOMPtr<nsISupports> aSupport = getter_AddRefs(servers->ElementAt(0)); ! nsCOMPtr<nsIMsgIncomingServer> server(do_QueryInterface(aSupport)); char *localPath = nsnull; =============================================================================== ? networkPatch.txt ? socketPatch.txt Index: nsNetThread.cpp =================================================================== RCS file: /cvsroot/mozilla/network/module/nsNetThread.cpp,v retrieving revision 1.26 diff -c -r1.26 nsNetThread.cpp *** nsNetThread.cpp 1999/05/04 23:31:25 1.26 --- nsNetThread.cpp 1999/05/20 00:58:50 *************** *** 442,456 **** mProxy = aProxy; mURL = aURL; ! NS_ADDREF(mProxy); ! NS_ADDREF(mURL); } StreamListenerProxyEvent::~StreamListenerProxyEvent() { ! NS_RELEASE(mProxy); ! NS_RELEASE(mURL); } void StreamListenerProxyEvent::InitEvent() --- 442,456 ---- mProxy = aProxy; mURL = aURL; ! NS_IF_ADDREF(mProxy); ! NS_IF_ADDREF(mURL); } StreamListenerProxyEvent::~StreamListenerProxyEvent() { ! NS_IF_RELEASE(mProxy); ! NS_IF_RELEASE(mURL); } void StreamListenerProxyEvent::InitEvent()
7,329
54,671
Build: Mac May 28 Seamonkey build 1999052808-M7 running on PPC 9600/300 Mac OS 8.5.1 Problem: In todays 1999052808-M7 mac build, the temp files used for diaplaying mail and news messages are not being created. This prevents you for displaying a selected message. No warning or error message occurs. Note: This problem did not occur in the previous Mac build, 1999052715-M6. Jeff Ducarroz is seeing the problem on his machine too. Work around: from a previous Seamonkey build, copy the file tempmessage.eml and temparticle.eml into the seamonkey application folder Steps to reproduce problem 1) Launch apprunner 2) Open Messenger through the Task menu 3) Double click on the mail server name/icon 4) Select the Inbox 5) Select a message Nothing loads. 6) Hide Apprunner 7) Look in the Apprunner folder, notice that the tempmessage.eml has not been created. * A similar occurance happens when viewing news articles except the file temparticle.eml is not created.
9,364
70,611
** Observed with 7/7/99 Win32 build ** When I set the Mail Composer's View | Character Set menu, mail fails to go out. If I don't touch the menu, then mail goes out OK. But this means that I cannot anything but Larin 1 mail. This is an International Mail blocker bug.
9,886
74,440
If we open one child window using method window.open(), and if we try to close that child window using method self.close(), it closes parent window instead of just closing child window. PRODUCT: Seamonkey [Apprunner/Viewer] BUILD: 1999-07-14-08. STEPS TO REPRODUCE: 1] Please visit URL I provided. or 1] copy code I'm providing for parent window as well as child window as HTML files. 2] Open parent window HTML file. DESCRIPTION: I'm providing two codes. First code is for parent window and second code is for child window. CODE 1: <html> <head> <title> </title> </head> <body> <form name="testform"> <script> <!-- window.open("closetest1.html"); //--> </script> </form> </body> </html> END OF CODE 1: Above code is for parent window. Here I'm using window.open to open one child window. CODE 2: <html> <head> <title> </title> </head> <body> <form name="testform"> <script> <!-- self.close(); //--> </script> </form> </body> </html> END OF CODE 2: Above code is for child window which is opend by parent window and has code to close itself immediately. I'm using self.close() to close this child window. EXPECTED RESULTS: Only child window should be closed. ACTUAL RESULTS: Parent window as well as child window both get closed.
11,064
82,875
Overview Description: You can crash the editor by pressing the new "Preview/Edit Mode" button. Steps to Reproduce: 1) Run Apprunner. 2) Editor from the menus. 3) Select some text. 4) Press "Preview". Crash results, rather than changing the mode. or 1) Run Apprunner. 2) Editor from the menus. 3) Press "Preview". The button doesn't change text the first time, but if you press it again, it will. I would expect it to, since it does every other time. Since both of these are first timers, I suspect they're related. This is Win 95(Not sure whether B or C), with a build id of 1999072908. I have not tested this on other platforms.
11,488
86,017
If we try to delete any option of select through javascript, application crashes. BUILD: 1999-08-09-09. [Apprunner/viewer] STEPS TO REPRODUCE: 1] Visit URL I provided. [Or you can save your own HTML file with code I'm providing. Open this file in viewer and apprunner.] 2] You'll see one select, and one button "Remove Option". 3] Please select any option, and then click button "Remove Option". EXPECTED RESULTS: Selected option should get removed from select. ACTUAL RESULTS: Application Crashes. CODE: <html> <head> <title>optgroup.html</title> <script> function RemoveContent(inForm) { var num = inForm.mySelect.selectedIndex; inForm.mySelect.options[num]= null; history.go(0); } </script> </head> <body bgcolor="#FFFFFF" text="#000000"> <form name="workform"> <H3>Directions to Follow:</H3> Please select any option and click button "Remove Option".<br> <select name=mySelect size=4> <option value="Zero" Selected> Zero</option> <option value="One" > One</option> <option value="Two" > Two</option> <option value="Three" > Three</option> </select><br> <input type=button id="button2" value="Remove Option" onclick="RemoveContent(this.form)"> </form> </body> </html> END OF CODE: STACK TRACE: Incident ID: 12218661 Trigger Type: Program Crash Trigger Reason: Access violation Call Stack: (Signature = nsCSSFrameConstructor::ContentRemoved e1f0f116) nsCSSFrameConstructor::ContentRemoved [d:\builds\seamonkey\mozilla\layout\html\style\src\nsCSSFrameConstructor.cpp, line 4832] StyleSetImpl::ContentRemoved [d:\builds\seamonkey\mozilla\layout\base\src\nsStyleSet.cpp, line 818] PresShell::ContentRemoved [d:\builds\seamonkey\mozilla\layout\html\base\src\nsPresShell.cpp, line 1602] nsDocument::ContentRemoved [d:\builds\seamonkey\mozilla\layout\base\src\nsDocument.cpp, line 1633] nsHTMLDocument::ContentRemoved [d:\builds\seamonkey\mozilla\layout\html\document\src\nsHTMLDocument.cpp, line 894] nsGenericHTMLContainerElement::RemoveChildAt [d:\builds\seamonkey\mozilla\layout\html\content\src\nsGenericHTMLElement.cpp, line 2794] nsGenericHTMLContainerElement::RemoveChild [d:\builds\seamonkey\mozilla\layout\html\content\src\nsGenericHTMLElement.cpp, line 2605] nsHTMLFormElement::RemoveChild [d:\builds\seamonkey\mozilla\layout\html\content\src\nsHTMLFormElement.cpp, line 66] nsHTMLSelectElement::Remove [d:\builds\seamonkey\mozilla\layout\html\content\src\nsHTMLSelectElement.cpp, line 347] nsOptionList::SetProperty [d:\builds\seamonkey\mozilla\layout\html\content\src\nsHTMLSelectElement.cpp, line 1048] nsJSUtils::nsCallJSScriptObjectSetProperty [d:\builds\seamonkey\mozilla\dom\src\base\nsJSUtils.cpp, line 118] SetMimeTypeArrayProperty [d:\builds\seamonkey\mozilla\dom\src\base\nsJSMimeTypeArray.cpp, line 171] js_SetProperty [d:\builds\seamonkey\mozilla\js\src\jsobj.c, line 1899] js_Interpret [d:\builds\seamonkey\mozilla\js\src\jsinterp.c, line 2208] js_Invoke [d:\builds\seamonkey\mozilla\js\src\jsinterp.c, line 675] js_Interpret [d:\builds\seamonkey\mozilla\js\src\jsinterp.c, line 2229] js_Invoke [d:\builds\seamonkey\mozilla\js\src\jsinterp.c, line 675] js_InternalCall [d:\builds\seamonkey\mozilla\js\src\jsinterp.c, line 748] JS_CallFunctionValue [d:\builds\seamonkey\mozilla\js\src\jsapi.c, line 2645] nsJSEventListener::HandleEvent [d:\builds\seamonkey\mozilla\dom\src\events\nsJSEventListener.cpp, line 98] nsEventListenerManager::HandleEvent [d:\builds\seamonkey\mozilla\layout\events\src\nsEventListenerManager.cpp, line 608] nsGenericElement::HandleDOMEvent [d:\builds\seamonkey\mozilla\layout\base\src\nsGenericElement.cpp, line 784] nsHTMLInputElement::HandleDOMEvent [d:\builds\seamonkey\mozilla\layout\html\content\src\nsHTMLInputElement.cpp, line 511] nsEventStateManager::CheckForAndDispatchClick [d:\builds\seamonkey\mozilla\layout\events\src\nsEventStateManager.cpp, line 736] nsEventStateManager::PostHandleEvent [d:\builds\seamonkey\mozilla\layout\events\src\nsEventStateManager.cpp, line 262] PresShell::HandleEvent [d:\builds\seamonkey\mozilla\layout\html\base\src\nsPresShell.cpp, line 1886] nsView::HandleEvent [d:\builds\seamonkey\mozilla\view\src\nsView.cpp, line 834] nsView::HandleEvent [d:\builds\seamonkey\mozilla\view\src\nsView.cpp, line 819] nsView::HandleEvent [d:\builds\seamonkey\mozilla\view\src\nsView.cpp, line 819] nsView::HandleEvent [d:\builds\seamonkey\mozilla\view\src\nsView.cpp, line 819] nsViewManager::DispatchEvent [d:\builds\seamonkey\mozilla\view\src\nsViewManager.cpp, line 1611] HandleEvent [d:\builds\seamonkey\mozilla\view\src\nsView.cpp, line 67] nsWindow::DispatchEvent [d:\builds\seamonkey\mozilla\widget\src\windows\nsWindow.cpp, line 502] nsWindow::DispatchWindowEvent [d:\builds\seamonkey\mozilla\widget\src\windows\nsWindow.cpp, line 523] nsWindow::DispatchMouseEvent [d:\builds\seamonkey\mozilla\widget\src\windows\nsWindow.cpp, line 3270] ChildWindow::DispatchMouseEvent [d:\builds\seamonkey\mozilla\widget\src\windows\nsWindow.cpp, line 3463] nsWindow::ProcessMessage [d:\builds\seamonkey\mozilla\widget\src\windows\nsWindow.cpp, line 2526] nsWindow::WindowProc [d:\builds\seamonkey\mozilla\widget\src\windows\nsWindow.cpp, line 572] KERNEL32.DLL + 0x35d9 (0xbff735d9) KERNEL32.DLL + 0x2222f (0xbff9222f) 0x00638c00 Registers: EAX:00000000 EBX:00000000 ECX:0063f0dc EDX:0063f0d8 ESI:098050c0 EDI:09a7e790 ESP:0063f078 EBP:0063f0cc EIP:604dda3d cf PF af ZF sf of IF df nt RF vm IOPL: 0 CS:016f DS:0177 SS:0177 ES:0177 FS:0faf GS:0000 Operating System: Windows 95 4.0 build 67306684 Service Pack: C Processor: Not Available Processor Speed: Not Available Physical Memory: 128.0 MB MEMORYSTATUS Structure: Available Total Physical Memory: 32.4 MB 128.0 MB Page File: 1001.0 MB 1001.0 MB Virtual Memory: 1882.4 MB 2044.0 MB
11,501
86,132
The second time you go into the Customize Sidebar dialogue, the available Panels under "Add these Panels to your Sidebar" are gone. Steps to Reproduce: 1) Click on Customize in the Sidebar 2) Click on Cancel in the Customize Dialogue 3) Click on Customize in the Sidebar again Actual Results: No Panels are listed under "Add these Panels to your Sidebar", though they were there the first time. Expected Results: List of Panels such as Weather, etc. should be there 8/9 builds, all platforms
11,633
87,064
If document includes absolute positioned table (or maybe something other absoulete positioned elements) and this table or it's ancestor are being removed by removeChild or replaceChild etc. application crashes. No matter if the table is in html or made dynamically. The only thing that seems to affect is absolute positioning CSS2 style attribute. Steps to reproduce: 1) View http://www.iki.fi/hhedberg/bugzilla/removecrash.html or code included. 2) Click header labeled "Press here to crash!". Code tries to remove table from document, but crashes when removeChild is executed. Occurs on both viewer and apprunner at least on Linux, build 1999081001 and M8. ----8<---- <html> <head> <title>Bug</title> <script language="JavaScript"> function clickListener(e) { node = document.getElementById( "crashtable" ); node.parentNode.removeChild( node ); } function setup() { document.getElementById( "crashbutton" ).onclick = clickListener; } </script> </head> <body onload="setup()"> <h1 id="crashbutton">Click here to crash!</h1> <table id="crashtable" style="position:absolute"> <tr> <td>Table cell </td> </tr> </table> </body> </html>
17,164
124,685
DESCRIPTION: A right click within a text input or a textarea causes a crash. STEPS TO REPRODUCE: * load this page in apprunner * click in an input or a textarea ACTUAL RESULTS: * crash EXPECTED RESULTS: * take one wild guess... DOES NOT WORK CORRECTLY ON: * Linux, apprunner, 1999-10-24-08-M11 ADDITIONAL INFORMATION: Could this be at all related to the fact that in the 10-23 and 10-24 builds, it takes about 30-45 sec. for the query page or a bug page (like this one) to load? (It also takes a similar amount of time for the browser to load, though...)
110,523
1,028,478
From Bugzilla Helper: User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:0.9.5+) Gecko/20011116 BuildID: 2001111608 Mozilla crashes on the attachment After clicking on the checkbox twice). Rather weird combination of elements and events, but still. Reproducible: Always Steps to Reproduce: 1.Load the attachment, and click checkbox two times 2. 3. Actual Results: Crash Expected Results: Line disappearing and reappearing
111,101
1,034,390
I loaded up n.p.m.general, only to find that there was no scrollbox! The arrows were still there, and clicking in the empty space still produced paging, but no scroll _bar_!
111,405
1,036,775
From Bugzilla Helper: User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:0.9.6) Gecko/20011120 BuildID: 2001112009 If "line-height" property defined in "userContent.css" then Mozilla crashes then redering simply HTML that has one TABLE element and one TEXTAREA element. userContent.css ---------------------------------------- * { line-height:120%; } -------------------------------------------------------- simply.html -------------------------------------------- <TABLE> <TBODY> <TR> <TD> <TEXTAREA name="text" rows="10" cols="60"></TEXTAREA> </TD> </TR> </TBODY> </TABLE> -------------------------------------------------------- Reproducible: Always Steps to Reproduce: 1.Add "* { line-height:120%; }" in userContent.css 2.Run Mozilla 3.Open simply.html 4.Crashes Actual Results: Mozilla crashes. Expected Results: Rendering one TABLE and one TEXTAREA form.
111,862
1,039,719
From Bugzilla Helper: User-Agent: Mozilla/5.0 (Macintosh; U; PPC Mac OS X; en-US; rv:0.9.6) Gecko/20011120 BuildID: 2001112020 When the page loads, chunks of text will change to an odd color. They will randomly change to a new color when mouse is clicked or moved or when the window is scrolled. This happens on not only the first page, but on many pages in this site. Reproducible: Always Steps to Reproduce: 1. Launch 096 2. go to dhtmlkitchen.com, dhtmlkitchen.com/dhtml, dhtmlkitchen.com/css, et c. 3. move mouse over links, click on some things Actual Results: Text changes to different colors everytime, colors look like #dddddd, #00ee00, purple, greenish-brown, et c. -- really ugly colors After a bit, the browser crashes. Expected Results: Try it in 095. It looks fine (at least on my build for osX) I have an onload event handler in the body tag. I also have an event listener, window.addEventListener("load", loadmenu, false); The eventlistener is in sitemenu.js. When I removed the onload, the page was okay. I cannot deduce the problem, sorry. Need help. What is a stack trace? should I do this? I can't find any problem in the js console and I am really clueless. I don't know where to start at building a test case, but I can usually debug js pretty fast.
112,241
1,043,463
From Bugzilla Helper:[email protected] User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:0.9.6) Gecko/20011120 BuildID: 2001112009 When attempting to select an item in the selct box on this page, Mozilla and all instances of Mozilla (including mail) lock up and eventually Win2K labels them "not responding" and closes them. This was tested several times. Works fine in IE. Reproducible: Always Steps to Reproduce: 1.go to http://www.zdnet.com/yil/content/college/college2000/rank_university_100.html 2. try to use select-box 3. Actual Results: Mozilla locks up Expected Results: Normal select-box functionality.
124,103
1,153,512
From Bugzilla Helper: User-Agent: Mozilla/5.0 (Windows; U; WinNT4.0; en-US; rv:0.9.8) Gecko/20020204 BuildID: 2002020406 If I try to load the page on URL http://support.bea.com/ the Browser trys to load the page again and again with different parameters for the JSP behind the URL. It works correct with Netscape 4.5 and older Mozillas Reproducible: Always Steps to Reproduce: Go to http://support.bea.com/ Actual Results: Mozilla trys to load the page again and again until You stop it. Expected Results: Display the page
124,205
1,154,205
Both M098 and the Trunk are showing this signature in the topcrash lists. The comments clearly point to problems created by switching themes. Looking at the Talkback data there are a few isolated incidents as far back as N6.10. It is showing up in significant numbers in the recent Trunk builds and M098. Stack Trace: nsHTMLReflowState::DetermineFrameType [d:\builds\seamonkey\mozilla\layout\html\base\src\nsHTMLReflowState.cpp line 363] nsHTMLReflowState::Init [d:\builds\seamonkey\mozilla\layout\html\base\src\nsHTMLReflowState.cpp line 247] nsHTMLReflowState::nsHTMLReflowState [d:\builds\seamonkey\mozilla\layout\html\base\src\nsHTMLReflowState.cpp line 224] nsLineLayout::ReflowFrame [d:\builds\seamonkey\mozilla\layout\html\base\src\nsLineLayout.cpp line 979] nsInlineFrame::ReflowInlineFrame [d:\builds\seamonkey\mozilla\layout\html\base\src\nsInlineFrame.cpp line 713] nsInlineFrame::ReflowFrames [d:\builds\seamonkey\mozilla\layout\html\base\src\nsInlineFrame.cpp line 522] nsInlineFrame::Reflow [d:\builds\seamonkey\mozilla\layout\html\base\src\nsInlineFrame.cpp line 438] nsLineLayout::ReflowFrame [d:\builds\seamonkey\mozilla\layout\html\base\src\nsLineLayout.cpp line 1087] nsInlineFrame::ReflowInlineFrame [d:\builds\seamonkey\mozilla\layout\html\base\src\nsInlineFrame.cpp line 713] nsInlineFrame::ReflowFrames [d:\builds\seamonkey\mozilla\layout\html\base\src\nsInlineFrame.cpp line 522] nsInlineFrame::Reflow [d:\builds\seamonkey\mozilla\layout\html\base\src\nsInlineFrame.cpp line 438] nsLineLayout::ReflowFrame [d:\builds\seamonkey\mozilla\layout\html\base\src\nsLineLayout.cpp line 1087] nsBlockFrame::ReflowInlineFrame [d:\builds\seamonkey\mozilla\layout\html\base\src\nsBlockFrame.cpp line 3735] nsBlockFrame::DoReflowInlineFrames [d:\builds\seamonkey\mozilla\layout\html\base\src\nsBlockFrame.cpp line 3616] nsBlockFrame::DoReflowInlineFramesAuto [d:\builds\seamonkey\mozilla\layout\html\base\src\nsBlockFrame.cpp line 3541] nsBlockFrame::ReflowInlineFrames [d:\builds\seamonkey\mozilla\layout\html\base\src\nsBlockFrame.cpp line 3486] nsBlockFrame::ReflowLine [d:\builds\seamonkey\mozilla\layout\html\base\src\nsBlockFrame.cpp line 2640] nsBlockFrame::ReflowDirtyLines [d:\builds\seamonkey\mozilla\layout\html\base\src\nsBlockFrame.cpp line 2279] nsBlockFrame::Reflow [d:\builds\seamonkey\mozilla\layout\html\base\src\nsBlockFrame.cpp line 846] nsBlockReflowContext::DoReflowBlock [d:\builds\seamonkey\mozilla\layout\html\base\src\nsBlockReflowContext.cpp line 581] nsBlockReflowContext::ReflowBlock [d:\builds\seamonkey\mozilla\layout\html\base\src\nsBlockReflowContext.cpp line 359] nsBlockFrame::ReflowBlockFrame [d:\builds\seamonkey\mozilla\layout\html\base\src\nsBlockFrame.cpp line 3230] nsBlockFrame::ReflowLine [d:\builds\seamonkey\mozilla\layout\html\base\src\nsBlockFrame.cpp line 2506] nsBlockFrame::ReflowDirtyLines [d:\builds\seamonkey\mozilla\layout\html\base\src\nsBlockFrame.cpp line 2279] nsBlockFrame::Reflow [d:\builds\seamonkey\mozilla\layout\html\base\src\nsBlockFrame.cpp line 846] nsBlockReflowContext::DoReflowBlock [d:\builds\seamonkey\mozilla\layout\html\base\src\nsBlockReflowContext.cpp line 581] nsBlockReflowContext::ReflowBlock [d:\builds\seamonkey\mozilla\layout\html\base\src\nsBlockReflowContext.cpp line 359] nsBlockFrame::ReflowBlockFrame [d:\builds\seamonkey\mozilla\layout\html\base\src\nsBlockFrame.cpp line 3230] nsBlockFrame::ReflowLine [d:\builds\seamonkey\mozilla\layout\html\base\src\nsBlockFrame.cpp line 2506] nsBlockFrame::ReflowDirtyLines [d:\builds\seamonkey\mozilla\layout\html\base\src\nsBlockFrame.cpp line 2279] nsBlockFrame::Reflow [d:\builds\seamonkey\mozilla\layout\html\base\src\nsBlockFrame.cpp line 846] nsBlockReflowContext::DoReflowBlock [d:\builds\seamonkey\mozilla\layout\html\base\src\nsBlockReflowContext.cpp line 581] nsBlockReflowContext::ReflowBlock [d:\builds\seamonkey\mozilla\layout\html\base\src\nsBlockReflowContext.cpp line 359] nsBlockFrame::ReflowBlockFrame [d:\builds\seamonkey\mozilla\layout\html\base\src\nsBlockFrame.cpp line 3230] nsBlockFrame::ReflowLine [d:\builds\seamonkey\mozilla\layout\html\base\src\nsBlockFrame.cpp line 2506] nsBlockFrame::ReflowDirtyLines [d:\builds\seamonkey\mozilla\layout\html\base\src\nsBlockFrame.cpp line 2279] nsBlockFrame::Reflow [d:\builds\seamonkey\mozilla\layout\html\base\src\nsBlockFrame.cpp line 846] nsContainerFrame::ReflowChild [d:\builds\seamonkey\mozilla\layout\html\base\src\nsContainerFrame.cpp line 771] CanvasFrame::Reflow [d:\builds\seamonkey\mozilla\layout\html\base\src\nsHTMLFrame.cpp line 564] nsBoxToBlockAdaptor::Reflow [d:\builds\seamonkey\mozilla\layout\xul\base\src\nsBoxToBlockAdaptor.cpp line 843] nsBoxToBlockAdaptor::DoLayout [d:\builds\seamonkey\mozilla\layout\xul\base\src\nsBoxToBlockAdaptor.cpp line 606] nsBox::Layout [d:\builds\seamonkey\mozilla\layout\xul\base\src\nsBox.cpp line 1052] nsScrollBoxFrame::DoLayout [d:\builds\seamonkey\mozilla\layout\xul\base\src\nsScrollBoxFrame.cpp line 395] nsBox::Layout [d:\builds\seamonkey\mozilla\layout\xul\base\src\nsBox.cpp line 1052] nsContainerBox::LayoutChildAt [d:\builds\seamonkey\mozilla\layout\xul\base\src\nsContainerBox.cpp line 654] nsGfxScrollFrameInner::LayoutBox [d:\builds\seamonkey\mozilla\layout\html\base\src\nsGfxScrollFrame.cpp line 1072] nsGfxScrollFrameInner::Layout [d:\builds\seamonkey\mozilla\layout\html\base\src\nsGfxScrollFrame.cpp line 1231] nsGfxScrollFrame::DoLayout [d:\builds\seamonkey\mozilla\layout\html\base\src\nsGfxScrollFrame.cpp line 1080] nsBox::Layout [d:\builds\seamonkey\mozilla\layout\xul\base\src\nsBox.cpp line 1052] nsBoxFrame::Reflow [d:\builds\seamonkey\mozilla\layout\xul\base\src\nsBoxFrame.cpp line 991] nsGfxScrollFrame::Reflow [d:\builds\seamonkey\mozilla\layout\html\base\src\nsGfxScrollFrame.cpp line 789] nsContainerFrame::ReflowChild [d:\builds\seamonkey\mozilla\layout\html\base\src\nsContainerFrame.cpp line 771] ViewportFrame::Reflow [d:\builds\seamonkey\mozilla\layout\html\base\src\nsViewportFrame.cpp line 574] PresShell::ResizeReflow [d:\builds\seamonkey\mozilla\layout\html\base\src\nsPresShell.cpp line 2811] PresShell::ResizeReflow [d:\builds\seamonkey\mozilla\layout\html\base\src\nsPresShell.cpp line 6064] nsViewManager::SetWindowDimensions [d:\builds\seamonkey\mozilla\view\src\nsViewManager.cpp line 585] nsViewManager::DispatchEvent [d:\builds\seamonkey\mozilla\view\src\nsViewManager.cpp line 1816] HandleEvent [d:\builds\seamonkey\mozilla\view\src\nsView.cpp line 83] nsWindow::DispatchEvent [d:\builds\seamonkey\mozilla\widget\src\windows\nsWindow.cpp line 854] nsWindow::DispatchWindowEvent [d:\builds\seamonkey\mozilla\widget\src\windows\nsWindow.cpp line 871] nsWindow::OnResize [d:\builds\seamonkey\mozilla\widget\src\windows\nsWindow.cpp line 4386] nsWindow::ProcessMessage [d:\builds\seamonkey\mozilla\widget\src\windows\nsWindow.cpp line 3654] nsWindow::WindowProc [d:\builds\seamonkey\mozilla\widget\src\windows\nsWindow.cpp line 1116] USER32.dll + 0x3a5f (0x77d43a5f) Source File : http://bonsai.mozilla.org/cvsblame.cgi?file=mozilla/layout/html/base/src/nsHTMLR eflowState.cpp line : 363 (2605292) URL: www.namezero.com (2602877) URL: www.macnn.com (2602877) Comments: switching to the modern theme. (2597316) URL: https://www.mbank.com.pl/ (2597316) Comments: While trying to change skin... (2589007) Comments: theme switch (2586854) Comments: downloading star trek theme caused browser to die (2583038) Comments: installing new theme (2582931) Comments: installing new theme (2574451) Comments: Used Apply Theme (2573786) URL: http://helloweb.com/index.html (2573786) Comments: Switching from the classic to the modern theme. (2570786) Comments: changing the modern theme back to classic (2566407) Comments: changing from the classic theme to the modern theme. (2564982) Comments: Saving new navigator preferences (2563264) URL: www.iht.com (2560542) Comments: switching themes from classic to modern (2554713) Comments: Switching from Classic to Modern. (2549137) Comments: Tried to change to ToyFactory-theme. However this theme is still for Netscape 6.1 and I use Mozilla 0.9.8. Any news about theme-updates ? (2545907) Comments: Started mozilla with modern as default theme then tried to switch to classic theme from View > Apply Theme > Classic. (2545869) Comments: Changed to classic theme (2545449) URL: http://commcenter.net2phone.com/GLPPublish.asp?idpage=startdl (2537778) Comments: Trying to change the theme to "Modern" (2531919) Comments: I changed the theme from classic to modern (2529062) URL: my.yahoo.com (2529062) Comments: I had just installed Mozilla and gone to my home page (My Yahoo) when I tried to switch themes (to the Modern theme). That is where it crashed. (2526537) Comments: Changed the theme for the first time: from classic to modern (2525443) Comments: Trying to use a Netscape theme with mozilla (2522448) URL: soribada.kldp.org (2522448) Comments: lo-fi classic theme of xulplanet broken with 0.9.8.so applied classic one. and lo-fi again. it apeears well.but new window broken again. then classic applied again.the applying task was in while opening other tabs and windows.mozilla crashed. (2522392) Comments: switch theme from classic to modern (2520770) URL: www.icicidirect.com (2520770) Comments: I had 2 sites opened in tabbed view When i tried to switch between the skins from modern to classic mozilla crashed ------------ Trunk crash comments: (2576243) Comments: I think that the theme that is currently active does not really "work" with this version of Mozilla. I tried to switch from that theme to Modern and the app crashed. (2546229) Comments: Updating the skin to LittleMozilla (2517016) Comments: shift theme (2436377) URL: http://www.netscape.com/themes (2436377) Comments: Opened up a huge amount of windows for fun and tried to switch themes (2423058) Comments: changing from classic to modern (2265974) URL: wannabe.gathering.org/tg (2265974) Comments: switching skin from classic to modern
124,209
1,154,278
Mozilla/5.0 (X11; U; Linux i686; en-US; rv:0.9.8+) Gecko/20020207 Mozilla hangs for me when deleting selections of quoted text in replies when using the the delete key. Steps to reproduce 1. Set pref to "compose messages in html format" 2. Set pref to "automatically quote when replying" 3. Reply to an email message. 4. Select some of the replied text in the compose window. 5. Press delete key. Pasting in a bunch of text and then deleting parts of it parts of it works fine. Deleting selected text by hitting the enter key or typing text does not hang.
124,333
1,155,701
From Bugzilla Helper: User-Agent: Mozilla/5.0 (Windows; U; Win98; en-US; rv:0.9.8) Gecko/20020204 BuildID: 2002020406 composer unsaved HTML source change crashes mozilla Reproducible: Always Steps to Reproduce: 1.Edit HTML using Composer/HTML 2.Click on preview or normal - Mozilla crashes 3.
124,375
1,156,003
From Bugzilla Helper: User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:0.9.8+) Gecko/20020207 BuildID: 2002020703 I created a new document with Composer, a few tables, a bit of text, nothing fancy. throughout my time creating this Composer often hung when pressing the delete key (not backspace), predominantly on areas of white space but I think it also did it where there was text, but can't quite remember. I saved a copy that was doing this, with the text stripped out to make it simpler to read. if you press delete in the space between the two tables Composer hangs Reproducible: Always Steps to Reproduce: 1. load http://www.thegoldenear.connectfree.co.uk/del-between-the-tables-hang.html into Composer 2. in the white space between the two tables, press delete (not backspace) Actual Results: Composer hangs Expected Results: space is deleted
124,566
1,157,787
From Bugzilla Helper: User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:0.9.8+) Gecko/20020208 BuildID: 2002020803 whilst the page is still loading, right-clicking and choosing View Page Info hangs the browser. I tried this on both czech language glossaries at http://www.mozilla.org/projects/l10n/mlp_glossary.html and they did the same. I tried it on a couple of html sites and they worked as expected. if I wait till the page has loaded it works as expected. following the steps to reproduce on Mozilla 0.9.8 on Windows 98 works as expected. pbartecki followed steps to reproduce on Windows Me and it worked as expected Reproducible: Always Steps to Reproduce: 1. load http://ftp.mozilla.org/pub/mozilla/l10n/glossaries/cz-usgloss4.51.txt 2. whilst the page is still loading, right-click and choose View Page Info Actual Results: Mozilla hangs Expected Results: should see page info
124,969
1,161,952
Build: 2002-02-11-08 Platform: Mac OS X Expected Results: Application should not crash after clicking OK in Preferences dialog. What I got: Application crashes Steps to reproduce: 1) Open Mozilla. Copy and select a URL address. 2) Open Preferences 3) Click on Navigator 4) Select url in Location field and press Command V to paste url 5) New pasted url appears in Loaction field. 6) Click OK. Application crashes. ********** Date/Time: 2002-02-11 21:33:59 -0800 OS Version: 10.1.2 (Build 5P48) Command: Mozilla PID: 537 Exception: EXC_BAD_ACCESS (0x0001) Codes: KERN_PROTECTION_FAILURE (0x0002) at 0x00000000 Thread 0: #0 0x02b3eab0 in nsPopupSetFrame::ActivatePopup(nsPopupFrameList *, int) #1 0x02b3eaa0 in nsPopupSetFrame::ActivatePopup(nsPopupFrameList *, int) #2 0x02b3e0dc in nsPopupSetFrame::HidePopup(nsIFrame *) #3 0x02b26fd8 in nsMenuPopupFrame::HideChain(void) #4 0x02b474bc in nsMenuDismissalListener::Rollup(void) #5 0x01f6e868 in nsWindow::Destroy(void) #6 0x02c8de10 in nsView::_dt(void) #7 0x02c8e244 in nsView::Destroy(void) #8 0x02a05f2c in nsFrame::Destroy(nsIPresContext *) #9 0x02a03398 in nsContainerFrame::Destroy(nsIPresContext *) #10 0x02b0f5b8 in nsBoxFrame::Destroy(nsIPresContext *) #11 0x02b27be0 in nsMenuPopupFrame::Destroy(nsIPresContext *) #12 0x02b3d6e0 in nsPopupSetFrame::Destroy(nsIPresContext *) #13 0x02b09794 in nsFrameList::DestroyFrames(nsIPresContext *) #14 0x02a03388 in nsContainerFrame::Destroy(nsIPresContext *) #15 0x02b0f5b8 in nsBoxFrame::Destroy(nsIPresContext *) #16 0x02b09794 in nsFrameList::DestroyFrames(nsIPresContext *) #17 0x02a03388 in nsContainerFrame::Destroy(nsIPresContext *) #18 0x02b0f5b8 in nsBoxFrame::Destroy(nsIPresContext *) #19 0x02b09794 in nsFrameList::DestroyFrames(nsIPresContext *) #20 0x02a03388 in nsContainerFrame::Destroy(nsIPresContext *) #21 0x02ade520 in ViewportFrame::Destroy(nsIPresContext *) #22 0x02b373c4 in FrameManager::Destroy(void) #23 0x02a195a4 in PresShell::Destroy(void) #24 0x02399c04 in DocumentViewerImpl::Destroy(void) #25 0x021565f0 in nsDocShell::Destroy(void) #26 0x021775e8 in nsWebShell::Destroy(void) #27 0x02b9e030 in nsHTMLFrameInnerFrame::_dt(void) #28 0x02a05f4c in nsFrame::Destroy(nsIPresContext *) #29 0x02b09794 in nsFrameList::DestroyFrames(nsIPresContext *) #30 0x02a03388 in nsContainerFrame::Destroy(nsIPresContext *) #31 0x02b09794 in nsFrameList::DestroyFrames(nsIPresContext *) #32 0x02a03388 in nsContainerFrame::Destroy(nsIPresContext *) #33 0x02b0f5b8 in nsBoxFrame::Destroy(nsIPresContext *) #34 0x02b09794 in nsFrameList::DestroyFrames(nsIPresContext *) #35 0x02a03388 in nsContainerFrame::Destroy(nsIPresContext *) #36 0x02b0f5b8 in nsBoxFrame::Destroy(nsIPresContext *) #37 0x02b09794 in nsFrameList::DestroyFrames(nsIPresContext *) #38 0x02a03388 in nsContainerFrame::Destroy(nsIPresContext *) #39 0x02b0f5b8 in nsBoxFrame::Destroy(nsIPresContext *) #40 0x02b09794 in nsFrameList::DestroyFrames(nsIPresContext *) #41 0x02a03388 in nsContainerFrame::Destroy(nsIPresContext *) #42 0x02b0f5b8 in nsBoxFrame::Destroy(nsIPresContext *) #43 0x02b09794 in nsFrameList::DestroyFrames(nsIPresContext *) #44 0x02a03388 in nsContainerFrame::Destroy(nsIPresContext *) #45 0x02b0f5b8 in nsBoxFrame::Destroy(nsIPresContext *) #46 0x02b09794 in nsFrameList::DestroyFrames(nsIPresContext *) #47 0x02a03388 in nsContainerFrame::Destroy(nsIPresContext *) #48 0x02ade520 in ViewportFrame::Destroy(nsIPresContext *) #49 0x02b373c4 in FrameManager::Destroy(void) #50 0x02a195a4 in PresShell::Destroy(void) #51 0x02399c04 in DocumentViewerImpl::Destroy(void) #52 0x021565f0 in nsDocShell::Destroy(void) #53 0x021775e8 in nsWebShell::Destroy(void) #54 0x01f539ac in nsXULWindow::Destroy(void) #55 0x01f410e0 in nsWebShellWindow::Destroy(void) #56 0x01f4d47c in nsChromeTreeOwner::Destroy(void) #57 0x02728980 in GlobalWindowImpl::ReallyCloseWindow(void) #58 0x0272d9d8 in GlobalWindowImpl::CloseWindow(nsISupports *) #59 0x0271c3a0 in nsJSContext::ScriptEvaluated(int) #60 0x0271b15c in nsJSContext::CallEventHandler(void *, void *, unsigned int, void *, int *, int) #61 0x0272e7a0 in GlobalWindowImpl::RunTimeout(nsTimeoutImpl *) #62 0x0272f1c0 in GlobalWindowImpl::TimerCallback(nsITimer *, void *) #63 0x006a28f8 in nsTimerImpl::Process(void) #64 0x006a29b4 in handleMyEvent(MyEventType *) #65 0x0066e9f0 in PL_HandleEvent #66 0x0066e85c in PL_ProcessPendingEvents #67 0x006136bc in nsEventQueueImpl::ProcessPendingEvents(void) #68 0x01f73a3c in nsMacNSPREventQueueHandler::ProcessPLEventQueue(void) #69 0x01f73800 in nsMacNSPREventQueueHandler::RepeatAction(EventRecord const &) #70 0x01316b14 in Repeater::DoRepeaters(EventRecord const &) #71 0x01f87728 in nsMacMessagePump::DispatchEvent(int, EventRecord *) #72 0x01f87300 in nsMacMessagePump::DoMessagePump(void) #73 0x01f86c3c in nsAppShell::Run(void) #74 0x01f43d0c in nsAppShellService::Run(void) #75 0x0053fba4 in main1(int, char **, nsISupports *) #76 0x0054067c in main Thread 1: #0 0x7000497c in syscall #1 0x70557600 in BSD_waitevent #2 0x70554b80 in CarbonSelectThreadFunc #3 0x7002054c in _pthread_body Thread 2: #0 0x7003f4c8 in semaphore_wait_signal_trap #1 0x7003f2c8 in _pthread_cond_wait #2 0x705593ec in CarbonOperationThreadFunc #3 0x7002054c in _pthread_body Thread 3: #0 0x70044cf8 in semaphore_timedwait_signal_trap #1 0x70044cd8 in semaphore_timedwait_signal #2 0x7003f2b8 in _pthread_cond_wait #3 0x70283ea4 in TSWaitOnConditionTimedRelative #4 0x7027d748 in TSWaitOnSemaphoreCommon #5 0x702c2078 in TimerThread #6 0x7002054c in _pthread_body Thread 4: #0 0x7003f4c8 in semaphore_wait_signal_trap #1 0x7003f2c8 in _pthread_cond_wait #2 0x70250ab0 in TSWaitOnCondition #3 0x7027d730 in TSWaitOnSemaphoreCommon #4 0x70243d14 in AsyncFileThread #5 0x7002054c in _pthread_body Thread 5: #0 0x7003f4c8 in semaphore_wait_signal_trap #1 0x7003f2c8 in _pthread_cond_wait #2 0x7055b884 in CarbonInetOperThreadFunc #3 0x7002054c in _pthread_body Thread 6: #0 0x70000978 in mach_msg_overwrite_trap #1 0x70005a04 in mach_msg #2 0x70026a2c in _pthread_become_available #3 0x70026724 in pthread_exit #4 0x70020550 in _pthread_body PPC Thread State: srr0: 0x02b3eab0 srr1: 0x0000f030 vrsave: 0x00000000 xer: 0x20000018 lr: 0x02b3eaa0 ctr: 0x02c8e290 mq: 0x00000000 r0: 0x02b3eaa0 r1: 0xbfffdcd0 r2: 0x02c44000 r3: 0x00000000 r4: 0x03985420 r5: 0x00000000 r6: 0x00000000 r7: 0xbfffdca8 r8: 0x00000002 r9: 0x032320e0 r10: 0x00000004 r11: 0x00000007 r12: 0x026e28b0 r13: 0x00000000 r14: 0x00000036 r15: 0x00c7cc30 r16: 0x00c7cc60 r17: 0xbfffee90 r18: 0x00c7dc68 r19: 0x00002b07 r20: 0x00000000 r21: 0x0000001c r22: 0x70004234 r23: 0x700042c8 r24: 0x00000004 r25: 0x000006eb r26: 0x8081ab5c r27: 0x00064460 r28: 0x00000000 r29: 0xbfffef00 r30: 0x00000000 r31: 0x00000001 **********
126,104
1,173,538
Build ID: Windows 2000 latest trunk as of 6:30 pm today. Summary: Memory leak of 3 bytes from 1 block allocated in nsHttpResponseHead::ParseStatusLine Steps to Reproduce: Just start up Mozilla with http://home.netscape.com as your start page. [W] MLK: Memory leak of 3 bytes from 1 block allocated in PL_strdup Distribution of leaked blocks Allocation location malloc [MSVCRT.DLL] PL_strdup [strdup.c:46] nsHttpResponseHead::ParseStatusLine(char *) [nsHttpResponseHead.cpp:161] if ((mVersion == NS_HTTP_VERSION_0_9) || !(line = PL_strchr (line, ' '))) { mStatus = 200; => mStatusText = nsCRT::strdup("OK"); } else { // Status-Code ??? [ip=0x08e53719] nsHttpTransaction::ParseLine(char *) [nsHttpTransaction.cpp:354] LOG(("nsHttpTransaction::ParseLine [%s]\n", line)); if (!mHaveStatusLine) { => mResponseHead->ParseStatusLine(line); mHaveStatusLine = PR_TRUE; // XXX this should probably never happen if (mResponseHead->Version() == NS_HTTP_VERSION_0_9) ??? [ip=0x08b14a8c] nsHttpTransaction::ParseLineSegment(char *,UINT) [nsHttpTransaction.cpp:379] else { // trim off the new line char and parse the line mLineBuf.Truncate(mLineBuf.Length() - 1); => ParseLine(NS_CONST_CAST(char*,mLineBuf.get())); // stuff the segment into the line buf mLineBuf.Assign(segment, len); } nsHttpTransaction::ParseHead(char *,UINT,UINT *) [nsHttpTransaction.cpp:452] len--; buf[len-1] = '\n'; => ParseLineSegment(buf, len); if (mHaveAllHeaders) return NS_OK; nsHttpTransaction::Read(char *,UINT,UINT *) [nsHttpTransaction.cpp:865] if (!mHaveAllHeaders) { PRUint32 bytesConsumed = 0; => rv = ParseHead(buf, count, &bytesConsumed); if (NS_FAILED(rv)) return rv; count -= bytesConsumed; nsReadFromInputStream [nsPipe2.cpp:845] PRUint32 offset, PRUint32 count, PRUint32 *readCount) => { nsIInputStream* fromStream = (nsIInputStream*)closure; return fromStream->Read(toRawSegment, count, readCount); } nsPipe::nsPipeOutputStream::WriteSegments((*)(nsIOutputStream *,void *,char *,UINT,UINT,UINT *),void *,UINT,UINT *) [nsPipe2.cpp:721] while (writeBufLen > 0) { PRUint32 readCount = 0; mon.Exit(); // XXX avoid deadlock better => rv = reader(this, closure, writeBuf, *writeCount, writeBufLen, &readCount); mon.Enter(); if (rv == NS_BASE_STREAM_WOULD_BLOCK) { NS_ASSERTION(readCount <= writeBufLen, "reader returned bad readCount"); nsPipe::nsPipeOutputStream::WriteFrom(nsIInputStream *,UINT,UINT *) [nsPipe2.cpp:854] nsPipe::nsPipeOutputStream::WriteFrom(nsIInputStream* fromStream, PRUint32 count, PRUint32 *writeCount) => { return WriteSegments(nsReadFromInputStream, fromStream, count, writeCount); } nsStreamListenerProxy::OnDataAvailable(nsIRequest *,nsISupports *,nsIInputStream *,UINT,UINT) [nsStreamListenerProxy.cpp:303] // that the pipe was emptied during this time, we retry copying data // into the pipe. // => rv = mPipeOut->WriteFrom(source, count, &bytesWritten); LOG(("nsStreamListenerProxy: Wrote data to pipe [rv=%x count=%u bytesWritten=%u req=%x]\n", rv, count, bytesWritten, request)); nsHttpTransaction::OnDataReadable(nsIInputStream *) [nsHttpTransaction.cpp:241] // let our listener try to read up to NS_HTTP_BUFFER_SIZE from us. rv = mListener->OnDataAvailable(this, nsnull, this, => mContentRead, NS_HTTP_BUFFER_SIZE); LOG(("nsHttpTransaction: listener returned [rv=%x]\n", rv)); nsHttpConnection::OnDataAvailable(nsIRequest *,nsISupports *,nsIInputStream *,UINT,UINT) [nsHttpConnection.cpp:697] nsHttpHandler::get()->ProcessTransactionQ(); } => nsresult rv = mTransaction->OnDataReadable(inputStream); LOG(("mTransaction->OnDataReadable() returned [rv=%x]\n", rv)); return rv; nsSocketReadRequest::OnRead(void) [nsSocketTransport.cpp:2871] mContext, mInputStream, offset, => amount); LOG(("nsSocketReadRequest: listener returned [rv=%x]\n", rv)); nsSocketTransport::doReadWrite(short) [nsSocketTransport.cpp:1077] // we must not call out to our listener with the monitor held. mReadRequest // can only be cleared on this thread, so releasing the monitor should be safe. PR_ExitMonitor(mMonitor); => readStatus = mReadRequest->OnRead(); PR_EnterMonitor(mMonitor); if (mReadRequest->IsSuspended()) { mSelectFlags &= ~PR_POLL_READ; nsSocketTransport::Process(short) [nsSocketTransport.cpp:541] LOG(("nsSocketTransport: Transport [host=%s:%d this=%x] " "is in WaitReadWrite state [readtype=%x writetype=%x status=%x].\n", mHostName, mPort, this, GetReadType(), GetWriteType(), mStatus)); => mStatus = doReadWrite(aSelectFlags); break; case eSocketState_Timeout:
126,675
1,179,282
Talkback ids: TB3150405K TB3150367Q
115,986
1,078,505
From Bugzilla Helper: User-Agent: Mozilla/5.0 (X11; U; SunOS sun4u; en-US; rv:0.9.6+) Gecko/20011218 BuildID: 2001121822 With the last few builds I've been seeing regular crashes at startup in the zip inflation code; two stack trace examples are included. Mozilla crashes in this way 2 of every 3 times I start it. === t@5 (l@5) terminated by signal BUS (invalid address alignment) 0xfe618120: inflate_blocks_reset+0x0010: ld [%i0 + 0x3c], %o0 i0-i3 0x20746869 0xfdbcfa70 0x00174074 0xff0d0adc (dbx) x 0x20746869+0x3c 0x207468a5: dbx: core file read error: address 0x207468a5 not in data space current thread: t@5 =>[1] inflate_blocks_reset(0x20746869, 0xfdbcfa70, 0x174074, 0xff0d0adc, 0x0, 0x0), at 0xfe618120 [2] inflate(0xfdbcfa70, 0x0, 0x199, 0x4d2538, 0x0, 0xfdbcfab1), at 0xfe617cd0 [3] InflateItem__12nsZipArchivePC9nsZipItemP10PRFileDescPc(0x0, 0xffffdfc8, 0xffffefc8, 0x0, 0xfdbcda70, 0xfdbcea70), at 0xfe0b7da8 [4] ReadInit__12nsZipArchivePCcPP9nsZipRead(0x4d2538, 0x3b0460, 0x4bbe74, 0xfe0b669c, 0xfeaf6000, 0xfdbcfb64), at 0xfe0b6ff0 [5] Init__16nsJARInputStreamP5nsJARPCc(0x4bbe68, 0x4d2528, 0x4f6c38, 0xfe267de4, 0x81010100, 0xff00), at 0xfe0b6974 [6] GetInputStream__5nsJARPCcPP14nsIInputStream(0x4d2528, 0x4f6c38, 0xfdbcfda0, 0xfe0b9098, 0xfe563dc4, 0x0), at 0xfe0b9108 [7] GetInputStream__12nsJARChannelPP14nsIInputStream(0x4f6c88, 0xfdbcfda0, 0xfe5b7918, 0xfe57220c, 0xfe57227c, 0x252fa4), at 0xfe5b794c [8] Process__15nsFileTransportP20nsIProgressEventSink(0x4f6e30, 0x0, 0x0, 0xff171918, 0x0, 0x0), at 0xfe557964 [9] Run__15nsFileTransport(0x4f6e30, 0xfe557738, 0x0, 0x0, 0x0, 0x0), at 0xfe5577f0 [10] Run__20nsThreadPoolRunnable(0x194be0, 0xff1b4f10, 0x194be0, 0x0, 0x0, 0x0), at 0xff1b4f94 [11] Main__8nsThreadPv(0x196778, 0xff1b3828, 0x0, 0x0, 0x0, 0x0), at 0xff1b3850 [12] 0xff0d47e4(0x1a3260, 0x0, 0x0, 0x0, 0x0, 0x0), at 0xff0d47e3 === t@8 (l@8) terminated by signal BUS (invalid address alignment) 0xfe619528: st %g3, [%o2 + %g2] g0-g3 0x00000000 0x00000004 0x00000000 0x0002ba44 o0-o3 0x00000000 0x00000000 0x7375626a 0x00000000 (dbx) x 0x7375626a 0x7375626a: dbx: core file read error: address 0x7375626a not in data space current thread: t@8 =>[1] 0xfe619528(0x0, 0x0, 0x0, 0x1740f4, 0x4, 0x2), at 0xfe619527 [2] inflate_trees_bits(0x1713e8, 0x174100, 0x174104, 0x7375626a, 0xfd0efa70, 0x0), at 0xfe61965c [3] inflate_blocks(0x1740f0, 0xfd0efa70, 0x0, 0xff0d0adc, 0x0, 0x0), at 0xfe6188f0 [4] inflate(0xfd0efa70, 0x0, 0x332, 0x15c148, 0x0, 0xfd0efab1), at 0xfe617c7c [5] InflateItem__12nsZipArchivePC9nsZipItemP10PRFileDescPc(0x0, 0xffffdfc8, 0xffffefc8, 0x0, 0xfd0eda70, 0xfd0eea70), at 0xfe0b7da8 [6] ReadInit__12nsZipArchivePCcPP9nsZipRead(0x15c148, 0x158e48, 0x384e14, 0xfe0b669c, 0x37ceb8, 0x0), at 0xfe0b6ff0 [7] Init__16nsJARInputStreamP5nsJARPCc(0x384e08, 0x15c138, 0x36fe78, 0xfe267de4, 0x81010100, 0xff00), at 0xfe0b6974 [8] GetInputStream__5nsJARPCcPP14nsIInputStream(0x15c138, 0x36fe78, 0xfd0efda0, 0xfe0b9098, 0x37bb40, 0xfff1e8c4), at 0xfe0b9108 [9] GetInputStream__12nsJARChannelPP14nsIInputStream(0x286c98, 0xfd0efda0, 0xfe5b7918, 0xfe57220c, 0x0, 0x37d0c1), at 0xfe5b794c [10] Process__15nsFileTransportP20nsIProgressEventSink(0x287238, 0x0, 0x0, 0xff171918, 0x0, 0x0), at 0xfe557964 [11] Run__15nsFileTransport(0x287238, 0xfe557738, 0x0, 0x0, 0x0, 0x0), at 0xfe5577f0 [12] Run__20nsThreadPoolRunnable(0x384e38, 0xff1b4f10, 0x384e38, 0x0, 0x0, 0x0), at 0xff1b4f94 [13] Main__8nsThreadPv(0x3709b0, 0xff1b3828, 0x0, 0x0, 0x0, 0x0), at 0xff1b3850 [14] 0xff0d47e4(0x37ce10, 0x0, 0x0, 0x0, 0x0, 0x0), at 0xff0d47e3 === Reproducible: Sometimes Steps to Reproduce: 1.start mozilla 2. 3.
117,065
1,086,127
From Bugzilla Helper: User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:0.9.7+) Gecko/20011226 BuildID: 2001122603 Selecting newsgroups leads to a crash Reproducible: Always Steps to Reproduce: 1.open mozilla, task mail and news, no newsgroups are selected 2.click on the newsgroup account then on "subscribe to newsgroups" 3.type "cd" in the show item field 4.scroll to the bottom of the list and check the last four 5.back to show item field type "z" Actual Results: crash Expected Results: corresponding subselect (probably an empty list)
117,478
1,089,481
From Bugzilla Helper: User-Agent: Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; Q312461) BuildID: 20011230 Recently, changes were checked in that turned the addressbook over to use the outliner. Well, I loaded up the ol' addressbook, and A) no cards are actually displayed in the card list pane (upper right pane), although if I click in the pane, the invisible selected card is displayed. B) if I select different addressbooks (ie, go from Personal AddressBook to Collected Addresses a few times), mozilla crashes. Reproducible: Always Steps to Reproduce: open the addressbook select different addressbooks within the Address Books pane Actual Results: A) individual cards are not displayed B) mozilla crashes eventually Expected Results: Normal addressbook behavior. It might matter that I have several address lists in my personal address book, and that my address book was imported from a text file when I moved over from netscape to mozilla.
118,931
1,102,785
From Bugzilla Helper: User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:0.9.7) Gecko/20011221 BuildID: 2001122108 mozilla locks up. can be killed though Reproducible: Always Steps to Reproduce: 1.browse to www.novaxess.net 2. 3. Actual Results: locks up locks up
112,328
1,044,756
From Bugzilla Helper: User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:0.9.4) Gecko/20011019 Netscape6/6.2 BuildID: mozilla tree tip Purify reports Array bounds read in nsBaseURLParser::ParseURL at startup time. This was of a local build on win2k on the mozilla tree tip. The errant line and the fix are listed below. I started to purify this because my browser was crashing at startup. Reproducible: Always Steps to Reproduce: 1.Start mozilla under purify 2.U get the ABR in the purify report. Actual Results: Borwser crashes at startup. Expected Results: Browser should not crash. The bad code is in mozilla/netwerk/base/src/nsURLParsers.cpp. The code that ries to remove trailing slashes and control characters needs to be safegurded when spec is null. // ignore trailing whitespace and control characters for (p = spec + specLen - 1; (*p > 0) && (*p <= ' '); --p); specLen = p - spec + 1; The fixed code is if (specLen) { for (p = spec + specLen - 1; (*p > 0) && (*p <= ' '); --p); specLen = p - spec + 1; }
113,590
1,057,827
From Bugzilla Helper: User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:0.9.6) Gecko/20011120 BuildID: 2001112012 Mozilla will freeze if you change your Server settings of one Account. Reproducible: Always Steps to Reproduce: 1.Start the Mail & Newsgroup 2.Go to Mail & Newsgroups Account settings 3.Choose one of your mail account 4.Go to Server settings 5.Change the user name 'toto' to 'toto:mozilla.org' 6.Done, all mozilla is blocked because of the caracter ':' Expected Results: Should not be blocked! My version is the Linux one.
113,856
1,060,096
From Bugzilla Helper: User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:0.9.6) Gecko/20011120 BuildID: 20011120 <?xml version="1.0"?> <?proc file="2"?> <test> Hello world </test> serializing this document will crash the browser. Load page in browser, type the following line in the address bar. javascript:alert(eval('s=new DOMSerializer();s.serializeToString(document);')) This will crash your browser, you can also test this from another frame, ser.serializeToString(parent.xmlDocument.document); Reproducible: Always Steps to Reproduce: 1. Create an xml document with a processing instruction 2. Load the xml document in the browser. 3. Type the following line in your address bar javascript:alert(eval('s=new DOMSerializer();s.serializeToString(document);')) Actual Results: Feedback agent appears, browser then closes.
114,139
1,062,491
Build: 2001-12-07-08 Platform: Mac OS 9.2.1 Expected Results: The print spool dialog should appear and close automatically.Then the document should print. What I got: The print spool dialog never appears nor does the document print. Steps to reproduce: * Make sure you do a fresh install- Remove registry files and delete Mozilla folder * I'm print to HP LaserJet SI using Apple's LW Driver 8.7.1. 1) Launch Application 2) Complete activation by signing on with existing user name. 3) After browser opens at home.netscape.com, click on my netscape icon 4) When my netscape.com page is loaded, select print from the File menu. 5) Printer dialog open. Click Print. 6) Print spooler dialog never opens nor is the document printed. Watch cursor remains on screen.
121,240
1,124,723
From Bugzilla Helper: User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:0.9.7) Gecko/20011226 BuildID: 2001122617 crash if i delete more than a few (~15+) messages and then change folders before the deletion is complete in the status bar Reproducible: Always Steps to Reproduce: 1. select 15+ messages in a mail folder 2. press delete key 3. click on a different folder immediately after and before the deletion has completed in the status bar Actual Results: mozilla crashes, all windows close (browser, mail) Expected Results: switch to the expected folder I don't remember this behavior occurring before I enabled tabbed browsing.
121,441
1,126,675
I am unable to publish via http PUT. This is the relevant code snippet: nsCOMPtr<nsIUploadChannel> uploadChannel(do_QueryInterface(inputChannel)); uploadChannel->SetUploadStream(inputstream, tmpFormat, -1); rv = inputChannel->AsyncOpen(this, nsnull); I am trying to http publish with the username and password in the uri: http://brade:[email protected]/users/brade/publish/testpub.html The url loads fine in Composer but publishing results in writing a 0-length file. HTTP logging done; log file coming soon.
121,583
1,128,371
On linux 2002012308 and a CVS build from ~2hrs ago. If you have a couple of files in Venkman's script view (with the filenames) and resize Venkman's main window in small increments (enlarge it if you have scrollbars and shrink it if you don't have scrollbars) such that you resize it into a state where it is very close to to either having scrollbars or not, it appears that it gets confused and rapidly alternates between scrollbars and no scrollbars. Venkman returns to normal when you load additional scripts and the script view refreshes. This seems to ignore when you resize the window by drastic amounts. Unfortunately it is not always easy to resize it just the right amount, but if you play with resizing the window back and forth around where the scrollbars would come or go, you will eventually hit it. There might be some error in calculation of pane height which causes this to happen. Also note that so far I have only been able to reproduce this while using the modern theme. rginda says Layout so filing there.
121,822
1,130,516
From Bugzilla Helper: User-Agent: Mozilla/5.0 (Windows; U; Win98; de-AT; rv:0.9.7) Gecko/20011221 BuildID: 2002122106 Mozilla 0.9.7 Mozilla/5.0 (Windows; U; Win98; de-AT; rv:0.9.7) Gecko/20011221 Go to www.musicmatch.com Choose "Deutsch" top right (URL changes to http://www.musicmatch.com/download/free/?os=pc&LANG=DEU&mode=input) Choose "Sehen Sie es sich an!" in the middle (Link http://www.musicmatch.com/download/plus/index.cgi?os=pc&lang=DEU&BTD=1) Two popups appear: - One which says, that one enters a secure site - The other one seems be an advert window, but it is empty Mozilla crashes immediately (Same site works with IE5, the advert closes after a second, having shown nothing) MOZILLA verursachte einen Fehler durch eine ungültige Seite in Modul GKLAYOUT.DLL bei 0177:603624d6. Register: EAX=00000000 CS=0177 EIP=603624d6 EFLGS=00010246 EBX=00e59750 SS=017f ESP=0068fa94 EBP=0068fad0 ECX=00000000 DS=017f ESI=00000000 FS=52d7 EDX=0068fab0 ES=017f EDI=00000000 GS=0000 Bytes bei CS:EIP: 8b 08 50 ff 51 14 8b 4d e0 3b ce 74 34 57 89 75 Stapelwerte: 0068fab0 00e59750 00e5979c 00000000 60f96468 00000000 00000000 60f940fd 02dcfc80 00000000 00000000 00000000 00000000 00000000 00000000 0068fb2c Reproducible: Always Steps to Reproduce: 1. Go to www.musicmatch.com 2. Choose "Deutsch" top right (URL changes to http://www.musicmatch.com/download/free/?os=pc&LANG=DEU&mode=input) 3. Choose "Sehen Sie es sich an!" in the middle (Link http://www.musicmatch.com/download/plus/index.cgi?os=pc&lang=DEU&BTD=1) 4. Two popups appear: - One which says, that one enters a secure site - The other one seems be an advert window, but it is empty Actual Results: Mozilla crashes immediately (Same site works with IE5, the advert closes after a second, having shown nothing) MOZILLA verursachte einen Fehler durch eine ungültige Seite in Modul GKLAYOUT.DLL bei 0177:603624d6. Register: EAX=00000000 CS=0177 EIP=603624d6 EFLGS=00010246 EBX=00e59750 SS=017f ESP=0068fa94 EBP=0068fad0 ECX=00000000 DS=017f ESI=00000000 FS=52d7 EDX=0068fab0 ES=017f EDI=00000000 GS=0000 Bytes bei CS:EIP: 8b 08 50 ff 51 14 8b 4d e0 3b ce 74 34 57 89 75 Stapelwerte: 0068fab0 00e59750 00e5979c 00000000 60f96468 00000000 00000000 60f940fd 02dcfc80 00000000 00000000 00000000 00000000 00000000 00000000 0068fb2c
122,511
1,137,794
Netscape6/6.2.1+ BuildID: 2001-02-29-10 crashed when running the w3 dom level2 html testsuite. Reason: Illegal access of memory. Stack Trace attached. nsHTMLSelectElement::SetOptionsSelectedByIndex [d:\builds\seamonkey\mozilla\content\html\content\src\nsHTMLSelectElement.cpp, line 1324] nsHTMLSelectElement::SetSelectedIndex [d:\builds\seamonkey\mozilla\content\html\content\src\nsHTMLSelectElement.cpp, line 961] nsHTMLSelectElement::SelectSomething [d:\builds\seamonkey\mozilla\content\html\content\src\nsHTMLSelectElement.cpp, line 1627] nsHTMLSelectElement::CheckSelectSomething [d:\builds\seamonkey\mozilla\content\html\content\src\nsHTMLSelectElement.cpp, line 1597] nsHTMLSelectElement::InsertOptionsIntoList [d:\builds\seamonkey\mozilla\content\html\content\src\nsHTMLSelectElement.cpp, line 473] nsHTMLSelectElement::WillAddOptions [d:\builds\seamonkey\mozilla\content\html\content\src\nsHTMLSelectElement.cpp, line 668] nsHTMLOptGroupElement::AppendChildTo [d:\builds\seamonkey\mozilla\content\html\content\src\nsHTMLOptGroupElement.cpp, line 265] nsXMLContentSink::HandleStartElement [d:\builds\seamonkey\mozilla\content\xml\document\src\nsXMLContentSink.cpp, line 1294] nsExpatDriver::HandleStartElement [d:\builds\seamonkey\mozilla\htmlparser\src\nsExpatDriver.cpp, line 270] Driver_HandleStartElement [d:\builds\seamonkey\mozilla\htmlparser\src\nsExpatDriver.cpp, line 71] doContent [d:\builds\seamonkey\mozilla\expat\xmlparse\xmlparse.c, line 1406] contentProcessor [d:\builds\seamonkey\mozilla\expat\xmlparse\xmlparse.c, line 1101] doProlog [d:\builds\seamonkey\mozilla\expat\xmlparse\xmlparse.c, line 2389] prologProcessor [d:\builds\seamonkey\mozilla\expat\xmlparse\xmlparse.c, line 2243] prologInitProcessor [d:\builds\seamonkey\mozilla\expat\xmlparse\xmlparse.c, line 2232] XML_Parse [d:\builds\seamonkey\mozilla\expat\xmlparse\xmlparse.c, line 921] nsExpatDriver::ParseBuffer [d:\builds\seamonkey\mozilla\htmlparser\src\nsExpatDriver.cpp, line 629] nsExpatDriver::ConsumeToken [d:\builds\seamonkey\mozilla\htmlparser\src\nsExpatDriver.cpp, line 740] nsParser::Tokenize [d:\builds\seamonkey\mozilla\htmlparser\src\nsParser.cpp, line 2589] nsParser::ResumeParse [d:\builds\seamonkey\mozilla\htmlparser\src\nsParser.cpp, line 1847] nsParser::OnDataAvailable [d:\builds\seamonkey\mozilla\htmlparser\src\nsParser.cpp, line 2474] nsStreamListenerTee::OnDataAvailable [d:\builds\seamonkey\mozilla\netwerk\base\src\nsStreamListenerTee.cpp, line 57] nsHttpChannel::OnDataAvailable [d:\builds\seamonkey\mozilla\netwerk\protocol\http\src\nsHttpChannel.cpp, line 2495] nsOnDataAvailableEvent::HandleEvent [d:\builds\seamonkey\mozilla\netwerk\base\src\nsStreamListenerProxy.cpp, line 203] PL_HandleEvent [d:\builds\seamonkey\mozilla\xpcom\threads\plevent.c, line 591] PL_ProcessPendingEvents [d:\builds\seamonkey\mozilla\xpcom\threads\plevent.c, line 524] _md_EventReceiverProc [d:\builds\seamonkey\mozilla\xpcom\threads\plevent.c, line 1072] nsAppShellService::Run [d:\builds\seamonkey\mozilla\xpfe\appshell\src\nsAppShellService.cpp, line 308] netscp6.exe + 0x1f95 (0x00401f95) netscp6.exe + 0x1b45 (0x00401b45) netscp6.exe + 0x3254 (0x00403254) KERNEL32.DLL + 0x7903 (0x77e87903) Reproducible: Sometimes.nsHTMLSelectElement::SetOptionsSelectedByIndex [d:\builds\seamonkey\mozilla\content\html\content\src\nsHTMLSelectElement.cpp, line 1324] nsHTMLSelectElement::SetSelectedIndex [d:\builds\seamonkey\mozilla\content\html\content\src\nsHTMLSelectElement.cpp, line 961] nsHTMLSelectElement::SelectSomething [d:\builds\seamonkey\mozilla\content\html\content\src\nsHTMLSelectElement.cpp, line 1627] nsHTMLSelectElement::CheckSelectSomething [d:\builds\seamonkey\mozilla\content\html\content\src\nsHTMLSelectElement.cpp, line 1597] nsHTMLSelectElement::InsertOptionsIntoList [d:\builds\seamonkey\mozilla\content\html\content\src\nsHTMLSelectElement.cpp, line 473] nsHTMLSelectElement::WillAddOptions [d:\builds\seamonkey\mozilla\content\html\content\src\nsHTMLSelectElement.cpp, line 668] nsHTMLOptGroupElement::AppendChildTo [d:\builds\seamonkey\mozilla\content\html\content\src\nsHTMLOptGroupElement.cpp, line 265] nsXMLContentSink::HandleStartElement [d:\builds\seamonkey\mozilla\content\xml\document\src\nsXMLContentSink.cpp, line 1294] nsExpatDriver::HandleStartElement [d:\builds\seamonkey\mozilla\htmlparser\src\nsExpatDriver.cpp, line 270] Driver_HandleStartElement [d:\builds\seamonkey\mozilla\htmlparser\src\nsExpatDriver.cpp, line 71] doContent [d:\builds\seamonkey\mozilla\expat\xmlparse\xmlparse.c, line 1406] contentProcessor [d:\builds\seamonkey\mozilla\expat\xmlparse\xmlparse.c, line 1101] doProlog [d:\builds\seamonkey\mozilla\expat\xmlparse\xmlparse.c, line 2389] prologProcessor [d:\builds\seamonkey\mozilla\expat\xmlparse\xmlparse.c, line 2243] prologInitProcessor [d:\builds\seamonkey\mozilla\expat\xmlparse\xmlparse.c, line 2232] XML_Parse [d:\builds\seamonkey\mozilla\expat\xmlparse\xmlparse.c, line 921] nsExpatDriver::ParseBuffer [d:\builds\seamonkey\mozilla\htmlparser\src\nsExpatDriver.cpp, line 629] nsExpatDriver::ConsumeToken [d:\builds\seamonkey\mozilla\htmlparser\src\nsExpatDriver.cpp, line 740] nsParser::Tokenize [d:\builds\seamonkey\mozilla\htmlparser\src\nsParser.cpp, line 2589] nsParser::ResumeParse [d:\builds\seamonkey\mozilla\htmlparser\src\nsParser.cpp, line 1847] nsParser::OnDataAvailable [d:\builds\seamonkey\mozilla\htmlparser\src\nsParser.cpp, line 2474] nsStreamListenerTee::OnDataAvailable [d:\builds\seamonkey\mozilla\netwerk\base\src\nsStreamListenerTee.cpp, line 57] nsHttpChannel::OnDataAvailable [d:\builds\seamonkey\mozilla\netwerk\protocol\http\src\nsHttpChannel.cpp, line 2495] nsOnDataAvailableEvent::HandleEvent [d:\builds\seamonkey\mozilla\netwerk\base\src\nsStreamListenerProxy.cpp, line 203] PL_HandleEvent [d:\builds\seamonkey\mozilla\xpcom\threads\plevent.c, line 591] PL_ProcessPendingEvents [d:\builds\seamonkey\mozilla\xpcom\threads\plevent.c, line 524] _md_EventReceiverProc [d:\builds\seamonkey\mozilla\xpcom\threads\plevent.c, line 1072] nsAppShellService::Run [d:\builds\seamonkey\mozilla\xpfe\appshell\src\nsAppShellService.cpp, line 308] netscp6.exe + 0x1f95 (0x00401f95) netscp6.exe + 0x1b45 (0x00401b45) netscp6.exe + 0x3254 (0x00403254) KERNEL32.DLL + 0x7903 (0x77e87903) Steps to Reproduce: 1.load the url http://10.169.102.152/dom/lib/jsunit/testRunner.html 2. Run the DoM level2 HTML suite. 3. Dismiss alerts if any. 4. Crashes.
122,815
1,141,150
Using build 20020131 on Mac OS9.1 an attachment (.doc,xls.ppt only ones tested at this time) with >31 characters will become corrupt when you Save as, Forward or Edit as New the mail message that has the attachment. 1. From a PC send an attachment (.doc or xls or ppt) with a long file name >31 characters). I created a simple .doc file with Word 2000 titled "Really long file name to send to a Mac". I then composed a message with very little text in body and attached that file, and sent it to myself. 2. I opened that message, double-clicked on the file to see if it was OK. It was. It opened word and text was readable. 3. I then did a context menu Save As. The saved file says it's a Netscape Document, opening it shows garbage on a Netscape page. 4. I then I did a Forward from the Mac and retrieved the Forwarded message, again corrupt and content type shows "text/plain; x-mac-type="54455854"; x-mac-creator="4D4F5353"; name="Really lon file name to send to a mac.doc"
123,475
1,147,963
When visiting XML pages with <script src="." />, I often get a crash with the following stack trace. The crash goes away after restarting, suggesting that it might be due to a race condition or something, depending on whether the script file is there/cached or not. I got the following stack trace when visiting: http://www.mozilla.org/projects/mathml/demo/mtable.xhtml little2_updatePosition(const encoding * 0x01b09558 little2_encoding, const char * 0x034ab000, const char * 0x01220232, position * 0x046e8cac) line 1735 + 3 bytes XML_GetCurrentColumnNumber(void * 0x046e8ae0) line 1043 + 46 bytes nsExpatDriver::HandleError(const char * 0x034bf2c8, unsigned int 2200, int 0) line 598 + 15 bytes nsExpatDriver::ParseBuffer(const char * 0x034bf2c8, unsigned int 2200, int 0) line 634 nsExpatDriver::ConsumeToken(nsExpatDriver * const 0x046eaf04, nsScanner & {...}, int & 0) line 737 + 30 bytes nsParser::Tokenize(int 1) line 2589 + 26 bytes nsParser::ResumeParse(int 1, int 1, int 1) line 1846 + 12 bytes nsParser::ContinueParsing() line 1495 + 19 bytes nsXMLContentSink::ScriptEvaluated(nsXMLContentSink * const 0x046db820, unsigned int 0, nsIDOMHTMLScriptElement * 0x048eb4a8, int 0, int 1) line 1087 nsScriptLoader::FireScriptEvaluated(unsigned int 0, nsScriptLoadRequest * 0x048ed4d0) line 538 nsScriptLoader::ProcessRequest(nsScriptLoadRequest * 0x048ed4d0) line 497 nsScriptLoader::OnStreamComplete(nsScriptLoader * const 0x046db754, nsIStreamLoader * 0x048ed3a0, nsISupports * 0x048ed4d0, unsigned int 0, unsigned int 4294967295, const char * 0x034f5982) line 787 nsStreamLoader::OnStopRequest(nsStreamLoader * const 0x048ed3a4, nsIRequest * 0x048eb660, nsISupports * 0x048ed4d0, unsigned int 0) line 163 nsStreamListenerTee::OnStopRequest(nsStreamListenerTee * const 0x048f7710, nsIRequest * 0x048eb660, nsISupports * 0x048ed4d0, unsigned int 0) line 25 nsHttpChannel::OnStopRequest(nsHttpChannel * const 0x048eb664, nsIRequest * 0x048ea624, nsISupports * 0x00000000, unsigned int 0) line 2454 nsOnStopRequestEvent::HandleEvent() line 213 nsARequestObserverEvent::HandlePLEvent(PLEvent * 0x048f5a14) line 116 PL_HandleEvent(PLEvent * 0x048f5a14) line 590 + 10 bytes PL_ProcessPendingEvents(PLEventQueue * 0x00497860) line 520 + 9 bytes _md_EventReceiverProc(HWND__ * 0x004f07d2, unsigned int 49503, unsigned int 0, long 4814944) line 1071 + 9 bytes USER32! 77e148dc() USER32! 77e14aa7() USER32! 77e266fd() nsAppShellService::Run(nsAppShellService * const 0x004b5ac0) line 308 main1(int 1, char * * 0x00444ab0, nsISupports * 0x00000000) line 1285 + 32 bytes main(int 1, char * * 0x00444ab0) line 1625 + 37 bytes mainCRTStartup() line 338 + 17 bytes KERNEL32! 77e992a6()
106,021
984,693
Win98SE 2001102203 Mail / News completely unusable due to panes being blank as well as being mis-aligned, etc.
107,545
998,937
The PlaceFrameView signature shows up in talkback for all of the recent releases and Trunk, but in small enough numbers that it hasn't been seen. (Currently N620 has 4 incidents, M095, 36 incidents, Trunk ,6) The top frames of the stack look similar to that of bug 81905, but comments don't point distinctly to the password manager. Here's the stack from N620 data: PlaceFrameView [d:\builds\seamonkey\mozilla\layout\html\base\src\nsBlockFrame.cpp line 2554] nsBlockFrame::PostPlaceLine [d:\builds\seamonkey\mozilla\layout\html\base\src\nsBlockFrame.cpp line 4101] nsBlockFrame::PlaceLine [d:\builds\seamonkey\mozilla\layout\html\base\src\nsBlockFrame.cpp line 3972] nsBlockFrame::DoReflowInlineFrames [d:\builds\seamonkey\mozilla\layout\html\base\src\nsBlockFrame.cpp line 3433] nsBlockFrame::DoReflowInlineFramesMalloc [d:\builds\seamonkey\mozilla\layout\html\base\src\nsBlockFrame.cpp line 3263] nsBlockFrame::ReflowInlineFrames [d:\builds\seamonkey\mozilla\layout\html\base\src\nsBlockFrame.cpp line 3224] nsBlockFrame::ReflowLine [d:\builds\seamonkey\mozilla\layout\html\base\src\nsBlockFrame.cpp line 2375] nsBlockFrame::ReflowDirtyLines [d:\builds\seamonkey\mozilla\layout\html\base\src\nsBlockFrame.cpp line 2045] nsBlockFrame::Reflow [d:\builds\seamonkey\mozilla\layout\html\base\src\nsBlockFrame.cpp line 800] nsContainerFrame::ReflowChild [d:\builds\seamonkey\mozilla\layout\html\base\src\nsContainerFrame.cpp line 723] nsTableCellFrame::Reflow [d:\builds\seamonkey\mozilla\layout\html\table\src\nsTableCellFrame.cpp line 759] nsContainerFrame::ReflowChild [d:\builds\seamonkey\mozilla\layout\html\base\src\nsContainerFrame.cpp line 723] nsTableRowFrame::ReflowChildren [d:\builds\seamonkey\mozilla\layout\html\table\src\nsTableRowFrame.cpp line 887] nsTableRowFrame::Reflow [d:\builds\seamonkey\mozilla\layout\html\table\src\nsTableRowFrame.cpp line 1246] nsContainerFrame::ReflowChild [d:\builds\seamonkey\mozilla\layout\html\base\src\nsContainerFrame.cpp line 723] nsTableRowGroupFrame::ReflowChildren [d:\builds\seamonkey\mozilla\layout\html\table\src\nsTableRowGroupFrame.cpp line 396] nsTableRowGroupFrame::Reflow [d:\builds\seamonkey\mozilla\layout\html\table\src\nsTableRowGroupFrame.cpp line 1056] nsContainerFrame::ReflowChild [d:\builds\seamonkey\mozilla\layout\html\base\src\nsContainerFrame.cpp line 723] nsTableFrame::ReflowChildren [d:\builds\seamonkey\mozilla\layout\html\table\src\nsTableFrame.cpp line 3046] nsTableFrame::Reflow [d:\builds\seamonkey\mozilla\layout\html\table\src\nsTableFrame.cpp line 1854] nsContainerFrame::ReflowChild [d:\builds\seamonkey\mozilla\layout\html\base\src\nsContainerFrame.cpp line 723] nsTableOuterFrame::OuterReflowChild [d:\builds\seamonkey\mozilla\layout\html\table\src\nsTableOuterFrame.cpp line 976] nsTableOuterFrame::Reflow [d:\builds\seamonkey\mozilla\layout\html\table\src\nsTableOuterFrame.cpp line 1541] nsBlockReflowContext::DoReflowBlock [d:\builds\seamonkey\mozilla\layout\html\base\src\nsBlockReflowContext.cpp line 574] nsBlockReflowContext::ReflowBlock [d:\builds\seamonkey\mozilla\layout\html\base\src\nsBlockReflowContext.cpp line 345] nsBlockFrame::ReflowBlockFrame [d:\builds\seamonkey\mozilla\layout\html\base\src\nsBlockFrame.cpp line 2973] nsBlockFrame::ReflowLine [d:\builds\seamonkey\mozilla\layout\html\base\src\nsBlockFrame.cpp line 2261] nsBlockFrame::ReflowDirtyLines [d:\builds\seamonkey\mozilla\layout\html\base\src\nsBlockFrame.cpp line 2045] nsBlockFrame::Reflow [d:\builds\seamonkey\mozilla\layout\html\base\src\nsBlockFrame.cpp line 800] nsContainerFrame::ReflowChild [d:\builds\seamonkey\mozilla\layout\html\base\src\nsContainerFrame.cpp line 723] nsTableCellFrame::Reflow [d:\builds\seamonkey\mozilla\layout\html\table\src\nsTableCellFrame.cpp line 759] nsContainerFrame::ReflowChild [d:\builds\seamonkey\mozilla\layout\html\base\src\nsContainerFrame.cpp line 723] nsTableRowFrame::ReflowChildren [d:\builds\seamonkey\mozilla\layout\html\table\src\nsTableRowFrame.cpp line 887] nsTableRowFrame::Reflow [d:\builds\seamonkey\mozilla\layout\html\table\src\nsTableRowFrame.cpp line 1246] nsContainerFrame::ReflowChild [d:\builds\seamonkey\mozilla\layout\html\base\src\nsContainerFrame.cpp line 723] nsTableRowGroupFrame::ReflowChildren [d:\builds\seamonkey\mozilla\layout\html\table\src\nsTableRowGroupFrame.cpp line 396] nsTableRowGroupFrame::Reflow [d:\builds\seamonkey\mozilla\layout\html\table\src\nsTableRowGroupFrame.cpp line 1056] nsContainerFrame::ReflowChild [d:\builds\seamonkey\mozilla\layout\html\base\src\nsContainerFrame.cpp line 723] nsTableFrame::ReflowChildren [d:\builds\seamonkey\mozilla\layout\html\table\src\nsTableFrame.cpp line 3046] nsTableFrame::Reflow [d:\builds\seamonkey\mozilla\layout\html\table\src\nsTableFrame.cpp line 1854] nsContainerFrame::ReflowChild [d:\builds\seamonkey\mozilla\layout\html\base\src\nsContainerFrame.cpp line 723] nsTableOuterFrame::OuterReflowChild [d:\builds\seamonkey\mozilla\layout\html\table\src\nsTableOuterFrame.cpp line 976] nsTableOuterFrame::Reflow [d:\builds\seamonkey\mozilla\layout\html\table\src\nsTableOuterFrame.cpp line 1541] nsBlockReflowContext::DoReflowBlock [d:\builds\seamonkey\mozilla\layout\html\base\src\nsBlockReflowContext.cpp line 574] nsBlockReflowContext::ReflowBlock [d:\builds\seamonkey\mozilla\layout\html\base\src\nsBlockReflowContext.cpp line 345] nsBlockFrame::ReflowBlockFrame [d:\builds\seamonkey\mozilla\layout\html\base\src\nsBlockFrame.cpp line 2973] nsBlockFrame::ReflowLine [d:\builds\seamonkey\mozilla\layout\html\base\src\nsBlockFrame.cpp line 2261] nsBlockFrame::ReflowDirtyLines [d:\builds\seamonkey\mozilla\layout\html\base\src\nsBlockFrame.cpp line 2045] nsBlockFrame::Reflow [d:\builds\seamonkey\mozilla\layout\html\base\src\nsBlockFrame.cpp line 800] nsContainerFrame::ReflowChild [d:\builds\seamonkey\mozilla\layout\html\base\src\nsContainerFrame.cpp line 723] nsTableCellFrame::Reflow [d:\builds\seamonkey\mozilla\layout\html\table\src\nsTableCellFrame.cpp line 759] nsContainerFrame::ReflowChild [d:\builds\seamonkey\mozilla\layout\html\base\src\nsContainerFrame.cpp line 723] nsTableRowFrame::ReflowChildren [d:\builds\seamonkey\mozilla\layout\html\table\src\nsTableRowFrame.cpp line 887] nsTableRowFrame::Reflow [d:\builds\seamonkey\mozilla\layout\html\table\src\nsTableRowFrame.cpp line 1246] nsContainerFrame::ReflowChild [d:\builds\seamonkey\mozilla\layout\html\base\src\nsContainerFrame.cpp line 723] nsTableRowGroupFrame::ReflowChildren [d:\builds\seamonkey\mozilla\layout\html\table\src\nsTableRowGroupFrame.cpp line 396] nsTableRowGroupFrame::Reflow [d:\builds\seamonkey\mozilla\layout\html\table\src\nsTableRowGroupFrame.cpp line 1056] nsContainerFrame::ReflowChild [d:\builds\seamonkey\mozilla\layout\html\base\src\nsContainerFrame.cpp line 723] nsTableFrame::ReflowChildren [d:\builds\seamonkey\mozilla\layout\html\table\src\nsTableFrame.cpp line 3046] nsTableFrame::Reflow [d:\builds\seamonkey\mozilla\layout\html\table\src\nsTableFrame.cpp line 1854] nsContainerFrame::ReflowChild [d:\builds\seamonkey\mozilla\layout\html\base\src\nsContainerFrame.cpp line 723] nsTableOuterFrame::OuterReflowChild [d:\builds\seamonkey\mozilla\layout\html\table\src\nsTableOuterFrame.cpp line 976] nsTableOuterFrame::Reflow [d:\builds\seamonkey\mozilla\layout\html\table\src\nsTableOuterFrame.cpp line 1541] nsBlockReflowContext::DoReflowBlock [d:\builds\seamonkey\mozilla\layout\html\base\src\nsBlockReflowContext.cpp line 574] Here are the comments across all releases: N610 : 10 37268259 http://topcat.switchinc.org.8080/proxy.pac waiting for full text article 37269006 www.eco-furniture.com clicked on one of the products in the lawn and garden section 37318937 I was opening mail when program failed. 37320432 Reloading web page 37371824 www.douglascollege.bc.ca Click on link 37375266 http://www.ishaah.com/Smile.htm reading my e-mail 37379707 www.webtrendslive.com checking html tracking reports on the websites homepage M094 : 11 37066956 http://webcompare.internet.com/webbasics/webbasics_2.html mozilla tried to read memory location 0x000000... was runni ng VERY slowly prior to this error. Last page was a link from cbs.sportsline.com to the fantasy section. 37052016 www.cbssportsline.com M095 : 36 37376526 fantasy.sportsline.com just clicked on my fantasy team link might have clicked twice... 37018266 http://football221.fantasy.sportsline.com/mp/ when looking at all the picke in my league in cbs fantasy football.I ha ve crashed many times on theis site since mozilla 0.9.4 37114953 http://members4.fantasy.sportsline.com/home? trying to enter the site. Everytime I try on my laptop it crashes. Ho me PC is fine just the laptop. 37325324 Using tabbed layout. Went to cbs.sportsline.com (my second tab) and clicked fantasy. Crash! error in gkslayout...o r something 37181660 football258.fantasy.sportsline.com Was pulling up a draft list of free agents for my fantasy football pool. As an as ide the 'Back' button does not work on cnn.com. 37063743 http://ici.planet-multiplayer.de/phpBB Just loaded the page.
108,539
1,008,480
108,912
1,012,846
Trunk build 2001-11-06-12: WinMe, Linux RH 7.1 haven't tried mac yet. Overview: Cannot send a message after adding a second account Steps to reproduce: 1. Migrated an account and I am able to send/receive a message (IMAP in this case) 2. Exit/Restart 3. Add a second account 4. Check the Outgoing SMTP, Advance dialog Actual Results: a. Check the Outgoing SMTP, Advanced dialog and instead of referencing 'nsmail-1' the entry looks like a pref "mail.identity.id1.organization (Default)" b. try to send a message from the 1st or 2nd account and it reports An error "Sending of message failed...Unable to connect to SMTP Server...". c. Checked Outgoing SMTP, Advanced dialog again and it now states "nsmail-1 (Default)" as it should. d. Exit/Restart e. Still having problems sending a message from either account f. Go to Outgoing SMTP, Advanced dialog again and it now displays a blank entry followed by "nsmail-1 (Default)". If the blank entry is deleted then it displays duplicate "null(Default" entries. Workaround: Add another "nsmail-1" server. Go to the Identity panels for each account, select the Advanced button, select the new "nsmail-1" entry. Now I am able to send/receive messages from both accounts.
51,603
421,394
Build: 09-06-08-M18 commercial build: Crash when sending messages from AOL mail account 1) Login to a new AOL mail account 2) Tried to send messages from this AOL mail account 3) Actual Results: Crash Expected results: Should send messages successfully without crash.
52,026
425,982
BuildID: 2000090908 When visiting the zdnet home page and clicking on "Remember this decsion" and either accepting or denying the cookie, the browser segfaults. Reproducible: Always Steps to Reproduce: 1. remove all zdnet cookies, set accept cookies from the same host, set warn before accepting. 2. save and close mozilla. Restart ./mozilla http://www.zdnet.com/ with the URL in the command line 3. At the first cookie dialog check Remember this decision and say yes or no (This is indifferent) then it crashes. Actual Results: Browser crashes Expected Results: Shouldn't crash! Backtrace: Program received signal SIGSEGV, Segmentation fault. 0x4029b3fb in chunk_free () (gdb) bt #0 0x4029b3fb in chunk_free () #1 0x4029b3aa in __cfree () #2 0x40183eb0 in PR_Free () #3 0x400c4d60 in nsMemoryImpl::Free () #4 0x400c5050 in nsMemory::Free () #5 0x4109bf6b in NSGetModule () #6 0x4109d1da in NSGetModule () #7 0x4109d6cd in NSGetModule () #8 0x4109d5d5 in NSGetModule () #9 0x4109a3f2 in NSGetModule () #10 0x410a0a93 in NSGetModule () #11 0x400cfcd1 in XPTC_InvokeByIndex () #12 0x400c2ad1 in nsProxyObject::Post () #13 0x400c29fa in nsProxyObject::Post () #14 0x400c4288 in nsProxyEventObject::CallMethod () #15 0x400cfe74 in XPTC_InvokeByIndex () #16 0x400cff02 in nsXPTCStubBase::Stub4 () #17 0x405b315f in NSGetModule () #18 0x405b40ae in NSGetModule () #19 0x405b9744 in NSGetModule () #20 0x405b837d in NSGetModule () #21 0x40577ba4 in NSGetModule () #22 0x40577450 in NSGetModule () #23 0x400bebc3 in PL_HandleEvent () #24 0x400bead6 in PL_ProcessPendingEvents () #25 0x400bf85d in nsEventQueueImpl::ProcessPendingEvents () #26 0x406edfdf in NSGetModule () #27 0x406edd9d in NSGetModule () #28 0x4088221a in g_io_unix_dispatch (source_data=0x8186810, current_time=0xbffff8bc, user_data=0x81867e8) at giounix.c:135 #29 0x40883756 in g_main_dispatch (dispatch_time=0xbffff8bc) at gmain.c:656 #30 0x40883d11 in g_main_iterate (block=1, dispatch=1) at gmain.c:877 #31 0x40883e89 in g_main_run (loop=0x8186858) at gmain.c:935 #32 0x407b3efa in gtk_main () at gtkmain.c:476 #33 0x406ee4cc in NSGetModule () #34 0x4045718a in inflate_mask () #35 0x804d987 in JS_PushArguments () #36 0x804dde6 in JS_PushArguments () #37 0x4025a0aa in __libc_start_main () (gdb)
52,397
430,146
Linux debug build pulled 2000-09-12-19. After clicking on a link, Moz crashes. To reproduce: 1) Start Moz 2) http://www.mozilla.org/quality/help/bugzilla-helper.html 3) click "Create a Bugzilla account" 4) click "Yes" for the cookie prompts, if any Mozilla either crashes with this stack: #0 0x409b671f in nsHTTPServerListener::OnDataAvailable (this=0x8578ac0, channel=0x85c5464, context=0x869fc90, i_pStream=0x8578b78, i_SourceOffset=0, i_Length=58) at nsHTTPResponseListener.cpp:467 #1 0x4094d574 in nsOnDataAvailableEvent::HandleEvent (this=0x86be8f8) at nsAsyncStreamListener.cpp:400 #2 0x4094c7e7 in nsStreamListenerEvent::HandlePLEvent (aEvent=0x86be920) at nsAsyncStreamListener.cpp:97 #3 0x401228bf in PL_HandleEvent (self=0x86be920) at plevent.c:575 #4 0x401226d1 in PL_ProcessPendingEvents (self=0x809dad0) at plevent.c:508 #5 0x40124511 in nsEventQueueImpl::ProcessPendingEvents (this=0x809daa8) at nsEventQueue.cpp:356 #6 0x40c1b290 in event_processor_callback (data=0x809daa8, source=6, condition=GDK_INPUT_READ) at nsAppShell.cpp:158 #7 0x40c1aecf in our_gdk_io_invoke (source=0x8180390, condition=G_IO_IN, data=0x8164bd8) at nsAppShell.cpp:58 #8 0x40dd720e in g_io_unix_dispatch (source_data=0x81803a8, current_time=0xbffff6a0, user_data=0x8164bd8) at giounix.c:135 #9 0x40dd8717 in g_main_dispatch (dispatch_time=0xbffff6a0) at gmain.c:656 #10 0x40dd8cdb in g_main_iterate (block=1, dispatch=1) at gmain.c:877 #11 0x40dd8e59 in g_main_run (loop=0x8167438) at gmain.c:935 #12 0x40d07069 in gtk_main () at gtkmain.c:476 #13 0x40c1b979 in nsAppShell::Run (this=0x809ba30) at nsAppShell.cpp:335 #14 0x4069a50c in nsAppShellService::Run (this=0x809e6c8) at nsAppShellService.cpp:378 #15 0x80553e0 in main1 (argc=2, argv=0xbffff984, nativeApp=0x0) at nsAppRunner.cpp:958 #16 0x8055ab4 in main (argc=2, argv=0xbffff984) at nsAppRunner.cpp:1139 #17 0x403712e7 in __libc_start_main () from /lib/libc.so.6 Or asserts this assertion: ###!!! ASSERTION: NS_ENSURE_TRUE(aListener) failed: 'aListener', file nsHTTPChannel.cpp, line 1231 ###!!! Break: at file nsHTTPChannel.cpp, line 1231
52,442
430,430
Steps to reproduce: (used build 2000091204 N6, 2000091304 Mozilla) 1. download installer and choose location of last install actual results: installation continues per setup type expected result: warning message that would allow user to change installation folder or delete previous installation
53,219
438,099
I crashed opening the mail compose window, stack trace below. Digging a little bit, here's what I think is happening. In the event state manager's SetContentState() method, around http://lxr.mozilla.org/mozilla/source/layout/events/src/nsEventStateManager.cpp# 2543 we're calling nsIDocument::ContentStateChanged(), and passing in elements that may not have their mDocument pointer set. Down in the bowels of XBL, nsBindingManager::WalkRules(), we *assume* that each element has its mDocument member set, see http://lxr.mozilla.org/mozilla/source/layout/xbl/src/nsBindingManager.cpp#783 I'm not sure if the right fix is to be more paranoid in XBL, or if it's to make the ESM not notify with elements that aren't in the document. nsBindingManager::WalkRules(nsBindingManager * const 0x022115e4, nsIStyleSet * 0x0344a3d0, int (nsISupports *, void *)* 0x01ad4be3 SheetHasStatefulStyle (nsISupports *, void *), void * 0x0012f43c, nsIContent * 0x0350dc00) line 783 + 10 bytes StyleSetImpl::WalkRuleProcessors(StyleSetImpl * const 0x00000000, int (nsISupports *, void *)* 0x01ad4be3 SheetHasStatefulStyle(nsISupports *, void *), void * 0x00000001, nsIContent * 0x0350dc00) line 2012 StyleSetImpl::HasStateDependentStyle(StyleSetImpl * const 0x00b22e98 {"screen"}, nsIPresContext * 0x035c8208, nsIContent * 0x0350dc00) line 1109 nsCSSFrameConstructor::ContentStatesChanged(nsCSSFrameConstructor * const 0x0283b170, nsIPresContext * 0x00000000, nsIContent * 0x0350dc00, nsIContent * 0x031152d4) line 9776 + 21 bytes StyleSetImpl::ContentStatesChanged(StyleSetImpl * const 0x0344a3d0, nsIPresContext * 0x035c8208, nsIContent * 0x0350dc00, nsIContent * 0x031152d4) line 1183 PresShell::ContentStatesChanged(PresShell * const 0x029c4258, nsIDocument * 0x02c56560, nsIContent * 0x0350dc00, nsIContent * 0x031152d4) line 3596 nsXULDocument::ContentStatesChanged(nsXULDocument * const 0x02c56560, nsIContent * 0x0350dc00, nsIContent * 0x031152d4) line 1604 nsEventStateManager::SetContentState(nsEventStateManager * const 0x0350dc00, nsIContent * 0x031152d4, int 46490976) line 2578 nsEventStateManager::GenerateMouseEnterExit(nsEventStateManager * const 0x00000000, nsIPresContext * 0x035c8208, nsGUIEvent * 0x02b2e3c8) line 1523 nsEventStateManager::PreHandleEvent(nsEventStateManager * const 0x03473f20, nsIPresContext * 0x035c8208, nsEvent * 0x0012fae8, nsIFrame * 0x0369af44, nsEventStatus * 0x0012faa8, nsIView * 0x034710d0) line 306 PresShell::HandleEventInternal(PresShell * const 0x00000000, nsEvent * 0x0012fae8, nsIView * 0x034710d0, nsEventStatus * 0x0012faa8) line 4228 PresShell::HandleEvent(PresShell * const 0x029c4250, nsIView * 0x034710d0, nsGUIEvent * 0x0012fae8, nsEventStatus * 0x0012faa8, int 0, int & 1) line 4166 + 15 bytes nsView::HandleEvent(nsView * const 0x00000000, nsGUIEvent * 0x0012fae8, unsigned int 8, nsEventStatus * 0x0012faa8, int 0, int & 1) line 379 nsView::HandleEvent(nsView * const 0x00000000, nsGUIEvent * 0x034710d0, unsigned int 8, nsEventStatus * 0x0012faa8, int 0, int & 1) line 352 nsView::HandleEvent(nsView * const 0x00000000, nsGUIEvent * 0x0338e098, unsigned int 8, nsEventStatus * 0x0012faa8, int 0, int & 1) line 352 nsView::HandleEvent(nsView * const 0x00000000, nsGUIEvent * 0x0367b588, unsigned int 8, nsEventStatus * 0x0012faa8, int 0, int & 1) line 352 nsView::HandleEvent(nsView * const 0x00000000, nsGUIEvent * 0x0330e6f8, unsigned int 28, nsEventStatus * 0x0012faa8, int 1, int & 1) line 352 nsViewManager2::DispatchEvent(nsViewManager2 * const 0x00001383, nsGUIEvent * 0x0000000d, nsEventStatus * 0x0012faa8) line 1429 HandleEvent(nsGUIEvent * 0x0360bba8) line 68 nsWindow::DispatchEvent(nsWindow * const 0x0367b6e4, nsGUIEvent * 0x0012fae8, nsEventStatus & nsEventStatus_eIgnore) line 614 + 6 bytes nsWindow::DispatchWindowEvent(nsWindow * const 0x00000000, nsGUIEvent * 0x00000000) line 635 nsWindow::DispatchMouseEvent(nsWindow * const 0x00000000, unsigned int 300, nsPoint * 0x05f91002 {x=??? y=???}) line 3813 ChildWindow::DispatchMouseEvent(ChildWindow * const 0x00000000, unsigned int 300, nsPoint * 0x00000000 {x=??? y=???}) line 4020 + 15 bytes nsWindow::ProcessMessage(nsWindow * const 0x00000000, unsigned int 512, unsigned int 0, long 852301, long * 0x0012fcf0) line 2910 nsWindow::WindowProc(HWND__ * 0x003b0114, unsigned int 512, unsigned int 0, long 0) line 883 + 18 bytes USER32! 77e13eb0() USER32! 77e1401a() USER32! 77e192da() nsAppShellService::Run(nsAppShellService * const 0x00aa0fb8) line 408 main1(int 1, char * * 0x00372758, nsISupports * 0x003727a8) line 958 + 9 bytes main(int 1, char * * 0x00372758) line 1139 + 25 bytes WinMain(HINSTANCE__ * 0x00400000, HINSTANCE__ * 0x00400000, char * 0x00133a84, HINSTANCE__ * 0x00400000) line 1157 + 21 bytes MOZILLA! WinMainCRTStartup + 308 bytes KERNEL3
60,102
511,988
From Bugzilla Helper: User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; m18) Gecko/20001114 BuildID: 2000111404 The backspace key (shortcut for back 1 page in history) will act as a "backspace" key in HTML forms, however, when used as a "backspace" key in a flash form, it will go back in the history one page. This is very undersirable as this will break EVERY flash movie that has text editing involved. I've tested on Netscape6final (todays' release) and also M18, and todays' build (2000111404). Reproducible: Always Steps to Reproduce: go to: http://www.moock.org/chat/ enter some text in the "log in" field. Now try to erase some characters with the backspace key It will take you one page back in the history. NB: If you default your browser to a blank page (about:blank) and then go directly to http://www.moock.org/chat then you will have no history (hence, you won't be able to press the back button anyways) then the flash movie functions as expected and you are able to use the backspace key as a backspace key! :) In other words, you have to have something in recent history for this bug to reproduce, which is most of the time for most users! :) Actual Results: It takes me back a page in the history instead of deleting a character in a flash form. Expected Results: Delete the previous character in a flash form.
61,079
519,547
DESCRIPTION: If I change the MIME type of a helper app, this doesn't show up in the display properly, and it leads to crashes if I try to load a file of that type. STEPS TO REPRODUCE: 1) Create a fresh profile 2) Edit | Preferences | Helper Apps 3) Add a helper app called Postscript, extension=ps, MIME type=application/ps, app=/usr/X11R6/bin/gv (or whatever) 4) Click OK to get out of prefs 5) Edit | Preferences | Helper Apps 6) Click on "application/ps", and "Edit" 7) Change "application/ps" to "application/postscript" 8) Click OK 9) Click OK 10) Load a postscript file 11) Edit | Preferences | Helper Apps, and try to add a handler for application/postscript ACTUAL RESULTS: 7) The list of helper apps still shows "application/ps" but does not show "application/postscript" 10) CRASH! 11) Even though "application/postscript" is not listed, trying to add a handler gives an error dialog saying it is already listed EXPECTED RESULTS: 7) Shows application/postscript 10) Loads postscript file correctly 11) N/A DOES NOT WORK CORRECTLY ON: * Linux, mozilla, 2000-11-22-08 (trunk) ADDITIONAL INFORMATION: I tried (on a second fresh profile) creating the handler with the correct MIME type the first time, and everything worked fine.
61,093
519,621
From Bugzilla Helper: User-Agent: Mozilla/4.75 [en] (X11; U; Linux 2.4.0-test10 i686) BuildID: 2000112308 Mail (either selected from Tasks -> Mail, or started with mozilla -mail) crashes the whole browser on startup (see browser-generated trace, below). Reproducible: Always Steps to Reproduce: 1.Start mail window 2. 3. Actual Results: Errors (see below) and segfault. Expected Results: Worked normally. XML Error in file 'chrome://messenger/content/mailWindowOverlay.xul', Line Number: 381, Col Number: 25, Description: undefined entity Source Line: value="&openLinkCmd.label;" Warning add child failed!! *** Failed to load overlay chrome://messenger/content/mailWindowOverlay.xul Warning add child failed!! start message pane with: http://www.mozilla.org/mailnews/start.html In SortColumn SetupCommandUpdateHandlers ************************************************************ * Call to xpconnect wrapped JSObject produced this error: * [Exception... "[JavaScript Error: "IsGetNewMessagesEnabled is not defined" {file: "chrome://messenger/content/mail3PaneWindowCommands.js" line: 300}] [nsIController::isCommandEnabled]" nsresult: "0x80570021 (NS_ERROR_XPC_JAVASCRIPT_ERROR_WITH_DETAILS)" location: "JS frame :: chrome://global/content/globalOverlay.js :: goUpdateCommand :: line 57" data: yes] ************************************************************ An error occurred updating the cmd_getNewMessages command ************************************************************ * Call to xpconnect wrapped JSObject produced this error: * [Exception... "[JavaScript Error: "IsGetNextNMessagesEnabled is not defined" {file: "chrome://messenger/content/mail3PaneWindowCommands.js" line: 302}] [nsIController::isCommandEnabled]" nsresult: "0x80570021 (NS_ERROR_XPC_JAVASCRIPT_ERROR_WITH_DETAILS)" location: "JS frame :: chrome://global/content/globalOverlay.js :: goUpdateCommand :: line 57" data: yes] ************************************************************ An error occurred updating the cmd_getNextNMessages command ************************************************************ * Call to xpconnect wrapped JSObject produced this error: * [Exception... "[JavaScript Error: "IsEmptyTrashEnabled is not defined" {file: "chrome://messenger/content/mail3PaneWindowCommands.js" line: 304}] [nsIController::isCommandEnabled]" nsresult: "0x80570021 (NS_ERROR_XPC_JAVASCRIPT_ERROR_WITH_DETAILS)" location: "JS frame :: chrome://global/content/globalOverlay.js :: goUpdateCommand :: line 57" data: yes] ************************************************************ An error occurred updating the cmd_emptyTrash command ************************************************************ * Call to xpconnect wrapped JSObject produced this error: * [Exception... "[JavaScript Error: "IsCompactFolderEnabled is not defined" {file: "chrome://messenger/content/mail3PaneWindowCommands.js" line: 306}] [nsIController::isCommandEnabled]" nsresult: "0x80570021 (NS_ERROR_XPC_JAVASCRIPT_ERROR_WITH_DETAILS)" location: "JS frame :: chrome://global/content/globalOverlay.js :: goUpdateCommand :: line 57" data: yes] ************************************************************ An error occurred updating the cmd_compactFolder command /usr/local/mozilla/run-mozilla.sh: line 72: 20220 Segmentation fault $prog ${1+"$@"}
53,744
443,220
DESCRIPTION: select renders with different font-family than other html form controls. STEPS TO REPRODUCE: View mozilla bug query page http://bugzilla.mozilla.org/query.cgi. Compare the font rendered for select elements to input[type="text"] ACTUAL RESULTS: Select element is rendered in a sans-serif font while the input[type="text"] are rendered in a monospace font. EXPECTED RESULTS: All form elements should render with at least the same font-family, font-size. I reported a similar Bug (#42825). Over the past few builds make this html form bug very obvious. DOES NOT WORK CORRECTLY ON: Win98 build 2000092205 (9-21-00 nightly build)
54,079
447,135
In Composer window, when you select submenu of Help menu, Netscape will crash. steps of reproduce 1. Open Composer window 2. Select menu as follows Help | What's New in Netscape6? Help | New to the Net Tutorial Help | Netscape Technical Support Help | Security Center Help | International Users Help | Feedback Center Netscape will crash. I sent talkback report at every selection of submenus. Stack traces are same. Talkback incident #18012463 Trigger Type: Program Crash Trigger Reason: Access violation Thread ID: Call Stack: (Signature = nsJSContext::ExecuteScript 92ef1dc1) nsJSContext::ExecuteScript [d:\builds\seamonkey\mozilla\dom\src\base\nsJSEnvironment.cpp, line 695] nsXULDocument::ExecuteScript [d:\builds\seamonkey\mozilla\rdf\content\src\nsXULDocument.cpp, line 5586] nsXULDocument::LoadScript [d:\builds\seamonkey\mozilla\rdf\content\src\nsXULDocument.cpp, line 5443] nsXULDocument::ResumeWalk [d:\builds\seamonkey\mozilla\rdf\content\src\nsXULDocument.cpp, line 5272] nsXULDocument::CachedChromeStreamListener::OnStopRequest [d:\builds\seamonkey\mozilla\rdf\content\src\nsXULDocument.cpp, line 6509] nsDocumentOpenInfo::OnStopRequest [d:\builds\seamonkey\mozilla\uriloader\base\nsURILoader.cpp, line 269] nsCachedChromeChannel::HandleStopLoadEvent [d:\builds\seamonkey\mozilla\rdf\chrome\src\nsChromeProtocolHandler.cpp, line 535] PL_HandleEvent [d:\builds\seamonkey\mozilla\xpcom\threads\plevent.c, line 576] PL_ProcessPendingEvents [d:\builds\seamonkey\mozilla\xpcom\threads\plevent.c, line 512] _md_EventReceiverProc [d:\builds\seamonkey\mozilla\xpcom\threads\plevent.c, line 1046] nsAppShellService::Run [d:\builds\seamonkey\mozilla\xpfe\appshell\src\nsAppShellService.cpp, line 408] netscp6.exe + 0x1711 (0x00401711) netscp6.exe + 0x1230 (0x00401230) netscp6.exe + 0x2aae (0x00402aae) KERNEL32.DLL + 0x7903 (0x77e57903) Tested 2000-09-25-08 Win32 and Linux, and 2000-09-25-12 Mac build.
54,491
452,696
The newsgroup subscribe dialog builds a tree containing every single newsgroup for the specified server. This takes a long time, overloads the CPU and leads to massive memory consumption. Steps to reproduce: 1. Subscribe to a news server (e.g. news.netscape.com) which has a large newsgroup count. 2. Select the server from the account panel, right mouse click and choose "Subscribe...". 3. Once all the newsgroup names are fetched, quit Mozilla. 4. Start up Mozilla, note the memory consumption and choose "Subscribe..." again. Here are the memory consumption figures for displaying newsgroups on news.netscape.com on my box: Before opening dialog: 19900K After loading groups: 66152K Difference: 46252K news.netscape.com has approximately 38000 newsgroups so memory consumption works out about 1.2K per newsgroup. It takes over 2 minutes on my 450Mhz machine to load the entire list. After the dialog is dismissed the memory consumption does not drop indicating either a leak or a need for garbage collection. Wouldn't it be better for this dialog to only build a tree containing groups that are visible? Newsgroups should only be populated when the parent group is expanded.
54,630
454,389
Overview Description: After hitting 512 files in the disk cache the cache is cleaned up ... ie. all cached files are deleted and the files are not stored to disk anymore. Using about:cache shows the file count (after cleanup) increasing as it should but does not display the names of the files. All of my cache directories remain empty and it appears as though nothing is cached anymore. I've re-installed twice. Steps to Reproduce: 1.) Surf until you have over 512 records in cache Actual Results: Cache quits working Expected Results: cache files should be saved to disk Build Date & Platform Bug Found: 2000092808 winNT Additional info: my system's acting a little strange tonight so maybe I'm just imagining that I'm seeing this
54,825
456,549
Overview Description: I hit an infinite loop while doing a Find on Page, using the PR3 build 2000092908 on win2k. I broke in the debugger for a trunk build pulled ~2am 09/30, and got the stack trace below. Steps to Reproduce: 1) Load the URL http://support.microsoft.com/support/kb/articles/Q246/3/46.ASP?LN=EN-US&SD=gn &FR=0 2) Do 'Search->Find on This Page' from the menu, and enter the text "drop" in the textfield. 3) a. Click on the 'Find' button --> first "drop" is found b. Click on the 'Find' button again --> second "drop" is found c. Click on the 'Find' button again --> mozilla hangs Actual Results: hangs Expected Results: user feedback that no more matches can be found. Reproducibility: 100% win2k Build Date & Platform Bug Found: 2000092908 win2k; and on a current debug trunk mozilla build 2000092909 linux rh 6.1 2000092812 mac 9.0 Here is the stack when I broke in the loop. nsTextServicesDocument::FirstTextNodeInNextBlock(nsIContentIterator * 0x032c2600) line 4059 nsTextServicesDocument::GetFirstTextNodeInNextBlock(nsIContent * * 0x032dddd4) line 4146 + 20 bytes nsTextServicesDocument::NextBlock(nsTextServicesDocument * const 0x032dddb8) line 1710 + 35 bytes nsFindComponent::Context::DoFind(nsFindComponent::Context * const 0x02e36c48, int * 0x0012dcc0) line 509 nsFindComponent::FindNext(nsFindComponent * const 0x02e36ae8, nsISupports * 0x02e36c48, int * 0x0012dcc0) line 884 XPTC_InvokeByIndex(nsISupports * 0x02e36ae8, unsigned int 8, unsigned int 2, nsXPTCVariant * 0x0012dcb0) line 139 nsXPCWrappedNativeClass::CallWrappedMethod(JSContext * 0x0321fdf8, nsXPCWrappedNative * 0x03220b98, const XPCNativeMemberDescriptor * 0x03220864, nsXPCWrappedNativeClass::CallMode CALL_METHOD, unsigned int 1, long * 0x032c2980, long * 0x0012de64) line 913 + 43 bytes WrappedNative_CallMethod(JSContext * 0x0321fdf8, JSObject * 0x03153540, unsigned int 1, long * 0x032c2980, long * 0x0012de64) line 228 + 34 bytes js_Invoke(JSContext * 0x0321fdf8, unsigned int 1, unsigned int 0) line 820 + 23 bytes js_Interpret(JSContext * 0x0321fdf8, long * 0x0012e998) line 2621 + 15 bytes js_Invoke(JSContext * 0x0321fdf8, unsigned int 1, unsigned int 2) line 837 + 13 bytes js_InternalInvoke(JSContext * 0x0321fdf8, JSObject * 0x031534b8, long 51722640, unsigned int 0, unsigned int 1, long * 0x0012eb30, long * 0x0012eac0) line 909 + 20 bytes JS_CallFunctionValue(JSContext * 0x0321fdf8, JSObject * 0x031534b8, long 51722640, unsigned int 1, long * 0x0012eb30, long * 0x0012eac0) line 3193 + 31 bytes nsJSContext::CallEventHandler(nsJSContext * const 0x0321f7e0, void * 0x031534b8, void * 0x03153990, unsigned int 1, void * 0x0012eb30, int * 0x0012eb2c, int 0) line 907 + 33 bytes nsJSEventListener::HandleEvent(nsIDOMEvent * 0x032c0f9c) line 154 + 64 bytes nsEventListenerManager::HandleEventSubType(nsListenerStruct * 0x0325cce8, nsIDOMEvent * 0x032c0f9c, nsIDOMEventTarget * 0x032567d8, unsigned int 4, unsigned int 7) line 788 + 19 bytes nsEventListenerManager::HandleEvent(nsIPresContext * 0x032681f8, nsEvent * 0x0012f410, nsIDOMEvent * * 0x0012f32c, nsIDOMEventTarget * 0x032567d8, unsigned int 7, nsEventStatus * 0x0012f730) line 935 + 39 bytes nsXULElement::HandleDOMEvent(nsXULElement * const 0x032567d0, nsIPresContext * 0x032681f8, nsEvent * 0x0012f410, nsIDOMEvent * * 0x0012f32c, unsigned int 1, nsEventStatus * 0x0012f730) line 3321 PresShell::HandleEventInternal(nsEvent * 0x0012f410, nsIView * 0x00000000, unsigned int 1, nsEventStatus * 0x0012f730) line 4255 + 47 bytes PresShell::HandleEventWithTarget(PresShell * const 0x03268d50, nsEvent * 0x0012f410, nsIFrame * 0x0329c408, nsIContent * 0x032567d0, unsigned int 1, nsEventStatus * 0x0012f730) line 4236 + 22 bytes nsEventStateManager::CheckForAndDispatchClick(nsEventStateManager * const 0x032964a0, nsIPresContext * 0x032681f8, nsMouseEvent * 0x0012f840, nsEventStatus * 0x0012f730) line 1854 + 61 bytes nsEventStateManager::PostHandleEvent(nsEventStateManager * const 0x032964a8, nsIPresContext * 0x032681f8, nsEvent * 0x0012f840, nsIFrame * 0x0329c408, nsEventStatus * 0x0012f730, nsIView * 0x03268908) line 935 + 28 bytes PresShell::HandleEventInternal(nsEvent * 0x0012f840, nsIView * 0x03268908, unsigned int 1, nsEventStatus * 0x0012f730) line 4275 + 43 bytes PresShell::HandleEvent(PresShell * const 0x03268d54, nsIView * 0x03268908, nsGUIEvent * 0x0012f840, nsEventStatus * 0x0012f730, int 1, int & 1) line 4190 + 25 bytes nsView::HandleEvent(nsView * const 0x03268908, nsGUIEvent * 0x0012f840, unsigned int 28, nsEventStatus * 0x0012f730, int 1, int & 1) line 379 nsViewManager2::DispatchEvent(nsViewManager2 * const 0x032686f0, nsGUIEvent * 0x0012f840, nsEventStatus * 0x0012f730) line 1439 HandleEvent(nsGUIEvent * 0x0012f840) line 68 nsWindow::DispatchEvent(nsWindow * const 0x032689a4, nsGUIEvent * 0x0012f840, nsEventStatus & nsEventStatus_eIgnore) line 681 + 10 bytes nsWindow::DispatchWindowEvent(nsGUIEvent * 0x0012f840) line 702 nsWindow::DispatchMouseEvent(unsigned int 301, nsPoint * 0x00000000) line 3890 + 21 bytes ChildWindow::DispatchMouseEvent(unsigned int 301, nsPoint * 0x00000000) line 4100 nsWindow::ProcessMessage(unsigned int 514, unsigned int 0, long 8192086, long * 0x0012fbbc) line 2960 + 24 bytes nsWindow::WindowProc(HWND__ * 0x00190212, unsigned int 514, unsigned int 0, long 8192086) line 950 + 27 bytes USER32! 77e13eb0() USER32! 77e1401a() USER32! 77e192da() nsAppShellService::Run(nsAppShellService * const 0x00c1d528) line 408 main1(int 1, char * * 0x00497178, nsISupports * 0x00000000) line 1004 + 32 bytes main(int 1, char * * 0x00497178) line 1185 + 37 bytes mainCRTStartup() line 338 + 17 bytes KERNEL32! 77e87903()
54,829
456,599
Overview Description: We crash printing this complex page. I'm working on a minimized testcase. Steps to Reproduce: 1) Go to http://www.damowmow.com/mozilla/css_ianh.html 2) Try to print. Actual Results: Crash. Expected Results: Well, NOT crashing might be good. Reproducibility: 100% Build Date & Platform Bug Found: New trunk debug build on win98se 2000092908-MN6 (branch build) on win98se Additional Information: cc'ing Ian so he sees how useful his page was :) Stack Trace: nsTableRowGroupFrame::InitRepeatedFrame(nsIPresContext * 0x01861670, nsTableRowGroupFrame * 0x037652ac) line 148 + 3 bytes nsCSSFrameConstructor::CreateContinuingTableFrame(nsIPresShell * 0x018650e0, nsIPresContext * 0x01861670, nsIFrame * 0x03765244, nsIFrame * 0x0381262c, nsIContent * 0x04473528, nsIStyleContext * 0x04418b40, nsIFrame * * 0x007aba50) line 10722 nsCSSFrameConstructor::CreateContinuingFrame(nsCSSFrameConstructor * const 0x01867ab0, nsIPresShell * 0x018650e0, nsIPresContext * 0x01861670, nsIFrame * 0x03765244, nsIFrame * 0x0381262c, nsIFrame * * 0x007abb5c) line 10819 + 36 bytes nsCSSFrameConstructor::CreateContinuingOuterTableFrame(nsIPresShell * 0x018650e0, nsIPresContext * 0x01861670, nsIFrame * 0x037651f0, nsIFrame * 0x03764d44, nsIContent * 0x04473528, nsIStyleContext * 0x04418600, nsIFrame * * 0x007abbc4) line 10618 nsCSSFrameConstructor::CreateContinuingFrame(nsCSSFrameConstructor * const 0x01867ab0, nsIPresShell * 0x018650e0, nsIPresContext * 0x01861670, nsIFrame * 0x037651f0, nsIFrame * 0x03764d44, nsIFrame * * 0x007abc20) line 10815 + 36 bytes StyleSetImpl::CreateContinuingFrame(StyleSetImpl * const 0x01867b70, nsIPresContext * 0x01861670, nsIFrame * 0x037651f0, nsIFrame * 0x03764d44, nsIFrame * * 0x007abc20) line 1242 + 43 bytes nsHTMLContainerFrame::CreateNextInFlow(nsIPresContext * 0x01861670, nsIFrame * 0x03764d44, nsIFrame * 0x037651f0, nsIFrame * & 0x00000000) line 138 nsBlockFrame::CreateContinuationFor(nsBlockReflowState & {...}, nsLineBox * 0x03810388, nsIFrame * 0x037651f0, int & 0) line 4523 + 24 bytes nsBlockFrame::ReflowBlockFrame(nsBlockReflowState & {...}, nsLineBox * 0x03810388, int * 0x007ac020) line 3937 + 42 bytes nsBlockFrame::ReflowLine(nsBlockReflowState & {...}, nsLineBox * 0x03810388, int * 0x007ac020, int 0) line 3138 + 23 bytes nsBlockFrame::ReflowDirtyLines(nsBlockReflowState & {...}) line 2945 + 27 bytes nsBlockFrame::Reflow(nsBlockFrame * const 0x03764d44, nsIPresContext * 0x01861670, nsHTMLReflowMetrics & {...}, const nsHTMLReflowState & {...}, unsigned int & 0) line 1746 + 15 bytes nsBlockReflowContext::DoReflowBlock(nsHTMLReflowState & {...}, nsReflowReason eReflowReason_Initial, nsIFrame * 0x03764d44, const nsRect & {...}, int 1, int 0, int 1, nsMargin & {...}, unsigned int & 0) line 561 + 36 bytes nsBlockReflowContext::ReflowBlock(nsIFrame * 0x03764d44, const nsRect & {...}, int 1, int 0, int 1, nsMargin & {...}, unsigned int & 0) line 331 + 50 bytes nsBlockFrame::ReflowBlockFrame(nsBlockReflowState & {...}, nsLineBox * 0x03810450, int * 0x007acb58) line 3873 + 56 bytes nsBlockFrame::ReflowLine(nsBlockReflowState & {...}, nsLineBox * 0x03810450, int * 0x007acb58, int 0) line 3138 + 23 bytes nsBlockFrame::ReflowDirtyLines(nsBlockReflowState & {...}) line 2945 + 27 bytes nsBlockFrame::Reflow(nsBlockFrame * const 0x03764cbc, nsIPresContext * 0x01861670, nsHTMLReflowMetrics & {...}, const nsHTMLReflowState & {...}, unsigned int & 0) line 1746 + 15 bytes nsContainerFrame::ReflowChild(nsIFrame * 0x03764cbc, nsIPresContext * 0x01861670, nsHTMLReflowMetrics & {...}, const nsHTMLReflowState & {...}, int 0, int 0, unsigned int 0, unsigned int & 0) line 693 + 31 bytes nsPageFrame::Reflow(nsPageFrame * const 0x03764c84, nsIPresContext * 0x01861670, nsHTMLReflowMetrics & {...}, const nsHTMLReflowState & {...}, unsigned int & 0) line 129 nsContainerFrame::ReflowChild(nsIFrame * 0x03764c84, nsIPresContext * 0x01861670, nsHTMLReflowMetrics & {...}, const nsHTMLReflowState & {...}, int 100, int 100, unsigned int 0, unsigned int & 0) line 693 + 31 bytes nsSimplePageSequenceFrame::Reflow(nsSimplePageSequenceFrame * const 0x03764c48, nsIPresContext * 0x01861670, nsHTMLReflowMetrics & {...}, const nsHTMLReflowState & {...}, unsigned int & 0) line 248 nsContainerFrame::ReflowChild(nsIFrame * 0x03764c48, nsIPresContext * 0x01861670, nsHTMLReflowMetrics & {...}, const nsHTMLReflowState & {...}, int 0, int 0, unsigned int 0, unsigned int & 0) line 693 + 31 bytes ViewportFrame::Reflow(ViewportFrame * const 0x03764c0c, nsIPresContext * 0x01861670, nsHTMLReflowMetrics & {...}, const nsHTMLReflowState & {...}, unsigned int & 0) line 546 PresShell::InitialReflow(PresShell * const 0x018650e0, int 11520, int 15120) line 1919 DocumentViewerImpl::Print(DocumentViewerImpl * const 0x0438da38, int 0, _iobuf * 0x00000000, nsIPrintListener * 0x00000000) line 1650 nsBrowserInstance::Print(nsBrowserInstance * const 0x03fb0070) line 1478 + 29 bytes XPTC_InvokeByIndex(nsISupports * 0x03fb0070, unsigned int 33, unsigned int 0, nsXPTCVariant * 0x007ad950) line 139 nsXPCWrappedNativeClass::CallWrappedMethod(JSContext * 0x027c58d0, nsXPCWrappedNative * 0x03fb16c0, const XPCNativeMemberDescriptor * 0x03fb1c04, nsXPCWrappedNativeClass::CallMode CALL_METHOD, unsigned int 0, long * 0x037c098c, long * 0x007adb04) line 913 + 43 bytes WrappedNative_CallMethod(JSContext * 0x027c58d0, JSObject * 0x00f83f30, unsigned int 0, long * 0x037c098c, long * 0x007adb04) line 228 + 34 bytes js_Invoke(JSContext * 0x027c58d0, unsigned int 0, unsigned int 0) line 820 + 23 bytes js_Interpret(JSContext * 0x027c58d0, long * 0x007ae638) line 2621 + 15 bytes js_Invoke(JSContext * 0x027c58d0, unsigned int 1, unsigned int 2) line 837 + 13 bytes js_InternalInvoke(JSContext * 0x027c58d0, JSObject * 0x00f83150, long 58290368, unsigned int 0, unsigned int 1, long * 0x007ae7d0, long * 0x007ae760) line 909 + 20 bytes JS_CallFunctionValue(JSContext * 0x027c58d0, JSObject * 0x00f83150, long 58290368, unsigned int 1, long * 0x007ae7d0, long * 0x007ae760) line 3193 + 31 bytes nsJSContext::CallEventHandler(nsJSContext * const 0x027c5a80, void * 0x00f83150, void * 0x037970c0, unsigned int 1, void * 0x007ae7d0, int * 0x007ae7cc, int 0) line 907 + 33 bytes nsJSEventListener::HandleEvent(nsIDOMEvent * 0x043f67d4) line 154 + 64 bytes nsEventListenerManager::HandleEventSubType(nsListenerStruct * 0x03ec5fa0, nsIDOMEvent * 0x043f67d4, nsIDOMEventTarget * 0x03ec4748, unsigned int 8, unsigned int 7) line 788 + 19 bytes nsEventListenerManager::HandleEvent(nsIPresContext * 0x031306e0, nsEvent * 0x007af034, nsIDOMEvent * * 0x007aefcc, nsIDOMEventTarget * 0x03ec4748, unsigned int 7, nsEventStatus * 0x007af078) line 1670 + 39 bytes nsXULElement::HandleDOMEvent(nsXULElement * const 0x03ec4740, nsIPresContext * 0x031306e0, nsEvent * 0x007af034, nsIDOMEvent * * 0x007aefcc, unsigned int 1, nsEventStatus * 0x007af078) line 3321 PresShell::HandleDOMEventWithTarget(PresShell * const 0x03133990, nsIContent * 0x03ec4740, nsEvent * 0x007af034, nsEventStatus * 0x007af078) line 4302 + 39 bytes nsButtonBoxFrame::MouseClicked(nsIPresContext * 0x031306e0, nsGUIEvent * 0x007af200) line 138 nsButtonBoxFrame::HandleEvent(nsButtonBoxFrame * const 0x03756624, nsIPresContext * 0x031306e0, nsGUIEvent * 0x007af200, nsEventStatus * 0x007af520) line 99 PresShell::HandleEventInternal(nsEvent * 0x007af200, nsIView * 0x00000000, unsigned int 1, nsEventStatus * 0x007af520) line 4270 + 38 bytes PresShell::HandleEventWithTarget(PresShell * const 0x03133990, nsEvent * 0x007af200, nsIFrame * 0x03756624, nsIContent * 0x03ec4740, unsigned int 1, nsEventStatus * 0x007af520) line 4236 + 22 bytes nsEventStateManager::CheckForAndDispatchClick(nsEventStateManager * const 0x03e31830, nsIPresContext * 0x031306e0, nsMouseEvent * 0x007af630, nsEventStatus * 0x007af520) line 1854 + 61 bytes nsEventStateManager::PostHandleEvent(nsEventStateManager * const 0x03e31838, nsIPresContext * 0x031306e0, nsEvent * 0x007af630, nsIFrame * 0x03756624, nsEventStatus * 0x007af520, nsIView * 0x03130050) line 935 + 28 bytes PresShell::HandleEventInternal(nsEvent * 0x007af630, nsIView * 0x03130050, unsigned int 1, nsEventStatus * 0x007af520) line 4275 + 43 bytes PresShell::HandleEvent(PresShell * const 0x03133994, nsIView * 0x03130050, nsGUIEvent * 0x007af630, nsEventStatus * 0x007af520, int 1, int & 1) line 4190 + 25 bytes nsView::HandleEvent(nsView * const 0x03130050, nsGUIEvent * 0x007af630, unsigned int 28, nsEventStatus * 0x007af520, int 1, int & 1) line 379 nsViewManager2::DispatchEvent(nsViewManager2 * const 0x03130230, nsGUIEvent * 0x007af630, nsEventStatus * 0x007af520) line 1439 HandleEvent(nsGUIEvent * 0x007af630) line 68 nsWindow::DispatchEvent(nsWindow * const 0x03133ee4, nsGUIEvent * 0x007af630, nsEventStatus & nsEventStatus_eIgnore) line 681 + 10 bytes nsWindow::DispatchWindowEvent(nsGUIEvent * 0x007af630) line 702 nsWindow::DispatchMouseEvent(unsigned int 301, nsPoint * 0x00000000) line 3890 + 21 bytes ChildWindow::DispatchMouseEvent(unsigned int 301, nsPoint * 0x00000000) line 4100 nsWindow::ProcessMessage(unsigned int 514, unsigned int 0, long 3343264, long * 0x007af9ac) line 2960 + 24 bytes nsWindow::WindowProc(HWND__ * 0x00000fb8, unsigned int 514, unsigned int 0, long 3343264) line 950 + 27 bytes KERNEL32! bff7363b() KERNEL32! bff94407() 007a8a32()
54,892
457,279
From Bugzilla Helper: User-Agent: Mozilla/5.0 (X11; U; Linux 2.2.16-22 i686; en-US; m18) Gecko/20001001 BuildID: 2000100121 Mozilla will hang when loading www.reuters.com. The window does not refresh and the CPU it pegs the CPU up to 100%. Reproducible: Always Steps to Reproduce: Load http://www.reuters.com. Actual Results: Browser hangs. Expected Results: Page should load.
55,627
465,808
Overview Description: The dialog 'helperAppLauncher.xul' is not modal, which allows the user to kill the parent window. If the user does this, and then proceeds with the dialog to do the file save, mozilla will crash. See http://bugzilla.mozilla.org/show_bug.cgi?id=55626, for a bug on just making this dialog modal, which would prevent this crash from being triggered by user actions. Steps to Reproduce: 1) go to www.mozilla.org 2) try to download one of the .zip, .gz, .bin files linked to at the bottom right corner of the page (e.g. "Window, Irix, ..."). 3) when the dialog comes up, kill the parent window (hit the close box on the window). 4) Click OK to 'Save To Disk...' Actual Results: crashes Expected Results: a) shouldn't be allowed to kill the parent window b) no crash; do the download if possible. Build Date & Platform Bug Found: 20001006nn win2k, mac branch MN6 builds 20001006nn MN6 linux does not crash, just exits.
62,992
536,550
From Bugzilla Helper: User-Agent: Mozilla/5.0 (Windows; U; Win98; en-US; m18) Gecko/20001212 BuildID: 2000121204 Copying/moving messages to a different folder sometimes corrupts the destination mail folder, viewing the damaged mails causes several problems up to crashes. Details: Copying/moving mails (by left-click or drag-n-drop) to a folder sometimes corrupts the destination mail folder: Sometimes, the line break, CR LF, hex 0D 0A, gets replaced with and 0D 00 0A. These ascii 0 characters can cause problems ranging from nothing (noticed on HTML mail, inline JPG's), crippling the mail (plaintext mail) up to instant crash on viewing (binary attachments). Deleting mails/Compacting the folder may not work too. Especially inside binary attachments, these 0's often appear every 4096 lines. (Maybe this should be splitted into two bugs: copy/move and mail folders with #0's) I've written a small program called killnull to track this bug down and to repair the damage. Get it at http://www.uni-kassel.de/~urichter/moz It copies the folder to a new file (or NUL) and drops any ASCII 0 character. Each 0 character is reported with byte and line index. For example, one of my mail folders (88 mails, ~3MByte) produced this: #00 found at chr=250872 (+250872) ln=3478 (+3478) #00 found at chr=570361 (+319489) ln=7574 (+4096) #00 found at chr=753557 (+183196) ln=10034 (+2460) #00 found at chr=870110 (+116553) ln=12697 (+2663) #00 found at chr=1189599 (+319489) ln=16793 (+4096) #00 found at chr=1509088 (+319489) ln=20889 (+4096) #00 found at chr=1828577 (+319489) ln=24985 (+4096) #00 found at chr=2234127 (+405550) ln=33125 (+8140) #00 found at chr=2476303 (+242176) ln=36649 (+3524) #00 found at chr=3088215 (+611912) ln=45351 (+8702) The first bug is at $3D3F8=250872, inside an attachment (hex editor output): 03D3E0 62 67 79 69 43 4E 4F 4D 39 6B 6F 6B 52 53 6E 6B bgyiCNOM9kokRSnk 03D3F0 44 49 31 61 71 35 65 0D 00 0A 78 7A 56 6F 61 55 DI1aq5e...xzVoaU 03D400 6F 74 67 73 46 65 6F 4C 4D 41 64 7A 55 45 44 66 otgsFeoLMAdzUEDf Reproducible: Sometimes Steps to Reproduce: 1. Create a new folder 2. Pick some (~20) mails from any folder and copy them to the new folder. Some big (~200-500k) attachments would be nice. 3. Check all mails for errors OR search for 0-bytes inside the mail folder OR use my program to scan the file. There's a good chance, that one of the attachments crashes mozilla on viewing the mail. mfg. udo
64,025
548,468
Using the 2000122904 nightly build, i crash after changing the Show Tooltips option twice. Steps to reproduce: 1. Open prefs & change the Show Tooltips option under Appearance. 2. Open a new Navigator by pressing Ctrl+N or Tasks -> Navigator. 3. Close the Navigator window you just opened. 4. Open prefs & change the Show Tooltips option under Appearance again. Mozilla repeatedly crashes after performing the above steps. "*** FIX ME: '_elementIDs' in 'pref-appearance.xul' contains a reference to a non-existent element ID 'undefined'." is printed to the console after changing the Show Tooltips option each time.
56,007
469,471
Mozilla M18 Mozilla/5.0 (X11; U; Linux 2.2.16 i686; en-US; m18) Gecko/20001010 Ok, this is a bit complicated, but it makes mozilla news unusable for me since important messages get lost. Scenario: I have 2 POP3 Accounts. Several accounts are forwarded to the 2 POP-Accounts. I grab all E-Mail and (of course) filter them to several Folders. (E.G. Maillinglists, etc.) The only mail that is unfilitered comes to my Inbox (so all unfiltered Mail is private mail). When I see such a Mail in the Inbox folder, the Subject and the Sender is there correct. But when I scroll with the cursors (no matter if I click on it by mouse directly), and I reach the mail, the header is correct, but it shows me some mail before or after this mail. The mail is completely lost then, I never ever can see it again. (so this makes mozilla hardly usable for me). If i search in the "plain .mozilla" directory the Mail file, the message is not there. Sometimes a window from mozilla pop's up saying "bin: unknown error". To sum it up: I believe this is due to my setup in some way: I grab mail with (example) [email protected], BUT, since most E-Mail are forwarded to this, "originally" the mail is for [email protected]. I feel all this mails get lost, which are in the header to [email protected] BUT which I pickup at [email protected]. Strange thing: ALL (!!) message I filter are going to the correct folder, and there this "mail loss" never ever happened. JUST in the "Inbox" folder, some Mail gets "lost" somehow. Its MAYBE (!) something with #46888 or/and #55432 Reproducible: Always Steps to Reproduce: See Description: I get a Mail, see it in Inbox, click on it, but get either bin:unknown error (pop-up) or see some other Mail (again, correct header, but wrong body from some mail above). I get this error every time, but I dont know how I should tell you to reproduce it since it "just happens anytime" at my computer. Actual Results: Error, or wrong Mail. Expected Results: Showing me the correct Mail. I'm sorry that I can't be more concrete especially on "Reproduce" Part, but somehow it must be something with a) either filters or b) different Aliases on one POP Account. Feel free to contact me, I want to help more! Its a really bad problem since mail gets lost.
56,085
470,681
From Bugzilla Helper: User-Agent: Mozilla/5.0 (Windows; U; WinNT4.0; en-US; m18) Gecko/20000929 Netscape6/6.0b3 BuildID: 2000092908 Reproducible: Always Steps to Reproduce: Simply go the http://ppcboot.sourceforge.net Actual Results: Expected Results: