[01:08] RAOF, I'm about to upload xorg-gtest 0.2.0 to precise (\o/) [01:08] Wooo! [01:08] I now have no reservations about the MIR [01:09] I'll address the final gtest MIR comment today. [01:09] RAOF, oh, I didn't notice any MIR comments for gtest [01:09] RAOF, do you have the bug #? [01:09] https://bugs.launchpad.net/ubuntu/+source/gtest/+bug/949575 [01:09] Launchpad bug 949575 in gtest (Ubuntu) "[MIR] gtest" [Undecided,Incomplete] [01:09] Just to run the tests during the build. [01:12] doh, I need to change libxorg-gtest-dev from arch any to arch all [01:47] multiarch certainly made local testing annoying, purging all my humble bundle games every time i want to test local libdrm/mesa builds without using a ppa :) [01:47] since i dont have :i386 versions built too [01:48] * Sarvatt starts not caring about making .deb's of upstream crap he tests [01:50] * RAOF just builds i386 versions, too. [01:57] oh thats a blast with mesa on laptops [02:06] would be nicer if we didn't support 8 and 16 bit versions of osmesa to cut the build time in half though :) [02:07] RAOF, ok, finally got xorg-gtest uploaded after needing a few more changes [02:07] Wootness. === JanC_ is now known as JanC [09:26] hmm, want an intuos5S, the intuos4L is too big [09:26] driver support missing, will add it === chrisccoulson_ is now known as chrisccoulson [15:17] bryceh: i'm so confused about https://launchpad.net/ubuntu/+source/mesa/7.11-0ubuntu3.1 -- you added an intel patch instead of the nouveau fix? :P [15:40] bryceh, RAOF: we have to be super careful with intel cherry-picks in mesa now, the symlinks are dereferenced for the tarballs so when we add a patch touching src/mesa/drivers/dri/intel/* it has to be duplicated out to the other places like src/mesa/drivers/dri/i965 [16:45] Sarvatt: symlink derefes sounds like a bug. [16:45] Sarvatt: I'll do the release today btw. [16:45] As soon as I get a review on a patch. [16:45] it's different in 8.0 [16:45] Ah ok [16:46] i guess the tarball has the same symlinks [16:46] whereas 7.11 didn't, so we had to do tricks in order to build a source package from git [16:47] since dpkg-source refuses to work if a real file changed to a symlink [17:04] tjaalton, hi [17:07] ricotz: yo [17:08] tjaalton, the #debian-gnome guy really hoping for libwacom soon ;) they are already doing gnome 3.3/3.4 [17:09] ricotz: and ready to sponsor it? [17:09] yeah, mbiebl would upload it [17:09] Sarvatt, actually, looks like I got two bugs transposed. [17:10] ricotz: so you filed the ITP? [17:10] tjaalton, you want to join #debian-gnome [17:10] oh I do? :) [17:10] tjaalton, no, i havent [17:10] what's 659700 then [17:11] bryceh: i'm in the process of working up a SRU for https://launchpad.net/~sarvatt/+archive/sru6 , is it ok if I just remove it from this one? this one will be verified really fast even though its large, its affecting every ivybridge system QA is running tests against [17:11] oh it was me [17:11] hehe [17:11] ;) [17:11] Sarvatt, that's fine [17:15] bryceh: that patch you added for src/mesa/drivers/dri/intel needs to be duplicated into src/mesa/drivers/dri/i965 and src/mesa/drivers/dri/i915 if appropriate to get used though [17:15] because of that symlink problem in 7.11 [17:16] Sarvatt, right, but I'm not sure the patch should be sru'd [17:17] Sarvatt, it's for 757906, whose oneiric task is set to wontfix [17:30] mm, think maybe it shouldn't have been set to wontfix though. === yofel_ is now known as yofel [19:29] hmm our mesa debs are .gz [19:29] we used lzma for 7.11 [19:30] dh_builddeb -s -- -Zlzma [19:30] vs [19:30] dh_builddeb $(foreach pkg,$(dbgpkg),-p$(pkg)) -- -Zxz [19:30] dh_builddeb $(foreach pkg,$(otherpkg),-p$(pkg)) [19:33] that might explain the lack of size difference even though all the dri1 stuff was dropped back when i compared it [19:47] -rw-r--r-- 1 sarvatt sarvatt 2.9M Mar 20 15:46 data.tar.xz [19:47] -rw-r--r-- 1 sarvatt sarvatt 5.5M Mar 20 15:28 data.tar.gz [19:47] thats a huge chunk of livecd space [19:48] just for libgl1-mesa-dri [19:49] -rw-r--r-- 1 sarvatt sarvatt 2.9M Mar 20 15:48 data.tar.lzma [19:51] so lzma that doesnt need a pre-depends diff for every package, or xz which does? :P [19:52] does deb compression matter on a live cd, as the package is installed? [19:55] good point, dont think it does outside of alternate, i've just always gone under the impression that the compressed deb size is how much approximately is going to be used there but that doesn't make sense :) [21:44] should we be thinking about pulling in the libX11 1.5 release with keith's fix for those xcb sync bugs? [21:46] sure, better than a beta [21:46] or rc [21:57] Yeah, probably a good idea. [21:57] would likely make seb128 happy [21:58] \o/ [21:58] that would be great [21:59] would that fix all the XAlloc assert bugs? [21:59] _XAllocID [21:59] seb128, it may; it's not widely tested yet tho afaict [22:00] Olá [22:02] seb128, technically I think the bugs are caused by client apps that are using libxcb in non-threadsafe ways [22:02] probably [22:02] seb128, libxcb is advertised as a single-threaded lib, so when multi-threaded clients use it, they have to be careful. [22:02] seb128, so I'm not sure if keith's patch is a true fix or may be just papering over bad client coding. [22:03] but... if it stops the asserts... [22:03] bryceh, I doubt any "client" use xcb [22:03] but maybe a gtk or cairo bug... [22:03] err [22:03] seb128, well, they do via libx11 [22:03] like "use it directly" [22:04] ah, right [22:04] bryceh, they use gtk,cairo [22:04] using libxcb in a multi-threaded app is very much ok. [22:04] xcb is lovingly threadsafe, what with all the cookies and all. [22:05] seb128, also fwiw where we've seen this in other apps (there was one in apport a few weeks back), the issue was able to be resolved in the client itself. [22:05] Doesn't Keith's patch fix a deadlock in libx11? I'm not sure that's hugely likely to fix the XAllocID asserts. But it might, things are madness. [22:06] RAOF: it does. [22:06] (only fix a deadlock) [22:07] Which is certainly a fix we want; deadlocking apps isn't exactly brilliant behaviour :) [22:07] ok, so seb128 go back to being sad [22:08] :-( [22:08] :-o [22:08] does seb128 have a reproducer for his bug? [22:09] bug #950222 [22:09] Launchpad bug 950222 in libx11 (Ubuntu) "eog crashed with SIGABRT in __assert_fail_base()" [Medium,New] https://launchpad.net/bugs/950222 [22:10] closed worksforme :) [22:10] jcristau, no, we just get hundred of XAllocID assert in random GNOME component and I've no clue what info would be useful since they seem random, no user come with a way to trigger them [22:11] jcristau, bug #905686 [22:11] Launchpad bug 905686 in libx11 (Ubuntu) "nautilus assert failure: nautilus: ../../src/xcb_io.c:528: _XAllocID: Assertion `ret != inval_id' failed." [High,Triaged] https://launchpad.net/bugs/905686 [22:11] bug #507062 [22:11] Launchpad bug 507062 in libx11 (Ubuntu Lucid) "synaptic assert failure: synaptic: ../../src/xcb_io.c:385: _XAllocID: Assertion `ret != inval_id' failed." [High,Triaged] https://launchpad.net/bugs/507062 [22:11] jcristau, so bug got so dupped you can't open them without getting launchpad to timeout half the time [22:13] there was one bug that looked similar which was a flaw in glib [22:13] fixed last fall i think [22:15] it's breaking single threaded apps? [22:16] looks like https://launchpadlibrarian.net/37855577/ThreadStacktrace.txt only has 1 thread [22:18] seb128, I think a lot of those shouldn't have been all duped together. Just because they trigger the same assert doesn't mean it's the same bug. [22:21] bryceh, I would be glad to have any clue how to figure that, what to do with them [22:22] seb128, well what I do is look in libx11:src/xcb_io.c and grep for the assertion that the bug hit. [22:22] seb128, often times the XCB guys have left comments explaining what the assertion means [22:23] seb128, and for many of these bugs, that reveals a coding error somewhere in the client [22:25] jcristau and RAOF said above that xcb works fine in multithreaded apps, but from all the bugs you and I have seen where xcb assertions get tripped, it seems very sensitive to threading issues in clients. [22:25] these asserts are in xlib [22:25] not xcb [22:26] __assert_fail_base (fmt=0xb75b1698
, assertion=0x76ad79 "ret != inval_id", file=0x76acea "../../src/xcb_io.c", line=528, function=0x76adfe "_XAllocID") at assert.c:94 [22:26] jcristau, xcb_io.c is not xcb? [22:26] that's in xlib [22:28] jcristau, yes, in libx11:src/xcb_io.c like I said [22:28] those XAllocID assert a probably the number 1 bug we get through desktop [22:28] and I've no clue what's the issue or how to debug it [22:28] and it's clients apps all being buggy, or gtk, or x11 or whatever [22:34] seb128, do you see the issue as being random, or do you know of reliable ways to reproduce it? [22:34] it/them? [22:34] Whoopsie doesn't yet have any ability to do fancy client stuff yet, does it? [22:34] bryceh, random, I never hit those bugs [22:35] seb128, I've hit one once, but never reproduced. [22:36] they're all drawing theme stuff after an app crash while using murrine or clearlooks from a quick look at the bug reports across the other distros [22:36] seb128, that particular instance I believe was when I was in the middle of upgrading stuff, and wondered if it might have been due to an underlying library getting changed out. [22:36] maybe we only notice it more because of ambiance? :) [22:37] Sarvatt, could be [22:39] then you have bugs like bug #948089 [22:39] Launchpad bug 948089 in gnome-settings-daemon (Ubuntu) "gnome-settings-daemon crashed with SIGABRT in __assert_fail_base()" [Low,New] https://launchpad.net/bugs/948089 [22:39] assert !xcb_xlib_threads_sequence_lost [22:39] I'm pretty sure that one happens when the session doesn't close properly [22:39] i.e gnome-session or xorg segfault [22:40] I wonder if the XAllocID one is a similar red herring [22:44] Entirely possible. [22:48] bryceh, RAOF: what about bug #926379 [22:48] Launchpad bug 926379 in mesa (Ubuntu) "compiz crashed with SIGSEGV in intel_miptree_release()" [Critical,Triaged] https://launchpad.net/bugs/926379 [22:48] that got enough dups that launchpad timeout to open it [22:50] seb128, it's unrelated to the assert bugs. There's a patch to add logging, which has been run and given, so waiting on upstream for a fix [22:51] seb128, a few more folks testing that and providing logs might help [22:51] bryceh, yeah, I know it's not related to the assert, but that one is concerning because it keeps collecting dups every day on unity [22:51] ok [22:51] so "needs info" [22:52] that seemed like something we should tackle for beta2 [22:53] yeah [22:56] seb128, I guess the thing blocking it currently is that it's hard to reproduce synthetically [22:56] or I should say, developers haven't reproduced it synthetically [22:57] None of us have been able to reproduce it, have we? [22:58] never [22:58] Because this would sound like a job for apitrace™, even though the actual windows would be blank. [22:59] oh the mesa bug [22:59] Yeah, the mesa bug. [22:59] sorry, i just popped back on for a minute and thought people were talking about the _XAllocID assert [22:59] Nope :) [23:00] Sarvatt, seb128 advanced the topic ;-) [23:00] tjaalton said he hit that one [23:01] https://bugs.freedesktop.org/show_bug.cgi?id=46739 [23:01] Freedesktop bug 46739 in Drivers/DRI/i965 "[snb-m-gt2+] compiz crashed with SIGSEGV in intel_miptree_release()" [Critical,New: ] [23:22] bryceh, I was promised warmer weather this time of year... :( [23:23] cnd: lets trade, too freaking hot [23:23] Sarvatt, fine by me :) [23:23] Sarvatt, what have your highs been? [23:24] 87 yesterday [23:24] wow [23:24] 75 or 80 today, im not sure [23:24] Sarvatt, you've seen the temperature map of the US, right? [23:25] i'm jealous every time i look at the portland weather in the indicator [23:25] rain rain rain rain rain snow snow rain snow rain snow, highs in the 40's :P [23:25] I hope you're not serious... [23:25] 100% [23:26] cnd, heh who promised you nice weather in Portland in March? [23:26] bryceh, no one promised nice weather, but this is awful [23:26] this would be understandable in january [23:26] cnd, yep. March is the worst in portland [23:26] but not in spring [23:26] and I'm fine with the rain [23:26] it's just these frigid temperatures [23:26] cnd: where did you move from? [23:27] Sarvatt, columbus, oh [23:27] the snow is a bit unusual, but depressing rain is all about March in portland [23:27] meh, rain is fine [23:27] if it were in the 50s or 60s I'd have no complaints [23:27] s/depressing/depressing and cold/ [23:28] in grade school and middle school I used to have to walk to piano lessons and home in this weather (~2 miles). [23:28] builds character (and makes you want to own a car) [23:28] heh [23:29] cnd, it'll turn around come april. We probably won't get "nice" days until May tho [23:29] cool [23:29] well, we're not too far from april :) [23:29] yep [23:30] in May, this thing people call "the Sun" sometimes shows up. Usually high up in the sky. Keep an eye out for it. [23:30] my office is like 15 degrees warmer than the rest of the house and hot even with the ac blasting, thats why i'm jealous :) [23:31] Sarvatt, I can turn every computer on in my office right now, and not get roasted out [23:31] I can even put on t he projectors, but then I do need to crack a window [23:32] * RAOF drops off his car for a service.