Closed
Bug 12528
Opened 25 years ago
Closed 25 years ago
segfault when typing anything into the urlbar
Categories
(Core :: DOM: UI Events & Focus Handling, defect, P3)
Tracking
()
VERIFIED
FIXED
People
(Reporter: andreas.otte, Assigned: joki)
Details
(Keywords: verifyme)
with the current build (08-26-99) I'm getting a segfault when typing anything
into the urlbar. Traced it back to nsGtkEventHandler.cpp. Got rid of it by doing
this:
Index: nsGtkEventHandler.cpp
===================================================================
RCS file: /cvsroot/mozilla/widget/src/gtk/nsGtkEventHandler.cpp,v
retrieving revision 1.85
diff -r1.85 nsGtkEventHandler.cpp
279c279
< g_print("%s\n", aGEK->string);
---
> // g_print("%s\n", aGEK->string);
Reporter | ||
Comment 1•25 years ago
|
||
with ramiros latest checkin to nsGtkEventHandler.cpp this should be solved
unless you use DEBUG_pavlov
Assignee | ||
Updated•25 years ago
|
Status: NEW → RESOLVED
Closed: 25 years ago
Resolution: --- → FIXED
Assignee | ||
Comment 2•25 years ago
|
||
I'm going to mark this fixed, then.
Updated•6 years ago
|
Component: Event Handling → User events and focus handling
You need to log in
before you can comment on or make changes to this bug.
Description
•