registry team mailing list archive
-
registry team
-
Mailing list archive
-
Message #03809
[Bug 539365] Re: g++ programs compiled with -finstrument-functions freezes Ubuntu
Unfortunately the machine hangs without warning.
Fortunately building and installing v3c and treedb from git is a snap.
To reproduce the circumstances of the crash I think running the checks
against v3c branch 1.3.12 is a good idea - it may not be a factor.
Here is the complete procedure.
# BEGIN
mkdir tmp
cd tmp
git clone git://v3c.git.sourceforge.net/gitroot/v3c/v3c
cd v3c
make git branch=1.3.12
sudo make -C build/git/branches/1.3.12 prefix=/usr install
cd ..
git clone git://treedb.git.sourceforge.net/gitroot/treedb/treedb
cd treedb
make git branch=0.2.0 debug check # This is where the crash occurs!
# END
If you've managed to reproduce the crash then after you hard-reboot your
machine you can uninstall v3c with
cd <the v3c directory>
sudo make -C build/git/branches/1.3.12 prefix=/usr uninstall
The entire procedure will take about 5 minutes (assuming you have a fast internet connection).
V3c has moved on since 1.3.12 so I can't recall, but you may have to manually remove the /usr/include/v3c directory after uninstalling v3c.
Philip
--
g++ programs compiled with -finstrument-functions freezes Ubuntu
https://bugs.launchpad.net/bugs/539365
You received this bug notification because you are a member of Registry
Administrators, which is the registrant for NULL Project.