Updating golang to 1.4.2 version also can fix problem with inconsistent
versions of gdb and runtime-go.py
https://bugs.launchpad.net/ubuntu/+source/golang/+bug/1435157
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launch
Public bug reported:
In Ubuntu 14.10 trying to debug using gdb some program writed on Go is
failed. Because of gdb linked with libpython3.4m.so.1.0 =>
/usr/lib/x86_64-linux-gnu/libpython3.4m.so.1.0 but runtime-gdb.py writed
on python2
$ gdb go.prog
GNU gdb (Ubuntu 7.8-1ubuntu4) 7.8.0.20141001-cvs
Hello David.
I can`t contact with upstream writers because project is deserted. Last stable
release come out at 2004.
Okay, I will contact with Mark Brown.
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bu
Public bug reported:
In very rare cases during compiling of some c-sources tendracc is fail
with inner error.
For example, compiling of tendra_nil.c on 10.04.4 and 12.04.1:
int f(int a, int b) {
return (b & ~a) | ~b;
}
int main() {
f(0, 0);
return 0;
}
$ tendracc tendra