No, existing working installs linked against gcc4.8 are linking their libgomp from the ports installed gcc48:
libgomp.so.1 => /usr/local/lib/gcc48/libgomp.so.1 (0x801e91000)
I replaced my /usr/local/lib/gcc48/libgomp.so.1 with a symlink to /usr/lib/libgomp.so.1 just for kicks and giggles and ...
Search found 4 matches
- 2015-09-16T06:22:53-07:00
- Forum: Bugs
- Topic: 6.9.2.0 + FreeBSD 10.2 + OpenMP Issues
- Replies: 5
- Views: 3993
- 2015-09-15T21:01:17-07:00
- Forum: Bugs
- Topic: 6.9.2.0 + FreeBSD 10.2 + OpenMP Issues
- Replies: 5
- Views: 3993
Re: 6.9.2.0 + FreeBSD 10.2 + OpenMP Issues
Here's an output from truss:
# truss convert
mmap(0x0,32768,PROT_READ|PROT_WRITE,MAP_PRIVATE|MAP_ANON,-1,0x0) = 2153897984 (0x8061e000)
issetugid(0x8081eb20,0x7fffffffefc9,0x40,0x0,0xffff80008081fb57,0x0) = 0 (0x0)
__sysctl(0x7fffffffe0d0,0x2,0x8081f048,0x7fffffffe0c8,0x0,0x0) = 0 (0x0)
__sysctl ...
# truss convert
mmap(0x0,32768,PROT_READ|PROT_WRITE,MAP_PRIVATE|MAP_ANON,-1,0x0) = 2153897984 (0x8061e000)
issetugid(0x8081eb20,0x7fffffffefc9,0x40,0x0,0xffff80008081fb57,0x0) = 0 (0x0)
__sysctl(0x7fffffffe0d0,0x2,0x8081f048,0x7fffffffe0c8,0x0,0x0) = 0 (0x0)
__sysctl ...
- 2015-09-15T20:31:38-07:00
- Forum: Bugs
- Topic: 6.9.2.0 + FreeBSD 10.2 + OpenMP Issues
- Replies: 5
- Views: 3993
Re: 6.9.2.0 + FreeBSD 10.2 + OpenMP Issues
Yeah, OpenMP was working fine on FreeBSD 10.1 and has for years. I'll try to compile with clang.
Here's the backtrace output:
(gdb) run -version
Starting program: /usr/local/bin/convert -version
(no debugging symbols found)...(no debugging symbols found)...(no debugging symbols found)...(no ...
Here's the backtrace output:
(gdb) run -version
Starting program: /usr/local/bin/convert -version
(no debugging symbols found)...(no debugging symbols found)...(no debugging symbols found)...(no ...
- 2015-09-15T13:42:29-07:00
- Forum: Bugs
- Topic: 6.9.2.0 + FreeBSD 10.2 + OpenMP Issues
- Replies: 5
- Views: 3993
6.9.2.0 + FreeBSD 10.2 + OpenMP Issues
Upgraded one of my servers to FreeBSD 10.2-RELEASE-p2 from a 10.1-RELEASE and compiling ImageMagick 6.9.2.0 from ports from 6.9.0 with OpenMP. Everything installs without errors, yet when I try and run "convert -version", the process hangs and eats up 100% CPU never terminating. It appears when I ...