/srv/irclogs.ubuntu.com/2009/01/13/#ubuntu-bugs.txt

andresmujicahi, 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
ubottuLaunchpad bug 15372 in linux "Huge hard drive activity after resuming from S3 suspend on a IBM x31" [Undecided,Confirmed] https://launchpad.net/bugs/1537202:06
andresmujicathe 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:07
andresmujicaare the acpi scripts deprecated? should we use the gnome-power-cmd.sh to debug those issues?02:08
Ryan52how do you best handle when a bug was reported against hardy and is already fixed in jaunty?02:44
stgraberusually 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 that02:47
Ryan52that's what I assumed...wanted to double check. (/me worries that he's doing things wrong a lot..)02:49
Ryan52thanks02:50
jedexhi04:11
jedexwhile i am gathering information in order to triage a bug, should i assign it to myself?04:51
greg-gjedex: no. Just subscribe.04:56
thekorngood morning06:57
=== ziroday` is now known as ziroday
dholbachgood morning09:25
BUGabundo_workhi dholbach09:25
dholbachhi BUGabundo_work09:25
thekorngood morning dholbach09:28
thekornand BUGabundo_work09:29
dholbachhiya thekorn09:30
=== fenris_ is now known as e-jat
andresmujicabug 26871910:47
ubottuLaunchpad bug 268719 in ubuntu "cd/dvd doesn't work in windows after running Live Ubuntu" [Undecided,New] https://launchpad.net/bugs/26871910:47
BUGabundo_workthekorn: hi, back10:53
=== nhandler_ is now known as nhandler
CrownAmbassadorHi guys... How do I filter the bug lists so that I only see the bugs that has no package assigned to it?12:35
andresmujicahttps://wiki.ubuntu.com/Bugs/EasyTasks12:36
andresmujicafirst link12:36
nhandlerandresmujica: You can use http://tinyurl.com/5uxg9a12:36
CrownAmbassadorFantastic! I had that tinyURL but lost it! Thank you both!12:38
nhandlerYou're welcome CrownAmbassador12:39
affluxkernel 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
ubottuLaunchpad 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/5177912:58
hggdhafflux, best to check on #ubuntu-kernel13:55
affluxgood idea, thanks13:56
=== andre___ is now known as andrek__
CrownAmbassadorHi again guys. Does this pass as a bug or a suggestion? https://bugs.launchpad.net/ubuntu/+bug/31678015:19
ubottuUbuntu bug 316780 in linux-ubuntu-modules-2.6.24 "SRU: Poulsbo DRM driver update from Intel; version 2.3.0.32L.0029" [Undecided,New]15:19
=== ogra_ is now known as ogra
joumetalponimato16:05
joumetalsorry for noise16:06
=== asac_ is now known as asac
BUGabundo1howdy! can some QA or KDE dev take a look at https://bugs.launchpad.net/ubuntu/+source/kdepim/+bug/316837 ? thanks18:18
ubottuUbuntu bug 316837 in kdepim "kmail crash Program received signal SIGSEGV, Segmentation fault. [Switching to Thread 0x7f3650cfc750 (LWP 16030)]" [Undecided,New]18:18
jarnosWould it be possible that Launchpad would show upstream changelog of a software?19:37
pedro_jarnos: better to ask in #launchpad ;-)19:41
jarnospedro_: thanks19:41
pedro_you're welcome19:41
MrKanisterhey. 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
MrKanister*right19:52
thekornMrKanister, just mark the row of the bug in lightgreen and add your name19:53
thekorndon't move bugs from one list to another19:54
MrKanisterthekorn: hm..that easy? Thanks :)19:54
=== albert24 is now known as albert23
kostmoIs there an "ubuntu" way to observe debugging events in GTK without recompiling?23:37
RAOFkostmo: Installing the various -dbgsym packages.23:38
kostmowhat is the difference between a *-dbg package and *-dbgsym ?23:40
kostmoI am trying to follow the instructions in this bug report: http://bugzilla.gnome.org/show_bug.cgi?id=56731223:41
ubottuGnome bug 567312 in gtk "leave_notify_event triggered inappropriately when compositing enabled" [Normal,Unconfirmed]23:41
hggdhdbgsym are created by us; dbg are usually created by the build process; apport uses dbgsym23:41
RAOFkostmo: The difference is naming only.23:41
hggdheither will do the trick if you are gdb-ing23:41
RAOF(Mostly)23:41
kostmois there a way to set a shell variable to make GTK spit out debug messages?23:42
kostmo(without using gdb)23:42
* hggdh does not know how23:44
kostmoAre "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:47
hggdhkostmo, yes, debugging symbols and printf messages have nothing to do with each other (although both help on debugging)23:48
hggdhyou only need to recompile (probably) if you want a compile-time option to kick in23:48
hggdhfor debugging sysmbols you need the .dbg or .dbgsym packages23:49
kostmoOK, I believe the poster in the report is referring to a compile-time option that probably spits out printf's23:49
hggdhkostmo, what bug #?23:49
kostmohttp://bugzilla.gnome.org/show_bug.cgi?id=56731223:49
ubottuGnome bug 567312 in gtk "leave_notify_event triggered inappropriately when compositing enabled" [Normal,Unconfirmed]23:49
hggdhugh23:50
hggdhdid you try to run with 'env GDK_DEBUG=events whatchamacallit' ?23:51
kostmoyeah, didn't work23:51
hggdhheh23:51
hggdhthis will probably be painful23:52
kostmoactually, I typed the line before I executed the program23:52
kostmoI didn't use "env"23:52
hggdhhow?23:52
kostmofirst I typed "GDK_DEBUG=events"23:52
hggdhnope23:52
hggdhwill do get it done23:52
hggdhyou can either export the environment variable (which might trigger debugging on all GTK applications running) or do it in one single line as I showed23:53
kostmook, this is what I just tried: "env GDK_DEBUG=events ./leave_notify_testcase"23:53
hggdhyes23:54
kostmowhere "leave_notify_testcase" is the name of my program23:54
hggdhdid it work out OK?23:54
kostmook, didn't seem to do anything23:54
hggdhsigh... then I am back to 'this will probably be painful'23:54
hggdhI never built GTK, so I am unsure on what to do, but23:55
hggdhyou will probably need to build it/them yourself with the debugging support the poster is asking23:55
kostmoI'm thinking I will do "apt-get source libgtk2.0-0"23:55
kostmothen do the custom build23:56
hggdhyou should start with a 'apt-get build-dep libgtk2.0-0'23:56
hggdhto get all dependencies in place23:57
kostmook good idea23:57
hggdhthen 'apt-get source libgtk2.0-0'23:57
hggdhand find out how to set debugging in the build process23:57
hggdh(it is probably a #define somewhere23:58
hggdh)23:58
kostmoi think the ./configure command sometimes displays a list of options23:59
hggdh./configure --help23:59
kostmothats it23:59

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