=== asac_ [n=asac@debian/developer/asac] has joined #ubuntu-mozillateam [05:19] there is no nvu for feisty??? [05:48] poningru: :P [05:50] :p === Admiral_Chicago [n=freddy@st074039212101.monm.edu] has joined #ubuntu-mozillateam === hjmf [n=hjmf@6.Red-88-25-28.staticIP.rima-tde.net] has joined #ubuntu-mozillateam [02:22] hi [02:27] yarr === poningru [n=poningru@adsl-074-245-140-197.sip.gnv.bellsouth.net] has joined #ubuntu-mozillateam === poningru [n=poningru@adsl-074-245-140-197.sip.gnv.bellsouth.net] has joined #ubuntu-mozillateam [03:34] hjmf: i think bug 71702 is really upstream as you indicated [03:34] Malone bug 71702 in firefox "MASTER Firefox Crash [@js_FinalizeStringRT] [@js_atom_uninterner] " [Medium,Confirmed] https://launchpad.net/bugs/71702 [03:35] cool :) [03:35] was my first and only attempt to look in bugzilla :) [03:39] asac: did you see the channel logs about the error I'm getting with mozilla-thunderbird-dbgsym in gdb. What do you think? [03:42] no sorry you have the errors? [03:42] hjmf: feel free to look up more :) [03:42] in bugzilla [03:42] wait a second, I'll do a quick retrace [03:43] which dbgsym packages did you use? [03:43] mozilla-thunderbird-dbgsym 1.5.0.10-0ubuntu2 [03:43] where from? [03:43] pittis archives? [03:44] let me see... [03:44] they are still borked in there [03:44] you need to take them from mt-feisty [03:45] ... probably were from pitti's repo [03:45] ... I'll re-do a dbg with yours and I'll tell you [03:45] thx [03:47] hmm... 48M looks quite better than pitty's ones :) [03:48] yeah :) [03:48] after next upload they should be right everywhere [03:48] k [03:48] downloading [03:49] can you reproduce with instructions upstream? [03:49] e.g. install venkman [03:50] https://addons.mozilla.org/en-US/firefox/addon/216 [03:50] will look [03:52] ah ... why didn't you attach the thread stacktrace? Was it unusable? [03:55] where? in bug 71702? [03:55] Malone bug 71702 in firefox "MASTER Firefox Crash [@js_FinalizeStringRT] [@js_atom_uninterner] " [Medium,Confirmed] https://launchpad.net/bugs/71702 [03:56] ... because on that time I didn't used to do so. I can retrace and attach it , but you have other retraces on the dups [03:57] asac, btw, about the errors in gdb, I'm getting similar errors [03:57] Reading symbols from /usr/lib/mozilla-thunderbird/libmozjs.so...(no debugging symbols found)...done. [03:57] Loaded symbols for /usr/lib/mozilla-thunderbird/libmozjs.so [03:57] see <(no debugging symbols found) [03:57] hmm [03:57] you have -dbg installed? [03:58] -dbgsym [03:58] please paste dpkg -l somewhere [03:58] yes [03:58] i mean that [03:58] it is, the one from your repos. [03:58] -L [03:58] wait [03:58] i mean [03:58] :) [03:58] content [04:01] http://paste.ubuntu-nl.org/13116/ [04:01] don't these errors always get out? [04:02] /usr/lib/debug/usr/lib/mozilla-thunderbird/libmozjs.so [04:02] its in there [04:02] certainly it is [04:02] do you still get that error if you add /usr/lib/debug/usr/lib/mozilla-thunderbird/ to LD_LIBRARY_PATH [04:03] ? [04:03] wait [04:03] btw, where do you get that? in plain gdb? [04:03] or apport? [04:03] gdb [04:04] ok [04:04] try [04:04] apport just shows the retrace [04:04] do you get usable results? [04:04] no [04:04] ok [04:04] then try LD_LIBRARY_PATH as above [04:05] same error Reading symbols from /usr/lib/mozilla-thunderbird/libmozjs.so...(no debugging symbols found)...done. [04:06] not the same [04:06] yes it was the same :) [04:06] what size it that dbg .so file? [04:07] 1135489 [04:07] ... but === cjwatson [n=cjwatson@82-69-40-219.dsl.in-addr.zen.co.uk] has joined #ubuntu-mozillateam [04:08] the binary is 1.5.0.10-0ubuntu2 [04:08] yeah ... shouldn't matter [04:08] while your gdbsym is 1.5.0.10-0ubuntu1 [04:08] you don't get that with firefox do you? [04:08] ok [04:08] never got that on ff [04:09] ok ... icedove-dbg work well, so I guess we have to build with optimization [04:09] hmm [04:09] you have sources? [04:09] no [04:09] its just changing one line [04:09] and running build with pkg-create-dbgsym installed [04:10] ... have to learn, but today is a long afternoon, so maybe I'll try and tell you whatever result :) [04:10] OPTFLAGS = -O2 -fno-strict-aliasing -fno-unsigned-char [04:10] that line [04:11] add a -g [04:11] OPTFLAGS = -O2 -fno-strict-aliasing -fno-unsigned-char -g [04:11] then just build with dpkg-buildpackage -rfakeroot [04:11] yes [04:11] copying [04:11] yeah -g might be placed first or second [04:11] just for formatting [04:11] reasons [04:11] you will see why === hjmf feels brave (and quite boring this afternoon) [04:11] a few llines above there is another line [04:11] ok [04:12] just remember to install the pkg-create-dbgsym [04:12] package [04:12] can it be done directly on my schroot, right [04:13] ... downloading sources [04:13] sure [04:15] let me know ... so i can add changes before upload :) [04:15] k [04:23] oh something new :) [04:23] morkWriter::PutRowDict [04:25] hjmf: can you extend the summarzied stack you paste so i see from signal handler always? [04:25] e.g. including line: #3 [04:25] its important to see if code jumps in ?? code [04:25] before that [04:26] if so, it might be hazardous [04:26] OK [04:26] cool [04:26] I cut from #4 because all before looks the same :-P [04:26] noob :) [04:28] asac: export OPTFLAGS="..." is enough before running dpkg-buildpackage -rfakeroot ? [04:28] because it is compiling right now and I dont see the '-g' flag [04:29] no you don't needto set anything if you changed debian/rules file [04:29] ... ok [04:29] in rules [04:29] stoping and re-doing [04:29] you have to edit [04:29] k === cjwatson_ [n=cjwatson@82-69-40-219.dsl.in-addr.zen.co.uk] has joined #ubuntu-mozillateam [05:48] asac: weird result (I'm getting the same size on the -dbgsym package that pitty's one does) :/ [05:49] stat -c '%s' mozilla-thunderbird-dbgsym_1.5.0.10-0ubuntu2_i386.ddeb [05:49] 338702 [05:49] bytes [05:50] ... indeed not the same size but same order [05:50] of magnitude [05:51] ... and of course, gdb complaints about 'no debug symbols found' [05:52] hmm [05:52] so you added -g in debian/rules ? [05:54] ah ... i think i remember [05:55] try to run gdb in run-mozilla.sh [05:55] e.g. [05:55] sh /usr/lib/mozilla-thunderbird/run-mozilla.sh /usr/bin/gdb /usr/lib/mozilla-thunderbird/mozilla-thunderbird-bin [05:55] adapt as needed of course [05:58] ok, let me a second [06:07] command was: [06:07] /usr/lib/mozilla-thunderbird/run-mozilla.sh /usr/bin/gdb -nx /usr/lib/mozilla-thunderbird/mozilla-thunderbird-bin -core CoreDump 2>&1 | tee gdb.log [06:07] but I'm still getting the same error [06:08] I have tried with your dbgsym pkg too [06:09] asac: ^^ [07:22] hmm [07:23] maybe the coredump is not proper? [07:24] does this happen for all crash reports? [07:24] yesterday I tried with a couple [07:25] but today I've tested just one [07:25] gonna see if I have other core already downloaded [07:27] if you have no success i will try tomorrow [07:27] Reading symbols from /usr/lib/mozilla-thunderbird/libmozjs.so...Reading symbols from /usr/lib/debug/usr/lib/mozilla-thunderbird/libmozjs.so...(no debugging symbols found)...done. [07:27] (no debugging symbols found)...done. [07:27] is it just for libmozjs.so ? [07:27] or are there others for which symbols are not found? [07:27] no i'll pastebin [07:27] just a second [07:27] sure [07:28] http://paste.ubuntu-nl.org/13176/ [07:31] how does it look for firefox? [07:31] and a full gdb.log [07:31] just fine? [07:31] http://paste.ubuntu-nl.org/13177/ [07:31] on firefox... I'll check [07:32] interesting [07:32] other libs build by thunderbird are recognized well [07:33] I don't have a firefox coredump right now, but I'm quite sure that those messages didn't appear [07:33] no problem [07:34] i will look into this tomorrow as soon as I return to my primary work-machine [07:34] so you couldn't get any good backtrace with your dbg symbols? [07:34] but producing dbgsym package worked finally? [07:34] no :/ [07:34] no? [07:34] hm [07:35] m [07:35] I tried with 4 different bugs [07:35] always talking about thunderbird ofcourse :) [07:35] do you have dbgsym package installed atm? [07:35] yes [07:35] start [07:35] mozilla-thunderbird -g [07:35] then run [07:35] when it runs hit ctrl-z [07:35] then bt full [07:35] are there symbols? [07:37] just this http://paste.ubuntu-nl.org/13184/ [07:37] you did not run [07:37] you have to run [07:37] (gdb) run [07:38] when thunderbird is opened [07:38] send to background with ctrl-z and look at the current stack :) [07:38] ok [07:39] (no debugging symbols found) :/ [07:39] ok ... think i will have to look tomorrow [07:39] sorry girfriend calls ... got to go [07:40] cu later or tomorrow or something :) [07:40] cu too; I have to go too === gnomefreak [n=gnomefre@ubuntu/member/gnomefreak] has joined #ubuntu-mozillateam [08:45] @schedule new_york === ubotu [n=ubotu@ubuntu/bot/ubotu] has joined #ubuntu-mozillateam [08:50] @schedule new_york [08:50] Schedule for America/New_York: 01 Apr 16:00: Marketing Team | 02 Apr 11:00: Community Question Time | 03 Apr 07:00: Community Council | 03 Apr 11:00: Kernel Team | 03 Apr 14:00: Mozilla Team | 04 Apr 08:00: Edubuntu [11:37] asac: whats the status on bug #90851 [11:37] Malone bug 90851 in firefox "Firefox does not set KDE wallpaper" [Wishlist,Confirmed] https://launchpad.net/bugs/90851 [12:11] Admiral_Chicago: hes not around (im guessing for the weekend) but doesnt look like that has gone anywhere yet. (if it hasnt gotten anywhere its not that good of a chance to get it in feisty