Closed
Bug 9160
Opened 26 years ago
Closed 26 years ago
[crash][pp]mouseover the back button creates empty windows
Categories
(Core :: XUL, defect, P3)
Tracking
()
VERIFIED
FIXED
M8
People
(Reporter: phillip, Assigned: pavlov)
References
Details
Overview Description:
when apprunner's back button is enabled, mousing over it will create
a new gray window about 3 inches high and 2 inches wide.
Steps to Reproduce:
1) launch apprunner.
2) click on a link or enter a url or click on the MyNetscape button
3) whenever you want, hover the mouse cursor over the back button.
for as long as you leave it there, numerous windows will continue
to be created and will appear all over (depending on how your window
manager places new windows.)
4) close one of the new windows for a segfault.
Actual Results:
The new windows appear whenever you mouse over and continue to be
generated while the cursor remains.
Expected Results:
The windows should not be instatiated.
Build Date & Platform:
07/01/99 build on RedHat 5.2 (Apprunner)
Additional Information:
Stack Trace: (occurs when window is closed)
Program received signal SIGSEGV, Segmentation fault.
0x730074 in ?? ()
(gdb) bt
#0 0x730074 in ?? ()
#1 0x80c44bc in gtk_window_set_default_size ()
#2 0x809d317 in gtk_signal_connect_object ()
#3 0x809c99e in gtk_signal_connect_object ()
#4 0x809b0da in gtk_selection_data_set ()
#5 0x80bcc04 in gtk_widget_size_request ()
#6 0x8085657 in gtk_main_iteration_do ()
#7 0x80d3ecf in gdk_input_add ()
#8 0x80e6e54 in g_list_length ()
#9 0x80e72cf in g_list_length ()
#10 0x80e73e9 in g_main_iteration ()
#11 0x808530f in gtk_main ()
#12 0x40195fcf in nsAppShell::Run ()
#13 0x400fec9a in nsAppShellService::Run ()
#14 0x80521ba in main ()
Updated•26 years ago
|
Assignee: trudelle → pavlov
Summary: [crash][pp]mouseover the back button creates empty windows → [crash][pp]mouseover the back button creates empty windows
Comment 1•26 years ago
|
||
9177 is a duplicate of this. Reassigning to actual code owner.
Comment 2•26 years ago
|
||
dup of 9175??
| Assignee | ||
Updated•26 years ago
|
Status: NEW → RESOLVED
Closed: 26 years ago
Resolution: --- → FIXED
Target Milestone: M8
| Assignee | ||
Comment 4•26 years ago
|
||
checked in fix.
all better, as of the whole past week, including today's
1999-07-13-08 on RedHat 5.2
You need to log in
before you can comment on or make changes to this bug.
Description
•