/srv/irclogs.ubuntu.com/2011/09/30/#ubuntu-bugs.txt

kPb_inhello all07:20
=== yofel_ is now known as yofel
htorquehello everyone! i just went through a couple of my reported bugs and i'm not sure what to do with bugs that got fixed in the meantime but i don't know when/which release or commit. how should i close them? invalid? fix released?09:35
jibelhtorque, if you're sure they are fixed and you are the reporter mark them as fix released. Do you have an example ?09:45
htorquejibel: bug 786870 for example.09:47
ubot4Launchpad bug 786870 in unity-2d (Ubuntu) (and 3 other projects) "[dash] Opera as default web browser is not shown in home screen (affects: 7) (heat: 23)" [Undecided,Fix released] https://launchpad.net/bugs/78687009:47
htorqueor bug 82483009:47
ubot4Launchpad bug 824830 in unity (Ubuntu) (and 1 other project) "Dash tint color ignores solid background color (affects: 1) (heat: 19)" [Low,Confirmed] https://launchpad.net/bugs/82483009:47
=== ara is now known as Guest50889
jibelmvo, do you think something can be done at update-manager's level for bug 808202 ?13:35
ubot4Launchpad bug 808202 in apport (Ubuntu) "apport wrongly duplicates package installation failure reports. (affects: 14) (dups: 15) (heat: 132)" [High,Confirmed] https://launchpad.net/bugs/80820213:35
=== arand_ is now known as arand
=== Abhijit_ is now known as Abhijit
bil21alany body15:08
bil21al115:08
bil21alsee this bug or affected   by this bug 84616915:09
ubot4Launchpad bug 846169 in empathy (Ubuntu) "empty settings page for messaging and viop accounts (affects: 1) (heat: 18)" [Undecided,New] https://launchpad.net/bugs/84616915:09
brendandanyone else noticing that nm-applet isn't showing anything all of a sudden?16:00
brendandnmcli does, so maybe the bug is just in nm-applet itself16:01
jibelbrendand, confirmed16:01
jibelbrendand, not nothing, I can enable/disable networking and wireless and edit connections16:02
brendandjibel - well, anything that most people would find useful :)16:04
brendandjibel - is this the first report then? https://bugs.launchpad.net/ubuntu/+source/network-manager/+bug/86336316:05
ubot4Launchpad bug 863363 in network-manager (Ubuntu Oneiric) (and 1 other project) "Network Manager doesn't show network list (affects: 2) (heat: 10)" [Critical,Confirmed]16:05
brendandjibel - i guess so. thanks for taking care of it16:07
jibelbrendand, thanks for spotting it. a dev is on it, it is a dbusmenu bug.16:08
=== steemed_ is now known as steemed
=== Ursinha is now known as Ursinha-lunch
=== Ursinha-lunch is now known as Ursinha
=== jtaylor_ is now known as jtaylor
* komputes just posted http://askubuntu.com/questions/63796/how-do-i-view-coredump-file19:11
hggdhkomputes: what do you think of my answer?19:28
pedro_komputes, hggdh and you can 'view' it with gdb19:29
hggdhpedro_: yeah, I was just adding it -- forgot :-(19:29
* komputes is looking19:29
komputespedro_: gdb reports Coredump is not an executable format: file format not recognized19:32
hggdhkomputes: if the coredump is compressed, you have to uncompress it19:34
pedro_you need to uncompress it19:34
komputeshggdh: you uncompress it from the gz file then...19:34
hggdhkomputes: gzip -d comdump.gz19:35
komputesdone19:35
pedro_gdb --core=file19:35
komputesok, here we go19:35
* hggdh waits for the complaint of "I only see ???"19:35
komputesI only see 2 lines (woth 2.4MB for this)19:36
komputeshggdh: ;)19:36
hggdhkomputes: can you pastebin it?19:36
pedro_then the coredump is no use :-)19:37
komputeshggdh: http://pastebin.ubuntu.com/70003919:37
pedro_komputes, 'back'19:37
pedro_gdb is not going to show you anything automatically19:38
komputespedro_: interesting, go on19:38
* komputes listens attentively19:38
hggdhalso, consider a 't a a bt'19:38
komputeshggdh: and now in english :)19:38
hggdhthread apply all bt19:39
komputeshggdh: you want me to type this in the gdb command line?19:39
hggdhyes19:39
komputesoooOOOooo memory addresses19:39
hggdhnot really, stack *frames*19:40
hggdhgive it the correct name, and it will answer your calls19:40
* komputes wants to learn more19:42
komputesso can you grep/search the binary file from the gdb command line?19:43
hggdhwell. Reading stacktraces (or, in gdb parlance, backtraces) is quite simple. Following the code, and figuring out what happened is not as easy19:43
hggdhkomputes: I am not sure I understand your question19:43
hggdhno19:43
komputesShould we expand https://wiki.ubuntu.com/Bugs/HowToTriage/ to include some guideline on how to review the stacktrace?19:44
hggdhI *am* sure I do not understand19:44
hggdhthere is something there, I added a long time ago...19:44
* hggdh goes looking for it19:44
komputesThis would make for a GREAT bugsquad screencast!!!19:44
hggdhkomputes: start here: https://wiki.ubuntu.com/DebuggingProgramCrash19:45
komputesI ran help and saw nothing about 'threads' (the command you told me to use) there are classes such as aliases, breakpoints, data, files, internals... etc.19:45
hggdhgdb is a large beast...19:46
hggdhkomputes: http://www.gnu.org/software/gdb/documentation/19:47
jtaylorthe command is thread not threads19:48
komputesI'll start a readin'. But if there are any common gdb commands you use, please let me know. This Q&A session has been very helpful to me.19:48
hggdhjtaylor: thank you, my mistake19:48
komputesjtaylor: correct19:48
jtaylorprint next frame break backtrace are the most important19:48
jtayloryou can do a lot with these few19:48
hggdhyeah19:48
komputesthanks for helping me understand hggdh pedro and stgraber19:52
hggdhyou meant jtaylor, right? :-)19:52
hggdhkomputes: there is still a long and winding road ahead of you... but it will be fun19:53
jtaylorgdb is a nice application but lots to learn19:53
komputeshggdh: looking forward to getting more comfortable with the more complicated site of QA work19:54
jtaylora week ago I learned how to do remote debugging because my armel chroot did not support ptrace :)19:54
hggdhheh. Last time I did a remote gdb was so long ago I do not remember anything anymore19:54
hggdhkomputes: now, debugging programs is not quite in the QA arena, more on the programming/support19:55
roadmrkomputes: google "gdb tutorial", some nice stuff there to get you started19:57
roadmrI specially like the RMS tutorial heh19:57
hggdhkomputes: finally, see http://sourceware.org/gdb/current/onlinedocs/refcard.pdf.gz for a carry-with-you20:03
komputeshggdh: printing it now20:04
golfromeohello, I am testing day-to-day updates of 11.10. Since a couple of days, after a huge update (xorg?) I can no longer use the thinkpad (I guess tpb program) special keys to change the LCD screen brightness as well as the sound volume. I guess it has started since beta 2 (and later updates). The laptop is Lenovo Thinkpad edge produced in July 2011 Intel P6100 based. What do I do first ? download a nightly CD and reinstall over the c20:35
golfromeogood bye !21:00
bdmurrayIs Launchpad timing out for anyone?22:15
* penguin42 got one a little while ago - let me try23:03
penguin42worked just then23:04
=== yofel_ is now known as yofel

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