[Bug 1541014] [NEW] 'go vet' falls over on expressions like C.f(*p(**q))

2016-02-02 Thread John Lenton
Public bug reported: This file is enough to cause it: http://pastebin.ubuntu.com/14858123/ And this is the result: panic: runtime error: invalid memory address or nil pointer dereference [signal 0xb code=0x1 addr=0x28 pc=0x40b5a3] goroutine 1 [running]: main.cgoBaseType(0xc8200cc000,

[Bug 1501651] Re: ARM chroot issues: fatal error: rt_sigaction failure

2015-10-01 Thread John Lenton
It's a long-standing qemu bug. See https://groups.google.com/forum/#!topic/golang-nuts/MqKTX_XIOKE for example. ** Also affects: qemu (Ubuntu) Importance: Undecided Status: New -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to

[Bug 1496503] [NEW] can't go build with -race

2015-09-16 Thread John Lenton
Public bug reported: john@fogey:/tmp$ cat example.go package main func main() { println("hi") } john@fogey:/tmp$ go build -o example example.go john@fogey:/tmp$ go build -race -o example example.go # command-line-arguments runtime.raceinit: __tsan_init: not defined runtime.raceinit:

[Bug 1004373] Re: Please sync rabbitmq-server 2.8.2 from Debian

2012-05-31 Thread John Lenton
We're using 2.8 from debian in a ppa (by using backportpackage) in both lucid and precise, and it passes all our tests. A sync seems to be what we want. -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to rabbitmq-server in Ubuntu.

[Bug 1004373] Re: Please sync rabbitmq-server 2.8.2 from Debian

2012-05-31 Thread John Lenton
2.8.2-2, to be precise. -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to rabbitmq-server in Ubuntu. https://bugs.launchpad.net/bugs/1004373 Title: Please sync rabbitmq-server 2.8.2 from Debian To manage notifications about this bug

Re: [Bug 408857] Re: ssh-agent hangs

2009-10-13 Thread John Lenton
On Mon, Oct 12, 2009 at 10:22:56PM -, Chuck Short wrote: Thank you for taking the time to report this bug and helping to make Ubuntu better. Please answer these questions: 1. Is this reproducible? Not AFAICT, no. Sorry :( It hasn't happened to me in a while, but I know other people were

[Bug 408857]

2009-08-04 Thread John Lenton
That sounds terribly lame, as bug reports go. How can I un-lame it? -- ssh-agent hangs https://bugs.launchpad.net/bugs/408857 You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to openssh in ubuntu. -- Ubuntu-server-bugs mailing list

[Bug 408857] apport-collect data

2009-08-04 Thread John Lenton
Architecture: i386 DistroRelease: Ubuntu 9.10 NonfreeKernelModules: nvidia Package: openssh (not installed) ProcEnviron: SHELL=/bin/bash PATH=(custom, user) LANG=en_GB.UTF-8 LANGUAGE=en_GB.UTF-8 ProcVersionSignature: Ubuntu 2.6.31-5.24-generic Uname: Linux 2.6.31-5-generic i686 UserGroups: adm

[Bug 408857] [NEW] ssh-agent hangs

2009-08-04 Thread John Lenton
Public bug reported: The ssh-agent is taking a long time to show the dialog, so much so that ssh gives up. ** Affects: openssh (Ubuntu) Importance: Undecided Status: New ** Tags: apport-collected -- ssh-agent hangs https://bugs.launchpad.net/bugs/408857 You received this bug

[Bug 352154] [NEW] ssh-agent stops responding

2009-03-30 Thread John Lenton
Public bug reported: I (and everybody on my team) have a list of 36 bzr repositories we pull in as source deps of our project. As updating them all is very slow, mostly due to network latency, we update them in parallel, 10 at a time, using xargs. Something like $ xargs -n1 -P10