/srv/irclogs.ubuntu.com/2010/03/10/#ubuntu-x.txt

brycehSarvatt, re: arsenal script to transition nvidia-180 tasks to nvidia-gfx-drivers... sweetness01:52
Sarvattpushed it here - https://code.edge.launchpad.net/~sarvatt/arsenal/working01:59
Sarvattverified the first 10 it hit were all correct on the dry run, running it for real now :D01:59
* bryceh currently working on script to make a report of lucid bugs with upstream tasks and the upstream status of the bug02:00
Sarvattman, this makes thing a breeze02:02
brycehyep02:03
Sarvattdo one of these grok the xorg logs for backtraces and put it in the description?02:03
brycehno, but that could be done02:04
brycehI've got some code about halfway done which identifies backtraces, and the pci-extract.py script is an example of pulling data from attachments and putting it into the description02:04
brycehsee starting at around line 321 of arsenal_lib.py, that has some routines for doing stuff with backtraces02:05
brycehI've also got a script xparselog around somewhere which parses Xorg.0.log files.  Don't think it extracts backtraces but probably could.  It's perl though so needs reimplemented in python02:09
brycehxlogparse02:09
brycehthere's a copy of it in xorg-pkg-tools02:10
Sarvattsweet, I'll look into extending it for what I have in mind in the future then. i'd like to dump info on backtraces and assertions, put them in the description, and have a dupe-o-matic script that'll dupe based off of those strings if you pass it a target bug number02:10
brycehgreat idea02:11
Sarvattlike there are probably 50 or more bugs right now against nvidia with the same backtrace and the symptoms arent easy to tell its a dupe from the description02:11
brycehI think the apport crash bugs are structured well enough that the traces should be machine readable and should be straightforward to do02:11
brycehyep02:11
Sarvattsegfault on resume ones with nvidia-current on lucid02:12
Sarvattand karmic for people with PPA versions (which is probably the majority of karmic nvidia users)02:12
Sarvattbacktrace looks like this for everyone http://paste.ubuntu.com/392187/02:13
RAOFIs there a way to make apport report bugs against PPA packages?02:14
Sarvattpeople describe it so many different ways, its way too much effort to manually dupe them all02:14
bjsnideri think it does02:14
brycehSarvatt, yeah02:14
Sarvattblack screen on resume, suspend doesn't work, X stuck on a black screen, my kittens hit the power button02:14
brycehSarvatt, yeah that looks quite familiar02:15
RAOFbjsnider: Really?  When did that happen?02:15
brycehbtw just pushed a script 'retest.py' - this is an example script I used to ask people to retest with the new drm02:15
bjsnidersome guy managed to report a bug on a package in one of my ppas02:15
brycehI have to recode it every time I use it for whatever I need, but that's a lot easier than manually going through all the bugs individually02:16
bjsniderno idea how he did it02:16
* RAOF tests.02:16
RAOFbjsnider: Doesn't work for me.02:18
bjsnideri might be able to track the bug he reported down, so maybe you can figure out how he did it02:18
Sarvattit rejects it if the bug is filed against a PPA version doesn't it?02:19
RAOFRight. “Not a genuine Ubuntu package”.02:19
Sarvatt..which doesn't mean much with things going to the catchall xorg02:19
RAOFSarvatt: Oooh, sneaky.02:20
RAOFRight.  That will work.02:21
Sarvattdang bryceh, arsenal is going to suck my life away :)02:21
bryceh:-)02:21
brycehSarvatt, if you get to a point with a script where it'd be useful to run regularly, I can add it to my cron to run it hourly/daily/weekly with the other scripts02:22
brycehthat gets some life back :-)02:22
bjsniderRAOF, it won't show me bugs i subscribed to when they're closed02:23
bjsniderso i can't find it02:23
* RAOF is going to have to set aside a day or two to work out exactly how arsenal works.02:23
superm1RAOF, i've got something set up for mythtv that files bugs for PPA packages02:23
superm1other MOTU's said it's better not to file them into ubuntu though, but rather use a different project02:24
superm1so that's what we do for mythtv02:24
brycehnot a bad idea02:24
Sarvattyeah I noticed some random person invalidating bugs we actually requested to be filed against apw's ppa with the drm kernels02:25
RAOFParticularly since we've got a nouveau project just sitting around in launchpad...02:25
superm1http://pastebin.com/dHRhrdSR02:25
superm1basically if it's not a distro package, you set the crashdb accordingly02:26
RAOFAaah, *that's* where I've seen it before :)02:26
superm1and here's the crashdb setup stuff http://pastebin.com/95fwzpkk02:26
Sarvattwith X stuff its getting filed straight to xorg which isn't a PPA version though02:27
RAOFThat might be worth setting up at some point.  For now, both ubuntu-bug and apport-collect will work for nouveau packages in the xorg-edgers/nouveau PPA as long as it gets run as “ubuntu-bug xorg”.02:27
Sarvattmy wife is not a happy camper about not being able to come to brussels if I go to UDS :) airfare is ridiculous.02:43
bjsniderput her in a piece of luggage02:44
bjsniderthat's my brilliant solution02:44
RAOFOk.  Lunch time.02:47
bjsnidersomebody needs to invent star trek-y transporters02:47
brycehheh, the hotel costs might dwarf the airfare even still03:08
DanaGhttps://bugs.launchpad.net/bugs/53467704:37
ubottuLaunchpad bug 534677 in xserver-xorg-video-ati "[lucid] Broken backlight control with Radeon open-source drivers" [Undecided,New]04:37
DanaGhmm, is xorg-edgers supposed to support "BACKLIGHT" property in xrandr?04:37
tjaaltonRAOF: why not advice people to run 'ubuntu-bug xserver-xorg-video-nouveau' instead?06:08
tjaaltonit'll collect the same information, and save developer time when there's less need to move bugs around06:08
RAOFtjaalton: Because (1) bryce has found that people get confused, and advises just xorg, (2) if they choose to do the extra work and install the upstream nouveau packages they can't run ubuntu-bug xserver-xorg-video-nouveau.06:09
tjaaltonwhy (2)? it doesn't matter what the version is06:10
tjaaltonthe apport links are installed by x11-common06:10
RAOFtjaalton: But if they run ubuntu-bug x-x-v-nouveau, and x-x-v-nouveau is not an archive package, apport will bail.06:11
tjaaltonoh boo06:11
RAOFRight.06:11
RAOFOtherwise I would have, yes.06:11
tjaaltonok06:11
LLStarksbryceh, does fglrx support kms?06:33
tjaaltonLLStarks: no06:37
tjaaltonit doesn't even support the xserver in lucid06:38
LLStarkswhat about that custom build we dry-humped amd for?06:38
tjaaltonstill, if it takes more than six months to support the server abi, they surely won't support kms06:39
LLStarkshttp://www.phoronix.com/scan.php?page=news_item&px=ODA1Mw06:41
LLStarksbryceh...06:41
LLStarks>__<06:41
tjaaltoneh?06:41
tjaalton2.10 doesn't support ums06:41
LLStarksusermode is old hat.06:41
tjaaltonso 8xx users would be sad if we went to 2.1006:41
tjaaltonso use kms and be happy06:42
LLStarksso, what happens for mystic?06:42
LLStarksdrop i810?06:42
tjaaltonif you mean the driver it's long gone06:43
=== Amaranth_ is now known as Amaranth
LLStarksreally? i wouldn't be able to run lucid on an i810e?06:44
tjaaltonno, -intel supports it, somewhat06:44
LLStarksso, by october, ums will be dropped entirely and the legacy quirks will be hammered out so they can support kms?06:45
tjaaltonmaybe06:45
LLStarksis edgers ready for tearless playback or is kernel work needed?06:46
tjaaltonno idea06:46
LLStarksaside from that, i consider the i945 drivers perfect. you guys do amazing work.06:47
LLStarksjeez. nouveau and gallium are moving so fast.07:00
LLStarksi wouldn't be surprised if 3d performance makes exponential gains this year.07:01
tjaaltoni heard it would need a rewrite of the memory manager, so probably not this year07:04
brycehtjaalton, I've got code which can fairly reliably sort out moving bugs from xorg to the right video driver08:15
tjaaltonbryceh: ok, good08:16
brycehtjaalton, it's less reliable for bugs about input devices, but should be just fine for -nouveau08:16
brycehI used to think we should educate everyone on what the right package to file against, but then I saw no one every got it right anyway.08:17
brycehI figured I could write a crappy script which would do it better than the average bug reporter08:18
brycehand so here we are ;-)08:18
tjaaltonheh, alright08:19
tseliothyperair: are you around?09:12
hyperairyes?09:12
* hyperair makes some noise so tseliot notices him09:12
brycehhi tseliot09:13
tseliothi bryceh09:13
tseliothyperair: so, about bug #24839209:13
ubottuLaunchpad bug 248392 in ia32-libs "32bit libgl search for dri at wrong place on 64bit system" [Low,Confirmed] https://launchpad.net/bugs/24839209:13
hyperairyes?09:14
hyperairwait, you mean it's still not fixed?09:14
tseliothyperair: wouldn't it be enough if I simply set --with-dri-searchpath=/usr/lib/dri:/usr/lib32/dri/ on 64bit?09:14
hyperairtseliot: that would work, i suppose.09:15
tseliothyperair: what happens if one of those paths doesn't exist?09:15
hyperairtseliot: but you'd have to correctly detect 64-bit in debian/rules.09:15
hyperairtseliot: it falls back to the next path.09:15
hyperairtseliot: it's similar to PATH09:16
hyperairi think there was some environment variable that does the same thing09:16
tseliothyperair: ok, I wanted to be sure09:16
hyperairLIBGL_SEARCH_PATH or something09:16
hyperairthat is used if set, and if not, the value from --with-dri-searchpath is used.09:16
hyperairafter that the code is the same.09:16
tseliothyperair: as regards detecting 64 bit archs I would simply do: ifeq ($(DEB_BUILD_ARCH),amd64)09:17
hyperairtseliot: amd64 isn't our only 64-bit arch, is it?09:17
hyperairthere's ia64..09:17
tseliotdo we still support that?09:17
hyperairdon't we?09:17
hyperairour buildds build that don't they?09:17
tseliotwell, yes but that doesn't mean that it's supported09:18
hyperairso you're going to just leave it broken?09:18
tseliotsee, ia32-libs for example didn't even build on ia64: https://launchpad.net/ubuntu/+source/ia32-libs09:18
hyperairmeh09:19
jcristauerr.09:19
tseliotit's not my call and I don't have the hardware anyway09:19
jcristauthe search path you want to change is in the i386 packages anyway09:19
jcristauthe native packages work fine09:19
brycehia64 is not supported, and not something we care about.09:20
* hyperair sighs. okay then09:20
hyperairdo what you wish. i don't mind, as long as amd64 works at the end of the day09:20
tseliotjcristau: right. Adding --with-dri-searchpath=/usr/lib/dri:/usr/lib32/dri/ should fix it09:20
jcristautseliot: adding that to the i386 package.  not the amd64/ia64 ones.09:21
tseliotjcristau: would 64bit mesa really use 32bit binaries?09:21
tseliotif I added that?09:21
jcristauwtf09:22
tseliothehe09:22
jcristauthe point is to let 32bit mesa load 32bit drivers09:22
jcristauyou're making me sad09:22
tseliotyes, I know09:22
tseliotI'll try to entertain you if you like :-P09:22
hyperairtseliot: so, which package do you intend to do --with-dri-searchpath for?09:22
hyperairtseliot: the 32-bit, or the 64-bit one?09:23
hyperairtseliot: it won't work with the 64-bit one, and with the 32-bit one, it'll fallback to looking in /usr/lib32 which is fine i suppose.09:23
tseliothyperair: I was planning on updating mesa 32 bit and on refreshing ia32-libs so that the fix gets in09:23
hyperairtseliot: that sounds fine to me09:24
tseliotok09:24
hyperairat least, i don't see any potential breakage from what you're doing (it's not so different from what i'm doing, from the mesa point of view)09:25
hyperairbut really, when is our multiarch support going to improve?09:25
tseliotI'll test it here09:25
hyperairia32-libs is a wild hack09:26
tseliotin lucid +1 I guess09:26
jcristauha.09:26
jcristauin $something + 109:26
hyperair...09:26
tseliotI'm not the right person to ask09:26
hyperairi'm willing to bet lucid+1 will *not* get improved multiarch support09:26
hyperairnor will lucid+209:26
hyperairanyway i've got to run09:27
* hyperair brb in 15 minutes or so09:27
brycehtseliot, heya, how's things going?09:27
brycehtseliot, do you expect to be coming to UDS Brussels?09:28
tseliotbryceh: not so bad, last night upstream gave me some tips on plymouth (to add the support for 16 colours) :-)09:29
tseliotbryceh: sure, I'll be there09:29
brycehexcellent :-)09:29
tseliotbryceh: how are things going for you?09:29
brycehtseliot, glad you're focused on plymouth.  Seems it needs much TLC.09:29
* tseliot nods09:30
brycehtseliot, busy as always, but going good.  Glad we have raof on board.09:30
tseliot:-)09:30
brycehtseliot, at the moment I'm brainstorming ideas for topics to discuss at UDS09:30
brycehany requests?09:30
tseliotbryceh: maybe support for touchscreens ;) ?09:31
brycehso far got:  X.org general session; Wayland ; Rootless-X ; Multitouch ; X-freeze apport hooks ; X.org Hardware Workshop09:31
tseliotoh, it's there already09:31
tseliotI'll let you know if something else comes to my mind09:32
brycehok cool09:32
bryceh6 sessions should be plenty09:32
* tseliot nods09:33
brycehfeel like I'm missing something obvious though.  But guess there's plenty of time still to think of it.09:33
tseliotright, we have time09:33
tjaaltonbtw, evtouch could be synced from debian09:46
tjaaltonbuilds against 1.709:47
tjaaltontseliot: are you planning to move the mesa libGL back to /usr/lib?09:47
tjaaltonfor lucid09:47
tseliottjaalton: hmm... I haven't decided yet. I think it would be safer not to do it at this point09:52
tjaaltonI'm thinking that it would be worse to have a LTS with it, at least if it's known to be temporary09:54
brycehtjaalton, feel free to file a sync request if you'd like; otherwise it's already on my todo list just haven't gotten to it10:00
brycehtjaalton, it looked like maybe it needed merging, but I didn't look close10:00
tjaaltonwell, the changes were to the fdi file, dunno if they should be moved to the udev rule or not10:01
brycehtjaalton, btw my merges page is going to be stuck on march 5th for a bit.  Gotta reincarnate a chroot before I can get that functioning again10:01
tjaaltonbryceh: heh, so it seems10:03
tjaaltonI guess ogra doesn't work on the touchscreens anymore, or evdev is enough for him?-)10:05
brycehhe does not work on them anymore10:06
brycehI think it's more a case of frustration than of being satisfied with alternatives10:06
tseliot:-)10:06
brycehbut we did manage to get good braindumps from him into one of the blueprints last uds10:06
brycehthere is a ton beyond just X that needs worked to get touchscreen support up to snuff10:07
brycehbut plenty to do just within X even still10:07
brycehtjaalton, fwiw shuttleworth has just recently developed a very strong interest in touchscreen support10:08
bryceh(I gather he's just purchased his first touchscreen hardware)10:08
tjaaltonheh, ok10:12
tjaaltonupstream is working on multitouch10:12
tjaaltonwacom has some temporary hacks, but they won't live for long10:12
brycehI've got one of the proposed -evdev patches in my queue to look into more10:14
tjaaltonthe kvm one?10:15
brycehno the multitouch one10:15
tjaaltonah10:15
brycehby benjamin10:16
brycehgot a lot of discussion on xorg-devel, sounds like it'll probably get reimplemented completely before its through, but sounds like it basically works10:16
brycehI've got a meeting thursday with some of the oem folks to determine what we want to do for lucid10:17
tjaaltonok, so it's not the one on bug 379313 :)10:17
ubottuLaunchpad bug 379313 in xserver-xorg-input-evdev "Handling NextWindow Touchscreen (multitouch)" [Medium,Incomplete] https://launchpad.net/bugs/37931310:17
brycehno, but that one looks like something we could consider including10:19
brycehtjaalton, I put my notes at https://wiki.ubuntu.com/X/Blueprints/Multitouch10:20
brycehthe particular hw we're looking at is N-Trig but really we'd want touchscreen support across a pretty broad range of hw10:21
tseliotStantum or 3M should be more Linux friendly: http://www.lii-enac.fr/en/projects/shareit/multitouch-devices.html10:24
tseliot(no firmware issues)10:24
tjaaltonbryceh: ok, interesting plans. wonder how risky this might be though :)10:39
brycehtjaalton, aha! you've discovered my angle10:41
tjaalton:)10:42
tseliottjaalton, hyperair: I've pushed the fix for bug #248392 in git12:35
ubottuLaunchpad bug 248392 in mesa "32bit libgl search for dri at wrong place on 64bit system" [Medium,In progress] https://launchpad.net/bugs/24839212:35
hyperairtseliot: cool, thanks =)12:35
tseliothyperair: of course ia32-libs will have to be updated too but I'll deal with it after I'm done with the rest12:36
* hyperair nods12:52
asachi13:27
asac;)13:27
asacso how comes that on armel X falls back to fbdev13:27
asacis that hardcoded patch we have somewhere?13:27
loolasac: It's in the server code13:27
asaclool: so we have a hack?13:28
loolthere's a function which has hardcoded logic depending on various information from the host13:28
loolasac: We have a patch to use PCI ids insteaed13:28
asaclool: for armel?13:28
asac;)13:28
asacwhere is that? any idea?13:28
loolasac: Not for armel, that's the problem13:28
asacright ;)13:28
loolasac: NCommander was working on that a year or so ago, was supposed to extend with some arm logic IIRC13:28
asacso seems the imx driver is a full copy of fbdev + a patch for EXA13:29
loolasac: the dove one is a fork from fbdev too13:29
asacright13:29
loolBut I think that's ok13:29
asacso easy way feels to extend the current hard coded logic to honour subarch or something13:29
asacand least try that first 13:30
loolasac: I think it's in listPossibleVideoDrivers() in hw/xfree86/common/xf86AutoConfig.c, but it could possibly be somewhere else13:31
loolIt ressembles my memory of it13:31
asaccool i will check that out13:31
asacin what source is that ;)13:31
asacme tries the common thing13:31
loolasac: This is typically where we hookde the poulsbo pci ids at some point13:31
asacgood thanks for that pointer13:31
loolasac: Actually, search for poulsbo in that file   ;-)13:31
loolasac: Careful, might be some patches which change this logic in debian/patches/13:32
loolIn fact there are 513:32
asacok i have /* Fallback to platform default frame buffer driver */13:33
asacthats the place i am looking for ;)13:33
asacso adding imxdrv there if we are on imx (not sure how to detect that at runtime) might be a hacky but efficient way to accomplish a "prefer imxdrv if available"13:33
asaclool: any idea to do a proper testing?13:34
jcristaulook in /proc/fb?13:35
loolThat's an excellent idea13:35
asaci have13:35
asac0 DISP3 BG13:35
asac1 DISP3 BG - DI113:35
asac2 DISP3 FG13:35
loolwe were considering crazy shit back a couple of cycles, /proc/fb sounds sane13:35
asacyeah cool13:35
asacbut what do i parse to distinguish?13:35
loolHmm it's not too nice on babbage13:35
asaci can check for cpuinfo ;)13:36
asacand if its Freescale BBG use imxdrv13:36
asacat least add to matches13:36
loolasac: I really think /proc/fb is a better place because it depends on the drivers people build in their kernel13:36
* asac hopes it would then go to fbdev if that module isnt installed13:36
asaclool: but what do we get from there?13:37
loolSay, we could have multiple drivers in the kernel for a platform like OMAP and it would affect which xorg driver to use13:37
asaci dont see anything that tells me: "this is imx"13:37
jcristauit tells you the name of the kernel fb driver13:37
asacright. so you want to fix the kernel13:37
asachmm13:37
loolasac: Alternatively, /sys might have more info13:37
asacyeah13:37
jcristauif you kernel fb driver doesn't tell you who it is, then fix that13:37
loolI'm +1 on that suggestion too, but there might be kernels in the wild already13:38
asacok. are there convenience funcs for parsing /dev/fb already somewhere?13:38
loolActually, there are13:38
loolasac: You mean /proc?13:38
loolasac: Don't think so13:38
loolasac: Just FTR, another (ugly) approach would be to prepend arch specific drivers to the list if you know they will fail and pass on to the default fbdev; but that's uglier than what's proposed here (might be less work, but we don't care, right? :-)13:39
asaclool: right. but i dont think we can assume they will fail13:40
asacthats why i think i could just check cpuinfo for now13:40
asacand prepend with arch specific drivers13:40
asacthen long term we can fix /dev/fb info13:40
asacat least here in imx the driver doesnt really check if its supported ;)13:41
loolasac: Why not just recognize the crap you have in /proc/fb now, and also fix the contents and recognize the fixed output as an alternative?13:46
loolThat's as much work as parsing cpuinfo since you have to check cpuinfo per board anyway13:46
loolbut it's future proof13:46
asaclool: but is the current output in any way unique?13:48
loolasac: Not any more than cpuinfo13:49
asachehe13:49
asacright. so ... yeah; sure13:49
asacwill do that then ;)13:49
loolasac: I actually suspect cpuinfo is worse; because there were more boards than graphics drivers13:49
loolasac: Check the dove output, see if it's sane?13:50
asacthats the plan13:50
Sarvattasac: can you point me at this xf86-video-imx driver?15:58
asacSarvatt: havent published yet. will net you know when its avail16:49
asaclet16:49
SarvattRAOF: did you see that they fixed a plymouth/ubuntu specific problem in nouveau git? http://cgit.freedesktop.org/nouveau/xf86-video-nouveau/commit/?id=c642b9f7a13bdeecd0a83ddcbf6d6d4f2c28750117:29
Sarvattjust removes a harmless error message from the logs people are reporting bugs on -- [drm:drm_mode_getfb] *ERROR* invalid framebuffer id17:33
=== radoe_ is now known as radoe
brycehtjaalton, have you given thought to merging in xserver 1.7.6?20:13
tjaaltonbryceh: yep, we should follow the stable branch20:30
tjaaltonthough maybe wait until it's released20:33
tjaaltonthere were a couple of issues with .901, one with selinux and a regression due to the fix for bug 25400 (apparently fixed now)20:35
ubottuLaunchpad bug 25400 in mozilla-thunderbird-locale-fr "mozilla-thunderbird-locale-fr: new changes from Debian require merging" [Medium,Fix released] https://launchpad.net/bugs/2540020:35
tjaaltonfreedesktop bug 2540020:35
ubottuFreedesktop bug 25400 in Server/general "Fedora 12: Mouse cursor trapped inside menu button" [Blocker,Reopened] http://bugzilla.freedesktop.org/show_bug.cgi?id=2540020:35
brycehtjaalton, ok great, it sounds fine to me so if you'd like to merge it in, go ahead whenever you feel it's ready20:49
brycehotherwise I'll re-check again in a couple weeks20:49
brycehtjaalton, jcristau, I'm looking at -evtouch currently.  We've unfortunately built up quite a bit on it in ubuntu, however looks like it's mainly fdi files which I gather are no longer relevant?20:50
brycehor should those be ported to udev or xorg.conf.d rules?20:50
tjaaltonbryceh: I'll merge once 1.7.6 or the next rc is released20:57
tjaaltonbryceh: yeah the fdi files are useless as-is, and I'm not sure if they should be converted or not21:01
tjaaltonleaning towards no, it has the calibrator anyway21:02
brycehok21:02
brycehthe only other bits besides the fdi stuff appears to be a couple tweaks to calibration stuff21:03
bryceh21_more_calibration_fixups.patch and 20_fix_calibrate_submission_directions.patch21:04
apacheloggerbryceh: ping21:16
brycehthe former patch debian took, the latter one doesn't sound that critical.  Time for a sync request21:20
tjaaltonyeah21:20
jcristau\o/21:21
* jcristau likes synced stuff :)21:21
tjaaltonme too, there are plenty of candidates left :)21:22
tjaaltonwell, a handful at least21:22
tjaaltonbryceh: lifeless should probably merge libx11 ;)21:22
brycehtjaalton, heh21:22
brycehI'd asked him to send his patches upstream when I saw him in portland, hmm21:24
tjaaltonthe klingon one was rejected21:24
bryceh  * Add klingon language definition.21:24
bryceh>_<21:24
tjaaltonsince the locale isn't known by libc21:25
tjaaltonglibc21:25
jcristauand the glibc patch was rejected iirc21:25
tjaaltonah, ok :)21:25
bryceh+en_US.UTF-8/XLC_LOCALE:la_AU.UTF-821:26
brycehwhat's la_AU?21:26
apacheloggerbryceh: I am trying to debug bug 52691921:26
ubottuLaunchpad bug 526919 in xorg-server "[Karmic] X crash due to xsetroot in startkde after recent update" [Undecided,Incomplete] https://launchpad.net/bugs/52691921:26
brycehlatin with an australian accent?21:26
apacheloggerbryceh: but gdb doesnt like me and claims that any way I try to display/print privates it is at address 0x021:27
brycehEu tu, mate?21:27
jcristauheh21:27
tjaalton:D21:27
brycehapachelogger, heh, that doesn't sound good21:27
tjaaltonfosters jacta est21:28
brycehhehe21:28
tjaaltonyeah I see the use case21:28
apacheloggerbryceh: my thinking exactly :D espcially since both have an address according to the bt21:28
brycehapachelogger, are you following my tips in comment #13?21:29
apacheloggeryes21:29
apacheloggerdpkg.log is just too massive to trace the issue21:29
brycehapachelogger, it does sometimes happen that gdb doesn't produce useful results, so there are some alternate angles to doing debugging, like inserting print statements in the code21:30
apacheloggerremoving stuff from startkde lead to the conclusion that the crash can also be fixed by removing the ksplash from the startup sequence21:30
brycehapachelogger, ok if you've made some progress at narrowing down what in startkde is triggering it, it would be good to update the bug report with a shorter use case21:30
apachelogger*nod*21:30
brycehapachelogger, even if you can't pinpoint the exact issue, with a simple test case it may be possible to go upstream with the bug21:31
apacheloggerbryceh: I'll poke some more into that, because I do not see me going after the issues with print statements unless the owner of the machine sends it to me :)21:31
brycehok21:32
brycehyeah remote debugging is tough21:32
* apachelogger is glad that the user granted him access to begin with :)21:33
BUGabundoevening22:04

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