[00:03] [reed]: ok we will try the default opt flags for next upload - committed .head [00:03] <[reed]> you just did --enable-optimize ? [00:06] more or less [00:07] --enable-optimize and -g in C/CXXFLAGS [00:09] asac: same crash [00:10] wierd [00:10] Ubulette: you don't ship the patches dir for xulbrowser target in mozilla-devscripts? [00:11] Ubulette: http://paste.ubuntu.com/3494/ [00:12] fellacious: still during startup? [00:13] it was a bug. fixed in bzr [00:13] fine [00:13] is bin in? [00:14] basically, when it tries to start with my default profile, it crashes, in the same way that it crashes when it tries to import my bookmarks.html. i'm assuming that the problem is with my bookmarks.html file. you can download that from http://216.15.119.166:81/bookmarks.20080111.html if you want. i'm currently looking at nsPlacesImportExportService.cpp [00:14] apparently not [00:15] fellacious: try to test whether PreviousFrame() is nsnull ... if so, try to omit what it does in that line [00:15] asac, grab the deb from my ppa, it works fine [00:17] done [00:17] fix confirmed [00:17] (gdb) x PreviousFrame [00:17] Cannot take address of method PreviousFrame. [00:20] (gdb) print PreviousFrame() [00:20] Cannot evaluate function -- may be inlined [00:33] i just suspect that its null [00:33] ya, me too [00:33] BookmarkImportFrame& PreviousFrame() [00:33] { [00:33] NS_ASSERTION(mFrames.Length() > 1, "Asking for frame when there are not enough!"); [00:33] return mFrames[mFrames.Length() - 2]; [00:33] } [00:34] (gdb) print mFrames [00:34] $2 = { = {static sEmptyHdr = {mLength = 0, mCapacity = 0, mIsAutoArray = 0}, mHdr = 0x2aaaac503080}, } [00:35] right [00:36] so the NS_ASSERTION hits here and probably returns something bad [00:36] you should be able to see that message in a debug build [00:41] fellacious: if you still have the build tree you can just respin without the need to wait too long by using [00:41] dpkg-buildpackage -rfakeroot -nc [00:41] that won't do a clean ... just an incremental build [00:41] ... so keep your tree around :) [00:41] ya, i still have the trees === RAOF_ is now known as RAOF === Admiral_laptop is now known as Admiral_Chicago [08:51] hi [09:09] <[reed]> hi [12:09] bug 182227 [12:09] Launchpad bug 182227 in firefox-3.0 "external javascript files cause page to fail to render" [Undecided,New] https://launchpad.net/bugs/182227 === \sh_away is now known as \sh [16:14] http://bryceharrington.org/drupal/node/28 [19:51] Does anyone know whether it's possible to have greasemonkey with FF3? [20:55] ok, i have a regression in ubuntu's firefox 3 from mozilla's [21:05] asac, bz233371_att296135_fix_outofscreen_embed_tooltip.patch no longer applies because of mozilla bug 408823. [21:05] Mozilla bug 408823 in Embedding: GTK Widget "Killing GTK1, deprecated glib uses" [Normal,Resolved: fixed] http://bugzilla.mozilla.org/show_bug.cgi?id=408823 [21:05] asac, http://mxr.mozilla.org/firefox/source/embedding/browser/gtk/src/EmbedWindow.cpp#409 [21:07] [reed], any idea which one to keep ? [21:07] mozilla bug 233371 [21:07] Mozilla bug 233371 in Embedding: GTK Widget "Long tooltips should wrap instead of being cropped in gtkmozembed" [Normal,New] http://bugzilla.mozilla.org/show_bug.cgi?id=233371 [21:08] in ubuntu's firefox 3, the bookmarks.html on https://bugzilla.mozilla.org/show_bug.cgi?id=412044 crashes places; in mozilla's, it doesn't. [21:08] Mozilla bug 412044 in Places "crash on import of bookmarks.html into places" [Critical,Resolved: invalid] [21:09] so... maybe its time to import some more current sources [22:21] <[reed]> Ubulette: ? [22:21] <[reed]> what do you mean? [22:21] ? [22:21] well, the 2 bugs seem to be going in different directions [22:22] with gtk_window_set_resizable() [22:22] <[reed]> hmm [22:22] <[reed]> bring it up in the bug? [22:22] <[reed]> I dunno... [22:23] well, asac updated 233371, you committed 408823 ;) [22:23] <[reed]> lol [22:35] [reed], is this invalid ? http://people.ubuntu.com/~bryce/tmp/firefox-3-js-issue.html [22:37] <[reed]> not sure [22:37] <[reed]> file a bug in bugzilla and see :) [22:39] it works in ff2 / sm1, but not in ff3 / sm2 [22:41] <[reed]> then file it as a bug [22:44] which component ? [22:44] <[reed]> Core :: General for now [22:48] mozilla bug 412114 [22:48] Mozilla bug 412114 in General "external javascript files cause page to fail to render" [Normal,New] http://bugzilla.mozilla.org/show_bug.cgi?id=412114 [23:11] <[reed]> Ubulette: mozilla bug 412114 [23:11] Mozilla bug 412114 in General "external javascript files cause page to fail to render" [Normal,Resolved: wontfix] http://bugzilla.mozilla.org/show_bug.cgi?id=412114 [23:11] <[reed]> there's your answer :) [23:12] i expected something like that. [23:12] <[reed]> it's the right answer === \sh is now known as \sh_away [23:32] hmm, my ff3 is once again frozen. I wasn't doing anything special