|
[Sponsors] |
the problem of compiling source guide in ubuntu 10.10 |
|
LinkBack | Thread Tools | Search this Thread | Display Modes |
July 23, 2011, 23:52 |
the problem of compiling source guide in ubuntu 10.10
|
#1 |
Member
bojiezhang
Join Date: Jan 2010
Posts: 64
Rep Power: 16 |
hello every member :
I have a probelm when compiling source guide using ubuntu 10.10.I have already installed doxygen,graphviz, texlive-latex-base and qt4-dev-tools, but it show errors as follow: *** buffer overflow detected ***: doxygen terminated ======= Backtrace: ========= /lib/libc.so.6(__fortify_fail+0x50)[0xb756c970] /lib/libc.so.6(+0xe486a)[0xb756b86a] /lib/libc.so.6(+0xe3fa8)[0xb756afa8] /lib/libc.so.6(_IO_default_xsputn+0x9e)[0xb74f1a2e] /lib/libc.so.6(_IO_vfprintf+0x115)[0xb74c4325] /lib/libc.so.6(__vsprintf_chk+0xad)[0xb756b05d] doxygen[0x819e5f2] doxygen[0x819ea83] doxygen[0x804dd03] doxygen[0x806c0b9] doxygen[0x806e8ce] doxygen[0x806ea38] doxygen[0x806ea6c] doxygen[0x806ea6c] doxygen[0x806ea6c] doxygen[0xec] doxygen[0x804a20f] /lib/libc.so.6(__libc_start_main+0xe7)[0xb749dce7] doxygen[0x804a141] ======= Memory map: ======== 0-084b9000 r-xp 08:05 /usr/bin/doxygen 084b9000-084ba000 r--p 08:05 /usr/bin/doxygen 084ba000-084c6000 rw-p 08:05 /usr/bin/doxygen 084c6000-0 rw-p 00:00 0 0a-135d5000 rw-p 00:00 0 [heap] b6a-b6a rw-p 00:00 0 b6a-b6cc9000 rw-p 00:00 0 b6e0b000-b6f4d000 rw-p 00:00 0 b6f8d000-b rw-p 00:00 0 b-b r--p 08:05 /usr/lib/locale/locale-archive b-b rw-p 00:00 0 b-b75de000 r-xp 08:05 /lib/libc-2.12.1.so b75de000-b75e0000 r--p 08:05 /lib/libc-2.12.1.so b75e0000-b75e1000 rw-p 08:05 /lib/libc-2.12.1.so b75e1000-b75e4000 rw-p 00:00 0 b75e4000-b75fe000 r-xp 08:05 /lib/libgcc_s.so.1 b75fe000-b75ff000 r--p 08:05 /lib/libgcc_s.so.1 b75ff000-b rw-p 0001a000 08:05 /lib/libgcc_s.so.1 b-b r-xp 08:05 /lib/libm-2.12.1.so b-b r--p 08:05 /lib/libm-2.12.1.so b-b rw-p 08:05 /lib/libm-2.12.1.so b-b r-xp 08:05 /usr/lib/libstdc++.so.6.0.14 b-b r--p 000de000 08:05 /usr/lib/libstdc++.so.6.0.14 b-b770a000 rw-p 000e2000 08:05 /usr/lib/libstdc++.so.6.0.14 b770a000-b rw-p 00:00 0 b-b r-xp 08:05 /lib/libpthread-2.12.1.so b-b ---p 08:05 /lib/libpthread-2.12.1.so b-b r--p 08:05 /lib/libpthread-2.12.1.so b-b rw-p 08:05 /lib/libpthread-2.12.1.so b-b772c000 rw-p 00:00 0 b773e000-b rw-p 00:00 0 b-b r-xp 00:00 0 [vdso] b-b775d000 r-xp 08:05 /lib/ld-2.12.1.so b775d000-b775e000 r--p 0001b000 08:05 /lib/ld-2.12.1.so b775e000-b775f000 rw-p 0001c000 08:05 /lib/ld-2.12.1.so bf8e0000-bf rw-p 00:00 0 [stack] Aborted + chmod -R a+rX html latex man + echo + echo Done doxygen Done doxygen + echo I can not solve it ,please help me ! Thank you in advance ! |
|
July 24, 2011, 07:36 |
|
#2 |
Retired Super Moderator
Bruno Santos
Join Date: Mar 2009
Location: Lisbon, Portugal
Posts: 10,982
Blog Entries: 45
Rep Power: 128 |
Greetings bojiezhang,
That is one strange crash that doxygen made. OK, here's a few more things we'll need to know to try and help you:
Bruno
__________________
|
|
July 24, 2011, 12:03 |
|
#3 |
Member
bojiezhang
Join Date: Jan 2010
Posts: 64
Rep Power: 16 |
Thank you for you reply, the next part is the detail information:
1.RAM :~$ free total used free shared buffers cached Mem: 4051456 753464 3297992 0 60552 314272 2.architecture of Ubuntu :~$ uname -m i686 3.I install OpenFOAM 2.0.0, and use the OpenFOAM-2.0.0.gtgz and the ThirdParty-2.0.0.gtgz to install. 4.I build the code documentation as user(not root) and I also source the etc/bashrc file. Thank you very much! |
|
July 24, 2011, 18:02 |
|
#4 |
Retired Super Moderator
Bruno Santos
Join Date: Mar 2009
Location: Lisbon, Portugal
Posts: 10,982
Blog Entries: 45
Rep Power: 128 |
Hi bojiezhang,
This is one crazy bug... well, I got the same crash with an identical installation in a virtual machine (Ubuntu 10.10 i686 with 4GB of RAM). Here's how I managed to fix the problem:
If instead you prefer to step up to a more recent version of Doxygen, here's what you can do (keep in mind that this could break your installation ):
The steps I've written down should only involve the packages that Doxygen really needs, so It shouldn't damage the Ubuntu installation you've got. The last two steps are for clearing up the package list, so there won't be any more unwanted updates, or so I hope. Good luck! Bruno
__________________
|
|
July 25, 2011, 02:41 |
|
#5 |
Member
bojiezhang
Join Date: Jan 2010
Posts: 64
Rep Power: 16 |
||
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
[OpenFOAM.com] OpenFOAM 1.7.1 installation on LINUX UBUNTU 10.10 | electrosin | OpenFOAM Installation | 40 | May 31, 2016 06:11 |
paraview does not work on ubuntu 10.10 maverick | sebonator | OpenFOAM | 2 | December 18, 2010 11:33 |
Version 15 on Mac OS X | gschaider | OpenFOAM Installation | 113 | December 2, 2009 11:23 |
OpenFOAM on MinGW crosscompiler hosted on Linux | allenzhao | OpenFOAM Installation | 127 | January 30, 2009 20:08 |
DecomposePar links against liblamso0 with OpenMPI | jens_klostermann | OpenFOAM Bugs | 11 | June 28, 2007 18:51 |