Closed Bug 42461 Opened 25 years ago Closed 25 years ago

NetMind deframer causes freeze

Categories

(Core :: JavaScript Engine, defect, P3)

x86
Linux
defect

Tracking

()

RESOLVED DUPLICATE of bug 37463

People

(Reporter: matt, Assigned: rogerl)

References

()

Details

Build 2000061314, Linux 2.2.14 i686, RedHat 6.1 On the given URL, clicking on the deframe button freezes mozilla up. It invokes the function clearbar(), which is as follows: function clearbar(){ top.location=NetMindProxyFrame.url.getHref(); } The stack trace for the thread that got stuck was: #0 0x2acfa35b in __sigsuspend (set=0x7fffe9d0) at ../sysdeps/unix/sysv/linux/sigsuspend.c:48 #1 0x2ac3eec1 in __pthread_lock (lock=0x8ba66fc, self=0x2ac44ea0) at restart.h:32 #2 0x2ac3c7aa in __pthread_mutex_lock (mutex=0x8ba66ec) at mutex.c:84 #3 0x2ac28e96 in PR_Lock () #4 0x2ac29401 in PR_EnterMonitor () #5 0x2b344834 in NSGetModule () #6 0x2b34e9dc in NSGetModule () #7 0x2b34da8a in NSGetModule () #8 0x2b972439 in NSGetModule () #9 0x2b972410 in NSGetModule () #10 0x2b9715b7 in NSGetModule () #11 0x2b958771 in nsDocShell::StopLoad () #12 0x2b95e9db in nsDocShell::StopCurrentLoads () #13 0x2b95dbbf in nsDocShell::InternalLoad () #14 0x2b958612 in nsDocShell::LoadURI () #15 0x2ae880b8 in LocationImpl::SetHrefWithBase () #16 0x2ae89128 in LocationImpl::SetProperty () #17 0x2ae7f8d6 in GlobalWindowImpl::SetProperty () #18 0x2ae89e91 in nsJSUtils::nsCallJSScriptObjectSetProperty () #19 0x2ae74fb9 in NS_CreateScriptContext () #20 0x2abbfbd5 in js_Interpret () #21 0x2abb9e18 in js_Execute () #22 0x2aba1717 in JS_EvaluateUCScriptForPrincipals () #23 0x2ae723c1 in nsJSContext::EvaluateString () #24 0x2bdb5775 in NSGetModule () #25 0x2ab70f15 in XPTC_InvokeByIndex () #26 0x2ab64329 in nsProxyObject::Post () #27 0x2ab604db in PL_HandleEvent () #28 0x2ab60416 in PL_ProcessPendingEvents () #29 0x2ab6114d in nsEventQueueImpl::ProcessPendingEvents () #30 0x2b053fbf in NSGetModule () #31 0x2b053d7d in NSGetModule () #32 0x2b1f58da in g_io_unix_dispatch () #33 0x2b1f6f96 in g_main_dispatch () #34 0x2b1f7561 in g_main_iterate () #35 0x2b1f7701 in g_main_run () #36 0x2b118fdc in gtk_main () #37 0x2b0544ac in NSGetModule () #38 0x2ae31e7a in NSGetModule () #39 0x804d2e7 in JS_PushArguments () #40 0x804d6ed in JS_PushArguments () #41 0x2acf3fb3 in __libc_start_main (main=0x804d5e8 <JS_PushArguments+10796>, argc=1, argv=0x7ffff934, init=0x804a77c <_init>, fini=0x8051e28 <_fini>, rtld_fini=0x2aab55d0 <_dl_fini>, stack_end=0x7ffff92c) at ../sysdeps/generic/libc-start.c:78
This is a known problem. Good report though. *** This bug has been marked as a duplicate of 37463 ***
Status: NEW → RESOLVED
Closed: 25 years ago
Resolution: --- → DUPLICATE
Bug 37463 is fixed. Clicking on the "Remove" button now works as expected (PC/Linux 2000063020).
You need to log in before you can comment on or make changes to this bug.