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)

x86
Linux
defect

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);
with ramiros latest checkin to nsGtkEventHandler.cpp this should be solved
unless you use DEBUG_pavlov
Status: NEW → RESOLVED
Closed: 25 years ago
Resolution: --- → FIXED
I'm going to mark this fixed, then.
Keywords: verifyme
fixed long time ago, verified
Status: RESOLVED → VERIFIED
Component: Event Handling → User events and focus handling
You need to log in before you can comment on or make changes to this bug.