GNOME Bugzilla – Bug 134992
constant assertions cauzing beeps
Last modified: 2004-12-22 21:47:04 UTC
This is constantly being displayed: ###!!! ASSERTION: Attempt to decrement focus controller's suppression when no suppression active! and very often this one: WARNING: empty damage rect: update caller to avoid fcn call overhead, file nsFrame.cpp, line 2551 surfing is terrible as the computer is constantly beeping. Let me know if more info is needed
These are mozilla ASSERTIONS, and it will only act on them if it is compiled with debugging enabled. You should compile mozilla with --disable-debug.