/srv/irclogs.ubuntu.com/2007/03/31/#ubuntu-mozillateam.txt

=== asac_ [n=asac@debian/developer/asac] has joined #ubuntu-mozillateam
poningruthere is no nvu for feisty???05:19
joejaxxponingru: :P05:48
poningru:p05:50
=== 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
asachi02:22
poningruyarr02:27
=== 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
asachjmf: i think bug 71702 is really upstream as you indicated03:34
ubotuMalone bug 71702 in firefox "MASTER Firefox Crash [@js_FinalizeStringRT] [@js_atom_uninterner] " [Medium,Confirmed]  https://launchpad.net/bugs/7170203:34
hjmfcool :)03:35
hjmfwas my first and only attempt to look in bugzilla :)03:35
hjmfasac: did you see the channel logs about the error I'm getting with mozilla-thunderbird-dbgsym in gdb. What do you think?03:39
asacno sorry you have the errors?03:42
asachjmf: feel free to look up more :)03:42
asacin bugzilla03:42
hjmfwait a second, I'll do a quick retrace03:42
asacwhich dbgsym packages did you use?03:43
hjmfmozilla-thunderbird-dbgsym      1.5.0.10-0ubuntu203:43
asacwhere from?03:43
asacpittis archives?03:43
hjmflet me see...03:44
asacthey are still borked in there03:44
asacyou need to take them from mt-feisty03:44
hjmf... probably were from pitti's repo03:45
hjmf... I'll re-do a dbg with yours and I'll tell you03:45
asacthx03:45
hjmfhmm... 48M looks quite better than pitty's ones :)03:47
asacyeah :)03:48
asacafter next upload they should be right everywhere03:48
hjmfk03:48
hjmfdownloading03:48
asaccan you reproduce with instructions upstream?03:49
asace.g. install venkman03:49
asachttps://addons.mozilla.org/en-US/firefox/addon/21603:50
hjmfwill look03:50
asacah ... why didn't you attach the thread stacktrace? Was it unusable?03:52
hjmfwhere? in bug 71702?03:55
ubotuMalone bug 71702 in firefox "MASTER Firefox Crash [@js_FinalizeStringRT] [@js_atom_uninterner] " [Medium,Confirmed]  https://launchpad.net/bugs/7170203:55
hjmf... because on that time I didn't used to do so. I can retrace and attach it , but you have other retraces on the dups03:56
hjmfasac, btw, about the errors in gdb, I'm getting similar errors03:57
hjmfReading symbols from /usr/lib/mozilla-thunderbird/libmozjs.so...(no debugging symbols found)...done.03:57
hjmfLoaded symbols for /usr/lib/mozilla-thunderbird/libmozjs.so03:57
hjmfsee <(no debugging symbols found)03:57
asachmm03:57
asacyou have -dbg installed?03:57
hjmf-dbgsym03:58
asacplease paste dpkg -l somewhere03:58
asacyes03:58
asaci mean that03:58
hjmfit is, the one from your repos.03:58
asac-L03:58
hjmfwait03:58
asaci mean03:58
asac:)03:58
asaccontent03:58
hjmfhttp://paste.ubuntu-nl.org/13116/04:01
asacdon't these errors always get out?04:01
asac/usr/lib/debug/usr/lib/mozilla-thunderbird/libmozjs.so04:02
asacits in there04:02
hjmfcertainly it is04:02
asacdo you still get that error if you add /usr/lib/debug/usr/lib/mozilla-thunderbird/ to LD_LIBRARY_PATH04:02
asac?04:03
hjmfwait04:03
asacbtw, where do you get that? in plain gdb?04:03
asacor apport?04:03
hjmfgdb04:03
asacok04:04
asactry04:04
hjmfapport just shows the retrace04:04
asacdo you get usable results?04:04
hjmfno04:04
asacok04:04
asacthen try LD_LIBRARY_PATH as above04:04
hjmfsame error Reading symbols from /usr/lib/mozilla-thunderbird/libmozjs.so...(no debugging symbols found)...done.04:05
hjmfnot the same04:06
hjmfyes it was the same :)04:06
asacwhat size it that dbg .so file?04:06
hjmf113548904:07
hjmf... but04:07
=== cjwatson [n=cjwatson@82-69-40-219.dsl.in-addr.zen.co.uk] has joined #ubuntu-mozillateam
hjmfthe binary is 1.5.0.10-0ubuntu204:08
asacyeah ... shouldn't matter04:08
hjmfwhile your gdbsym is 1.5.0.10-0ubuntu104:08
asacyou don't get that with firefox do you?04:08
hjmfok04:08
hjmfnever got that on ff04:08
asacok ... icedove-dbg work well, so I guess we have to build with optimization04:09
asachmm04:09
asacyou have sources?04:09
hjmfno04:09
asacits just changing one line04:09
asacand running build with pkg-create-dbgsym installed04:09
hjmf... have to learn, but today is a long afternoon, so maybe I'll try and tell you whatever result :)04:10
asacOPTFLAGS = -O2 -fno-strict-aliasing -fno-unsigned-char04:10
asacthat line04:10
asacadd a -g04:11
hjmfOPTFLAGS = -O2 -fno-strict-aliasing -fno-unsigned-char -g04:11
asacthen just build with dpkg-buildpackage -rfakeroot04:11
asacyes04:11
hjmfcopying04:11
asacyeah -g might be placed first or second04:11
asacjust for formatting04:11
asacreasons04:11
asacyou will see why04:11
=== hjmf feels brave (and quite boring this afternoon)
asaca few llines above there is another line04:11
hjmfok04:11
asacjust remember to install the pkg-create-dbgsym04:12
asacpackage04:12
hjmfcan it be done directly on my schroot, right04:12
hjmf... downloading sources04:13
asacsure04:13
asaclet me know ... so i can add changes before upload :)04:15
hjmfk04:15
asacoh something new :)04:23
asacmorkWriter::PutRowDict04:23
asachjmf: can you extend the summarzied stack you paste so i see from signal handler always?04:25
asace.g. including line: #3  <signal handler called>04:25
asacits important to see if code jumps in ?? code04:25
asacbefore that04:25
asacif so, it might be hazardous04:26
hjmfOK04:26
asaccool04:26
hjmfI cut from #4 because all before looks the same :-P04:26
hjmfnoob :)04:26
hjmfasac: export OPTFLAGS="..." is enough before running dpkg-buildpackage -rfakeroot ?04:28
hjmfbecause it is compiling right now and I dont see the '-g' flag04:28
asacno you don't needto set anything if you changed debian/rules file04:29
hjmf... ok04:29
asacin rules04:29
hjmfstoping and re-doing04:29
asacyou have to edit04:29
hjmfk04:29
=== cjwatson_ [n=cjwatson@82-69-40-219.dsl.in-addr.zen.co.uk] has joined #ubuntu-mozillateam
hjmfasac: weird result (I'm getting the same size on the -dbgsym package that pitty's one does) :/05:48
hjmfstat -c '%s' mozilla-thunderbird-dbgsym_1.5.0.10-0ubuntu2_i386.ddeb05:49
hjmf33870205:49
hjmfbytes05:49
hjmf... indeed not the same size but same order05:50
hjmfof magnitude05:50
hjmf... and of course, gdb complaints about 'no debug symbols found'05:51
asachmm05:52
asacso you added -g in debian/rules ?05:52
asacah ... i think i remember05:54
asactry to run gdb in run-mozilla.sh05:55
asace.g.05:55
asacsh /usr/lib/mozilla-thunderbird/run-mozilla.sh /usr/bin/gdb /usr/lib/mozilla-thunderbird/mozilla-thunderbird-bin05:55
asacadapt as needed of course05:55
hjmfok, let me a second05:58
hjmfcommand was:06:07
hjmf/usr/lib/mozilla-thunderbird/run-mozilla.sh /usr/bin/gdb -nx /usr/lib/mozilla-thunderbird/mozilla-thunderbird-bin  -core CoreDump  2>&1 | tee gdb.log06:07
hjmfbut I'm still getting the same error06:07
hjmfI have tried with your dbgsym pkg too06:08
hjmfasac: ^^06:09
asachmm07:22
asacmaybe the coredump is not proper?07:23
asacdoes this happen for all crash reports?07:24
hjmfyesterday I tried with a couple07:24
hjmfbut today I've tested just one07:25
hjmfgonna see if I have other core already downloaded07:25
asacif you have no success i will try tomorrow07:27
hjmfReading 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
hjmf(no debugging symbols found)...done.07:27
asacis it just for libmozjs.so ?07:27
asacor are there others for which symbols are not found?07:27
hjmfno i'll pastebin07:27
hjmfjust a second07:27
asacsure07:27
hjmfhttp://paste.ubuntu-nl.org/13176/07:28
asachow does it look for firefox?07:31
hjmfand a full gdb.log07:31
asacjust fine?07:31
hjmfhttp://paste.ubuntu-nl.org/13177/07:31
hjmfon firefox... I'll check07:31
asacinteresting07:32
asacother libs build by thunderbird are recognized well07:32
hjmfI don't have a firefox coredump right now, but I'm quite sure that those messages didn't appear07:33
asacno problem07:33
asaci will look into this tomorrow as soon as I return to my primary work-machine07:34
asacso you couldn't get any good backtrace with your dbg symbols?07:34
asacbut producing dbgsym package worked finally?07:34
hjmfno :/07:34
asacno?07:34
asachm07:34
asacm07:35
hjmfI tried with 4 different bugs07:35
hjmfalways talking about thunderbird ofcourse :)07:35
asacdo you have dbgsym package installed atm?07:35
hjmfyes07:35
asacstart07:35
asacmozilla-thunderbird -g07:35
asacthen run07:35
asacwhen it runs hit ctrl-z07:35
asacthen bt full07:35
asacare there symbols?07:35
hjmfjust this http://paste.ubuntu-nl.org/13184/07:37
asacyou did not run07:37
asacyou have to run07:37
asac(gdb) run07:37
asacwhen thunderbird is opened07:38
asacsend to background with ctrl-z and look at the current stack :)07:38
hjmfok07:38
hjmf(no debugging symbols found) :/07:39
asacok ... think i will have to look tomorrow07:39
asacsorry girfriend calls ... got to go07:39
asaccu later or tomorrow or something :)07:40
hjmfcu too; I have to go too07:40
=== gnomefreak [n=gnomefre@ubuntu/member/gnomefreak] has joined #ubuntu-mozillateam
gnomefreak@schedule new_york08:45
=== ubotu [n=ubotu@ubuntu/bot/ubotu] has joined #ubuntu-mozillateam
gnomefreak@schedule new_york08:50
ubotuSchedule 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: Edubuntu08:50
Admiral_Chicagoasac: whats the status on bug #9085111:37
ubotuMalone bug 90851 in firefox "Firefox does not set KDE wallpaper" [Wishlist,Confirmed]  https://launchpad.net/bugs/9085111:37
gnomefreakAdmiral_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 feisty12:11

Generated by irclog2html.py 2.7 by Marius Gedminas - find it at mg.pov.lt!