/srv/irclogs.ubuntu.com/2013/02/12/#ubuntu-bugs.txt

=== yofel_ is now known as yofel
=== pedro__ is now known as pedro_
=== jdstrand_ is now known as jdstrand
=== plars_ is now known as plars
=== Ursinha_ is now known as Ursinha
penguin42anyone understand lib[open]blas/atlas?   I've got a couple of bugs that are referring to crashes on newer AMD chips, it looks like they removed 3DNow instructions on some of them16:32
hggdhpenguin42: I am trying to find out what to do with steam bugs17:11
penguin42thanks17:13
penguin42I expected some cracks from chemists; steam and tar....17:14
ecolitanhello, I'm trying to learn to triage, does someone have time to help with a specific bug i'm looking at first?18:40
penguin42sure - which bug18:40
ecolitan41442218:40
ecolitanbecause it looked easy :)18:40
penguin42now if you say   bug 41442218:41
ubot2Launchpad bug 414422 in sudo (Ubuntu) "sudo: unable to execute /bin/mv: Argument list too long" [Undecided,New] https://launchpad.net/bugs/41442218:41
penguin42the bot does good things!18:41
ecolitanbug 41442218:41
ecolitanbot doesnt answer for me18:41
penguin42huh, bad bot18:42
ecolitanso according to the flowchart, first thing is to decide if it's really a bug18:42
penguin42yeh, and I'm not sure it is18:42
ecolitanme neither18:42
ecolitani cant reproduce in bash or sh18:42
ecolitanand suspect the cause was something with shell escapes18:43
penguin42well it is also 4 years old; I think there used to be fixed limits on argument length - I thought Linux was always quite generous/dynamic on them though18:43
penguin42ecolitan: Just because you can't repeat it doesn't mean that it doesn't happen for the originator18:43
ecolitanok18:44
ecolitanso with a 4 year old bug thats probably very environment specific, is it worth asking follow up questions?18:45
penguin42ecolitan: Ah, try this   sudo -s /bin/echo `seq -f "/a long tomb of data goes here %g" 1 10000`18:45
ecolitanahhhh18:46
penguin42doesn't happen without the sudo18:46
penguin42which I'll admit to being surprised by18:47
penguin42but is it a bug or just a limit, most Unix's have much stricter limits on arg limits18:49
ecolitan3572 was the limit of args18:49
ecolitanhmmm18:50
penguin423573 here :-)18:50
ecolitanif I make the string smaller, i can have more args18:50
penguin42yeh I think it's a total length thing18:51
penguin42I can get it to fail without the sudo if I turn the length up to be fair18:51
penguin42ecolitan: I'd say not-a-bug18:51
ecolitaneven if the behaviour is not in sudo documentation?18:51
penguin42this fails without the sudo - so the arg list does have limits /bin/echo `seq -f "/a long tomb of data goes here %g" 1 90000`18:51
penguin42it's just normal shell/process arg limits I think18:52
ecolitanok so according to the chart, neither a bug nor a support question, mark as invalid18:53
penguin42I think so; you could point to use of xargs or find to do the job without running into the length limit18:54
ecolitanso no importance is set for invalidated bugs18:57
penguin42correct18:57
penguin42bbl - food calls19:00
ecolitanthank you19:00
ecolitanhopefully will participate thursday19:00
=== e11bits_ is now known as e11bits
hggdh_penguin42: Steam bugs should be reported on Steam's BTS -- see https://wiki.ubuntu.com/Valve#Problems.3F20:15
penguin42hmm - I don't actually run steam myself and don't know much about it, other than those two bugs - I could create an account and report it on there but wouldn't be able to answer much in the way of questions20:17
penguin42hggdh_: So I'm thinking I delete the core files from those two bugs and then mark them public, dupe them and then report to valve?20:18
penguin42ah looks like it was fixed a few days ago20:21
penguin42right, done20:25
penguin42hggdh_: Thanks20:26
hggdh_penguin42: yea, I would say remove the coredump, open it up, and close invalid with a reference to Valve's BTS20:28
penguin42already done :-)20:28
hggdh_penguin42: I also had this response: the crashes were from their bundled libraries not ubuntu ones so launchpad doesn't make sense, for that bug you want to launch steam with STEAM_RUNTIME=0 steam then go to file->update and it should be working after the update20:29
hggdh_(the first part we already knew, the second is interesting (given that I never ran steam before)20:30
penguin42yeh makes sense; an interesting question I guess is whether something like tar should run with other libc as long as it was a sanely built one20:30
hggdh_penguin42: frankly, common (like "core") utilities should use the system. Otherwise we end up with another distro over the distro20:32
penguin42hggdh_: Yeh, I think it should be possible for something in the bug system to flag when another libc is in procmaps20:32
hggdh_we would have to hack apport for that. I wonder if it is worth the trouble20:34
penguin42yeh it's probably rare20:35
=== hggdh_ is now known as hggdh

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