/srv/irclogs.ubuntu.com/2014/06/09/#ubuntu-release.txt

pete-woodshi there release folks! can anyone spare some time to look at my HUD upoad in trusty?07:54
=== med_ is now known as 1JTAAEE11
=== ogra_ is now known as 1JTAAEF0J
=== ogra_ is now known as 1JTAAEF3J
xnoxHow to force-sync libusbmuxd from sid into utopic-proposed? src:usbmuxd got split into two src packages in debian and we want to sync both across.10:16
=== Ursinha-afk is now known as Ursinha
sil2100infinity: hi! Are you around by any chance? Our standard core-dev responsible for CI Train packaging ACKs is off and we would need someone to +1/-1 a change before publication :)14:44
sil2100infinity: would you have a moment for that?14:44
sil2100Oh, and actually I need some archive admin as well14:44
cjwatsonwhat's the change?14:45
sil2100cjwatson: it's a big diff, I already browsed through it and it looked safe: https://ci-train.ubuntu.com/job/landing-012-2-publish/lastSuccessfulBuild/artifact/packaging_changes_webbrowser-app_0.23+14.10.20140609-0ubuntu1.diff14:46
sil2100cjwatson: there is a new binary package there as well14:46
cjwatsonsil2100: Is libqt5sql5-sqlite some kind of plugin that can't be detected with shlibdeps?14:47
sil2100cjwatson: oh, I actually mis-read that for QML bindings, but I see now that it's actually a normal lib, hm14:49
sil2100cjwatson: let me check that up14:49
cjwatsonsil2100: qtdeclarative5-ubuntu-web-plugin being Multi-Arch: same looks very fishy; it's not structured like a usual M-A: same package14:49
cjwatsonsil2100: wait, belay that, I'm reading the wrong bit of the file listing14:49
cjwatsonsil2100: ack (both ~ubuntu-core-dev and ~ubuntu-archive) - I think this is fine14:52
cjwatsonjust double-check that there isn't a better way to do the libqt5sql5-sqlite dep14:52
sil2100cjwatson: I can poke the upstream developer about that libqt5sql5-sqlite dep, but since I don't see it in any CMake files, I think it might not be easily detectable14:53
cjwatsonoh, -sqlite is in fact a plugin14:53
sil2100I can't remember how Qt DB support works, but it might be plugin-based14:53
cjwatsoncjwatson@pepo:~$ dpkg -c ubuntu/pool/main/q/qtbase-opensource-src/libqt5sql5-sqlite_5.2.1+dfsg-1ubuntu17_i386.deb | fgrep .so14:54
cjwatson-rw-r--r-- root/root     51196 2014-05-13 05:43 ./usr/lib/i386-linux-gnu/qt5/plugins/sqldrivers/libqsqlite.so14:54
cjwatsonthat's fairly clear :)14:54
sil2100cjwatson: thanks for the review :)14:54
sil2100o/14:54
cjwatsonand no shlibs control file in the .deb, so there won't be a better option for this14:54
cjwatsonglad to see the new-binary-package check in citrain there14:54
sil2100Yeah, I added that since it was really easy to forget about archive-admin-poke whenever a new binary package pops up14:55
cjwatsonHopefully I'll figure out the remaining issues with my copies-respect-new branch this week14:56
cjwatsonIf I can remember what my plan for fixing the ancestry calculation was14:57
Trevinhoslangasek: I've checked the errors you pointed out last week, that seems to be related to the latest unity SRU, but really nothing changed on our code might cause them... :/15:06
Trevinhowas the security uploaded package already tracked for these errors, right?15:06
slangasekTrevinho: I believe the security pocket also gets error reports against it, yes; in any case, that security update had also been copied to -updates and was there for a month, so definitely would have had crash reports against in15:39
slangaseks/in$/it/15:40
slangasekTrevinho: could this have been caused by code changes nearby that changed the stack signature of an existing crash?15:42
Trevinhoslangasek: mh, I'd say no as nothing seems related to these calls... but I'd wait for better stack trace since the ones we have are partially incomplete15:52
Trevinhoand anyway while one crash can be avoided (as it's triggered by gdk on X errors), the other one is really happening when setting up the the unity super short-cuts which are there since years15:53
slangasekTrevinho: what trace is partially incomplete?  You're not going to have a better stack trace coming15:53
Trevinhoslangasek: https://errors.ubuntu.com/problem/8fc148da910ae3d63758f6e96174a502860a6b9515:55
Trevinhoslangasek: there are no nuch infos about the unity code15:55
slangasekTrevinho: right, but there's not going to be a better backtrace coming either.  I don't know why it's giving "no symbol table info available" for the unity calls...16:00
slangasekbdmurray: ^^ do you know if this is related to ddeb availability?16:00
slangasekI would have thought that, without ddebs, it would refuse to retrace at all16:01
Trevinhoslangasek: there is a similar issue also in other errors (such as https://errors.ubuntu.com/problem/1e4a09ec7376628035e64b1600bef4e3c5b36d93 )16:02
Trevinhothat's still from 13.1016:02
bdmurrayslangasek: not off the top of my head, but the stacktrace on a bucket page is the first one that did retrace16:03
bdmurrayslangasek: I think bjoern mentioned something about the line numbers being off in his email to ubuntu-devel - that's the same issue16:03
slangasekwell, in this case the crash has only ever been seen in a single versino16:04
slangasekversion16:04
slangasekthe fact that the backtrace includes a function name for the unity components implies that it's getting at least some debugging information16:05
bdmurrayslangasek: I'm bit involved in the cassandra migration at the moment. Maybe its some non standard compiz plugin?16:24
slangasekbdmurray: the missing symbols relate to the unity .so itself16:24
slangasekbut maybe they're not actually "missing", I'm not sure16:25
bdmurrayslangasek: this is the problem yes? https://errors.ubuntu.com/problem/8fc148da910ae3d63758f6e96174a502860a6b9516:27
slangasekbdmurray: yeah16:27
bdmurrayand lines 26,27,31,32 are the concerns?16:28
bdmurrayor something else?16:28
slangasekbdmurray: those addresses are clearly outside of any DSO; the bit I was looking at was frame 9, "No symbol table info available"16:29
slangasekbut maybe Trevinho was talking about 26,27,31,3216:29
slangasekTrevinho: ?16:30
Trevinhoslangasek: mostly 916:31
slangasekok16:31
Trevinhoslangasek: as basically all the reports we get about unity don't include local variables or line numbers16:35
bdmurrayit'd be interesting to know if that is true in Launchpad too16:38
Trevinhobdmurray: generally stacktraces in lp are more informative16:38
bdmurrayTrevinho: an example would be helpful16:40
bdmurrayOkay, I found one17:00
Trevinhobdmurray: ok, nice as the lp timeouts were blocking my searches here :/17:04
bdmurraybug 132818017:05
slangasekTrevinho: yet another new crash: https://errors.ubuntu.com/problem/f5a955d67c42bb688386e1fa695af37cfe9ee20a18:03
slangaseksame issue with symbol table info18:04
slangasekI wonder if this is something about the way unity is built18:05
Trevinhoslangasek: I've no idea... these stacks also seems to be unrelated...18:05
TrevinhoI mean, I get the computeGlowQuads call and then the Launcher::EmitEneedsRedraw but there's really no connection or call path between them18:05
Trevinhonor with the final destructor... It looks like there's something messed up with the stack18:06
Trevinhoand still there are a lot of missing intermediate frames...18:07
Trevinhoalso I don't think we changed the way we build unity..18:09
Trevinhobregma: any idea?18:09
bregmawe definitely didn;t change anything in the way we build things18:10
bregmaother than using ci-train instead of a distro builder18:10
bregmaI suppose that could make some sort of difference, but is beyond my kenning18:11
Trevinhoyeah, the same I knew... But these errors are quite weird... Nothing seems related to anything changed. And also inside the errors themselves there are unknown code paths18:11
slangasekwell, I don't know that it's a matter of the unity build having /changed/.  Were you previously getting better backtraces from errors.u.c?18:17
slangasekthis latest one shows a code path that goes via __GI___pthread_mutex_lock, that certainly looks dodgy18:18
bdmurrayThe bug I reported (1328180) has something and examples in it18:18
slangasekbdmurray: when you say "done against (13.10|14.04)", is that about the versions of the packages being retraced, or the version of gdb, or both?18:25
bdmurraythe former for sure, the latter I'm not certain18:25
=== ogasawara_ is now known as ogasawara

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