Re: [Mingw-w64-public] OpenMP-related hangup with winpthreads

2013-05-03 Thread LRN
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 04.05.2013 06:39, xunxun wrote: > And I don't know where is your problem, can you try my built : > http://pcxprj.googlecode.com/files > /MinGW64CRT_gcc4.7.3release_sse2static_win32.7z > I'm gearing towards 4.8.0, and shared. 4.8.0 is not really a r

Re: [Mingw-w64-public] OpenMP-related hangup with winpthreads

2013-05-03 Thread xunxun
--with-arch=pentium4 --with-tune=core-avx-i I only use it for some popurse or perf. (Some lto needs -msse2, or will cause compiler ICE.) --enable-cxx-flags='-fno-function-sections -fno-data-sections' At present, MinGW target linker can't support --gc-sections, so -fno-function-sections -fno-data-s

Re: [Mingw-w64-public] OpenMP-related hangup with winpthreads

2013-05-02 Thread LRN
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 02.05.2013 22:08, Ruben Van Boxem wrote: > 2013/5/2 LRN > >> I'm looking at your gcc configure, and things that caught my attention are: >> --disable-sjlj-exceptions >> I'm enabling them instead. My gcc uses sjlj instead of dw >> > > Don't do thi

Re: [Mingw-w64-public] OpenMP-related hangup with winpthreads

2013-05-02 Thread Ruben Van Boxem
2013/5/2 LRN > On 01.05.2013 18:56, xunxun wrote: > > 于 2013/5/1 星期三 21:15, LRN 写道: > >> On 01.05.2013 10:32, xunxun wrote: > >>> On Wed, May 1, 2013 at 3:13 AM, LRN wrote: > On 30.04.2013 19:18, xunxun wrote: > > 于 2013/4/24 星期三 19:12, LRN 写道: > >> msgmerge.exe (from gettext, i gue

Re: [Mingw-w64-public] OpenMP-related hangup with winpthreads

2013-05-02 Thread LRN
On 01.05.2013 18:56, xunxun wrote: > 于 2013/5/1 星期三 21:15, LRN 写道: >> On 01.05.2013 10:32, xunxun wrote: >>> On Wed, May 1, 2013 at 3:13 AM, LRN wrote: On 30.04.2013 19:18, xunxun wrote: > 于 2013/4/24 星期三 19:12, LRN 写道: >> msgmerge.exe (from gettext, i guess) hangs up, consuming 100%

Re: [Mingw-w64-public] OpenMP-related hangup with winpthreads

2013-05-01 Thread xunxun
于 2013/5/1 星期三 21:15, LRN 写道: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > On 01.05.2013 10:32, xunxun wrote: >> On Wed, May 1, 2013 at 3:13 AM, LRN wrote: >>> On 30.04.2013 19:18, xunxun wrote: 于 2013/4/24 星期三 19:12, LRN 写道: > msgmerge.exe (from gettext, i guess) hangs up, consu

Re: [Mingw-w64-public] OpenMP-related hangup with winpthreads

2013-05-01 Thread LRN
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 01.05.2013 10:32, xunxun wrote: > On Wed, May 1, 2013 at 3:13 AM, LRN wrote: >> On 30.04.2013 19:18, xunxun wrote: >>> 于 2013/4/24 星期三 19:12, LRN 写道: msgmerge.exe (from gettext, i guess) hangs up, consuming 100% of a CPU core, this is the

Re: [Mingw-w64-public] OpenMP-related hangup with winpthreads

2013-04-30 Thread xunxun
And what's your gettext configure option? I don't know whether gettext has one option which can only use pthread lib but not use openmp. On Wed, May 1, 2013 at 3:13 AM, LRN wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > On 30.04.2013 19:18, xunxun wrote: > > 于 2013/4/24 星期三 19:12,

Re: [Mingw-w64-public] OpenMP-related hangup with winpthreads

2013-04-30 Thread LRN
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 30.04.2013 19:18, xunxun wrote: > 于 2013/4/24 星期三 19:12, LRN 写道: >> msgmerge.exe (from gettext, i guess) hangs up, consuming 100% of a CPU >> core, this is the backtrace: >> #0 0x74d53b64 in SleepEx () from C:\Windows\syswow64\KernelBase.dll >> #1

Re: [Mingw-w64-public] OpenMP-related hangup with winpthreads

2013-04-30 Thread xunxun
于 2013/4/30 星期二 23:18, xunxun 写道: > >> >> I'm using an svn-r5792 version of winpthreads + libgomp patches from >> ktietz. > Where is the libgomp patches? > And I remembered Kai recommended to change libgomp team.c team = gomp_malloc (size) to team = gomp_malloc_cleared (size) ago. -- Best Regard

Re: [Mingw-w64-public] OpenMP-related hangup with winpthreads

2013-04-30 Thread xunxun
于 2013/4/24 星期三 19:12, LRN 写道: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > msgmerge.exe (from gettext, i guess) hangs up, consuming 100% of a CPU > core, this is the backtrace: > #0 0x74d53b64 in SleepEx () from C:\Windows\syswow64\KernelBase.dll > #1 0x74d54498 in Sleep () from C:\Wind

[Mingw-w64-public] OpenMP-related hangup with winpthreads

2013-04-24 Thread LRN
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 msgmerge.exe (from gettext, i guess) hangs up, consuming 100% of a CPU core, this is the backtrace: #0 0x74d53b64 in SleepEx () from C:\Windows\syswow64\KernelBase.dll #1 0x74d54498 in Sleep () from C:\Windows\syswow64\KernelBase.dll #2 0x6494406b i