[02:06] hi, i'm dealing with a suspend/hibernate bug #15372 and maybe i hit another bug while recopiling info from the debuggers to improve the report. [02:06] Launchpad bug 15372 in linux "Huge hard drive activity after resuming from S3 suspend on a IBM x31" [Undecided,Confirmed] https://launchpad.net/bugs/15372 [02:07] the thing is that when the /etc/acpi/hibernate.sh force script is executed, a total freeze occurs, while executing gnome-power-cmd.sh hibernate behaves as expected.. [02:08] are the acpi scripts deprecated? should we use the gnome-power-cmd.sh to debug those issues? [02:44] how do you best handle when a bug was reported against hardy and is already fixed in jaunty? [02:47] usually it's marked fix released as it's fixed in the latest devel release. If it could become a SRU, the bug can also be changed to reflect that [02:49] that's what I assumed...wanted to double check. (/me worries that he's doing things wrong a lot..) [02:50] thanks [04:11] hi [04:51] while i am gathering information in order to triage a bug, should i assign it to myself? [04:56] jedex: no. Just subscribe. [06:57] good morning === ziroday` is now known as ziroday [09:25] good morning [09:25] hi dholbach [09:25] hi BUGabundo_work [09:28] good morning dholbach [09:29] and BUGabundo_work [09:30] hiya thekorn === fenris_ is now known as e-jat [10:47] bug 268719 [10:47] Launchpad bug 268719 in ubuntu "cd/dvd doesn't work in windows after running Live Ubuntu" [Undecided,New] https://launchpad.net/bugs/268719 [10:53] thekorn: hi, back === nhandler_ is now known as nhandler [12:35] Hi guys... How do I filter the bug lists so that I only see the bugs that has no package assigned to it? [12:36] https://wiki.ubuntu.com/Bugs/EasyTasks [12:36] first link [12:36] andresmujica: You can use http://tinyurl.com/5uxg9a [12:38] Fantastic! I had that tinyURL but lost it! Thank you both! [12:39] You're welcome CrownAmbassador [12:58] kernel people, bug 51779 was about having to manually load the ircomm module and to create some /dev/ircommX devices. The devices are now created automatically, after loading ircomm manually. Can I consider this fixed? [12:58] Launchpad bug 51779 in linux-source-2.6.17 "IRDA-Devices are not created by default (ircomm: 161-0" [Wishlist,Won't fix] https://launchpad.net/bugs/51779 [13:55] afflux, best to check on #ubuntu-kernel [13:56] good idea, thanks === andre___ is now known as andrek__ [15:19] Hi again guys. Does this pass as a bug or a suggestion? https://bugs.launchpad.net/ubuntu/+bug/316780 [15:19] Ubuntu bug 316780 in linux-ubuntu-modules-2.6.24 "SRU: Poulsbo DRM driver update from Intel; version 2.3.0.32L.0029" [Undecided,New] === ogra_ is now known as ogra [16:05] ponimato [16:06] sorry for noise === asac_ is now known as asac [18:18] howdy! can some QA or KDE dev take a look at https://bugs.launchpad.net/ubuntu/+source/kdepim/+bug/316837 ? thanks [18:18] Ubuntu bug 316837 in kdepim "kmail crash Program received signal SIGSEGV, Segmentation fault. [Switching to Thread 0x7f3650cfc750 (LWP 16030)]" [Undecided,New] [19:37] Would it be possible that Launchpad would show upstream changelog of a software? [19:41] jarnos: better to ask in #launchpad ;-) [19:41] pedro_: thanks [19:41] you're welcome [19:52] hey. I have a question regarding the UbuntuBugDay. If I change the status of a bug (let's say from "new" to "incomple") do I then have to edit the page of the active UbuntuBugDay and move the bug to the roght section? [19:52] *right [19:53] MrKanister, just mark the row of the bug in lightgreen and add your name [19:54] don't move bugs from one list to another [19:54] thekorn: hm..that easy? Thanks :) === albert24 is now known as albert23 [23:37] Is there an "ubuntu" way to observe debugging events in GTK without recompiling? [23:38] kostmo: Installing the various -dbgsym packages. [23:40] what is the difference between a *-dbg package and *-dbgsym ? [23:41] I am trying to follow the instructions in this bug report: http://bugzilla.gnome.org/show_bug.cgi?id=567312 [23:41] Gnome bug 567312 in gtk "leave_notify_event triggered inappropriately when compositing enabled" [Normal,Unconfirmed] [23:41] dbgsym are created by us; dbg are usually created by the build process; apport uses dbgsym [23:41] kostmo: The difference is naming only. [23:41] either will do the trick if you are gdb-ing [23:41] (Mostly) [23:42] is there a way to set a shell variable to make GTK spit out debug messages? [23:42] (without using gdb) [23:44] * hggdh does not know how [23:47] Are "debugging symbols" different than "printf messages used to assist in debugging"? If so, then would it be fair to say I would have to recompile to do what the bug report asks? [23:48] kostmo, yes, debugging symbols and printf messages have nothing to do with each other (although both help on debugging) [23:48] you only need to recompile (probably) if you want a compile-time option to kick in [23:49] for debugging sysmbols you need the .dbg or .dbgsym packages [23:49] OK, I believe the poster in the report is referring to a compile-time option that probably spits out printf's [23:49] kostmo, what bug #? [23:49] http://bugzilla.gnome.org/show_bug.cgi?id=567312 [23:49] Gnome bug 567312 in gtk "leave_notify_event triggered inappropriately when compositing enabled" [Normal,Unconfirmed] [23:50] ugh [23:51] did you try to run with 'env GDK_DEBUG=events whatchamacallit' ? [23:51] yeah, didn't work [23:51] heh [23:52] this will probably be painful [23:52] actually, I typed the line before I executed the program [23:52] I didn't use "env" [23:52] how? [23:52] first I typed "GDK_DEBUG=events" [23:52] nope [23:52] will do get it done [23:53] you can either export the environment variable (which might trigger debugging on all GTK applications running) or do it in one single line as I showed [23:53] ok, this is what I just tried: "env GDK_DEBUG=events ./leave_notify_testcase" [23:54] yes [23:54] where "leave_notify_testcase" is the name of my program [23:54] did it work out OK? [23:54] ok, didn't seem to do anything [23:54] sigh... then I am back to 'this will probably be painful' [23:55] I never built GTK, so I am unsure on what to do, but [23:55] you will probably need to build it/them yourself with the debugging support the poster is asking [23:55] I'm thinking I will do "apt-get source libgtk2.0-0" [23:56] then do the custom build [23:56] you should start with a 'apt-get build-dep libgtk2.0-0' [23:57] to get all dependencies in place [23:57] ok good idea [23:57] then 'apt-get source libgtk2.0-0' [23:57] and find out how to set debugging in the build process [23:58] (it is probably a #define somewhere [23:58] ) [23:59] i think the ./configure command sometimes displays a list of options [23:59] ./configure --help [23:59] thats it