Closed Bug 60038 Opened 24 years ago Closed 24 years ago

stack: il_find_in_cache

Categories

(Core :: Graphics: ImageLib, defect, P3)

x86
Linux
defect

Tracking

()

VERIFIED DUPLICATE of bug 62966

People

(Reporter: todd1, Assigned: pnunn)

References

()

Details

(Keywords: crash)

From Bugzilla Helper: User-Agent: Mozilla/4.75 [en] (X11; U; Linux 2.2.17 i686) BuildID: 11-13 nightly build After going to http://www.stack.nl/~brama/mp3blaster.html and clicking on requirements mozila promtly crashes Reproducible: Always Steps to Reproduce: 1. Go to the main page 2.http://www.stack.nl/~brama/mp3blaster.html 3. Then click on requirements Actual Results: Mozilla crashed and displayed Error loading URL http://www.freshmeat.net/: 804b0002 ./run-mozilla.sh: line 72: 2215 Segmentation fault $prog ${1+"$@"} Note this was a link off of www.freshmeat.net (if that has to do with anything) If im putting this in the wrong component im sorry :(. Expected Results: Not crashed and displayed the page.
unable to reproduce crash on mozilla trunk linux build 111304
WFM on Win2k 2000111304 trunk build
I see the crash on Linux (2.2.17, RH 6.2, KDE) with 2000-11-13 trunk. Confirming, adding crash keyword.
Status: UNCONFIRMED → NEW
Ever confirmed: true
Keywords: crash
Hi im the reporter of the bug and after trying to reproduce it a few more times i found that it isn't so easy. Took me about 8 times to reproduce this last time. I ran it through strace, i really don't know how helpful this is to you, if any. Is their binarys with debugging enabled in them? Anyway the strace is pasted below, sorry for the wasted bandwith if this is useless to you. Im sure you can all tell im a newbie ;)... Document http://www.stack.nl/~brama/ loaded successfully Error loading URL http://www.stack.nl/~brama/mp3blaster/index.html: 804b0002 Error loading URL http://www.stack.nl/~brama/mp3blaster/index.html: 804b0002 Error loading URL http://www.stack.nl/~brama/mp3blaster/index.html?page=requirements: 804b0002 Error loading URL http://www.stack.nl/~brama/mp3blaster/index.html?page=requirements: 804b0002 Error loading URL http://www.stack.nl/~brama/mp3blaster/index.html?page=about: 804b0002 Error loading URL http://www.stack.nl/~brama/mp3blaster/index.html?page=download: 804b0002 Error loading URL http://www.stack.nl/~brama/mp3blaster/index.html?page=news: 804b0002 Error loading URL http://www.stack.nl/~brama/mp3blaster/index.html?page=about: 804b0002 ./run-mozilla.sh: line 72: 2355 Segmentation fault $prog ${1+"$@"} [WIFEXITED(s) && WEXITSTATUS(s) == 0], 0, NULL) = 2351 rt_sigprocmask(0, 0xbffff7d4, 0xbffff754, 0x8, 0) = 0 rt_sigprocmask(0x2, 0xbffff754, 0, 0x8, 0x2) = 0 rt_sigprocmask(0, 0xbffff7d4, 0xbffff754, 0x8, 0) = 0 rt_sigprocmask(0x2, 0xbffff754, 0, 0x8, 0x2) = 0 rt_sigprocmask(0x2, 0xbffff878, 0, 0x8, 0x2) = 0 --- SIGCHLD (Child exited) --- wait4(-1, 0xbffff738, WNOHANG, NULL) = -1 ECHILD (No child processes) sigreturn() = ? (mask now []) rt_sigaction(0x2, 0xbffff654, 0xbffff5c8, 0x8, 0x2) = 0 rt_sigprocmask(0, 0, 0x80b4ebc, 0x8, 0) = 0 rt_sigprocmask(0, 0xbffff114, 0xbffff094, 0x8, 0) = 0 rt_sigprocmask(0x2, 0xbffff094, 0, 0x8, 0x2) = 0 rt_sigprocmask(0, 0xbffff114, 0xbffff094, 0x8, 0) = 0 rt_sigprocmask(0x2, 0xbffff094, 0, 0x8, 0x2) = 0 read(3, "", 1656) = 0 munmap(0x40014000, 4096) = 0 _exit(0) = ?
Keywords: crash
can one of you two please download the installer build and do a complete install (to get Talkback included) and then post the incident ID of the talkback report generated at crash. Thanks.
TB21058482X
Keywords: crash
il_find_in_cache() il_get_container() IL_GetImage() ImageRequestImpl::Init() ImageGroupImpl::GetImage() nsFrameImageLoader::Init() nsPresContext::StartLoadImage() nsHTMLImageLoader::StartLoadImage() nsHTMLImageLoader::UpdateURLSpec() nsImageBoxFrame::UpdateImage() nsImageBoxFrame::DidSetStyleContext() nsFrame::SetStyleContext() FrameManager::ReResolveStyleContext() FrameManager::ReResolveStyleContext() FrameManager::ReResolveStyleContext() FrameManager::ComputeStyleChangeFor() nsCSSFrameConstructor::AttributeChanged() StyleSetImpl::AttributeChanged() PresShell::AttributeChanged() nsXULDocument::AttributeChanged() nsXULElement::SetAttribute() nsXULElement::SetAttribute() ElementSetAttribute() js_Invoke() js_Interpret() js_Invoke() nsXPCWrappedJSClass::CallMethod() nsXPCWrappedJS::CallMethod() PrepareAndDispatch() nsXPTCStubBase::Stub7() nsBrowserInstance::OnStateChange() nsDocLoaderImpl::FireOnStateChange() nsDocLoaderImpl::doStopDocumentLoad() nsDocLoaderImpl::DocLoaderIsEmpty() nsDocLoaderImpl::OnStopRequest() nsLoadGroup::RemoveChannel() nsHTTPChannel::ResponseCompleted() nsHTTPServerListener::OnStopRequest() nsOnStopRequestEvent::HandleEvent() nsStreamListenerEvent::HandlePLEvent() PL_HandleEvent() PL_ProcessPendingEvents() nsEventQueueImpl::ProcessPendingEvents() event_processor_callback() our_gdk_io_invoke() libglib-1.2.so.0+0xeaca(0x406bbaca) libglib-1.2.so.0+0x10186(0x406bd186) libglib-1.2.so.0+0x10751(0x406bd751) libglib-1.2.so.0+0x108f1(0x406bd8f1) libgtk-1.2.so.0+0x8c5b9(0x405e55b9) nsAppShell::Run() nsAppShellService::Run() main1() main() libc.so.6+0x189cb(0x4025d9cb) over to imagelib.
Assignee: asa → pnunn
Component: Browser-General → ImageLib
QA Contact: doronr → tpreston
Quoting the summary here and putting in short summary in field above: "After going to the mp3blaster homepage clicking on the requirements will crash mozilla"
Status: NEW → ASSIGNED
Summary: After going to the mp3blaster homepage clicking on the requirements will crash mozilla → crash when click on requirements.
dupe *** This bug has been marked as a duplicate of 62966 ***
Status: ASSIGNED → RESOLVED
Closed: 24 years ago
Resolution: --- → DUPLICATE
Summary: crash when click on requirements. → stack: il_find_in_cache
Verified duplicate
Status: RESOLVED → VERIFIED
You need to log in before you can comment on or make changes to this bug.