Re: [Mingw-w64-public] win-builds -- linux 64b 1.3-beta3

2013-12-20 Thread Jerry Foster
Thanks, 

I'll wait the next version.
could I  try  something else meanwhile ( rebuild it or use an older version ?)

Best regards, 

 Date: Thu, 19 Dec 2013 16:28:51 +0100
 From: adr...@notk.org
 To: mingw-w64-public@lists.sourceforge.net
 Subject: Re: [Mingw-w64-public] win-builds -- linux 64b 1.3-beta3
 
 Hi,
 
 On Wed, Dec 18, 2013, Jerry Foster wrote:
  Hi All, 
  I'm facing a problems with the win-build on linux 64B ( linux mint 15 ). 
  I've tried to follow the documentation from the 1.3-beta3 . And i receive 
  some errors than I can't sort out : 
  sudo ./win-builds/main.sh 1.3-beta3
  bash-4.2# /root/get-all-prebuilt-binaries.shInitializing yypkg in 
  /opt/native_toolchain.Setting up predicates for 
  native_toolchain.Downloading and installing packages for 
  native_toolchain.Unknown error with field `version'.Unknown error with 
  field `metadata'.Unknown error with field `pkglist'.Fatal error: exception 
  Pre_sexp.Of_sexp_error(_, _)bash-4.2# 
  sherpa -install 'all' is the command that produce the error.
  If anyone got some idea, i'll be happy to ear them !
  Sincerly, 
  Jerry 
 
 I've been able to reproduce the issue you face and I've also been able
 to recreate a tarball with the same issue. I don't understand well how
 that happens. Basically an outdated binary is being used and copied into
 the sytem tarball. I haven't found out yet why.
 
 This means 1.3 beta3 is broken on linux hosts. I can provide you with a
 workaround (i.e. replacement binaries for /sbin/yypkg and /sbin/sherpa)
 but I think it's better to wait for the next version which should be
 available very soon.
 
 Regards,
 Adrien Nader
 
 --
 Rapidly troubleshoot problems before they affect your business. Most IT 
 organizations don't have a clear picture of how application performance 
 affects their revenue. With AppDynamics, you get 100% visibility into your 
 Java,.NET,  PHP application. Start your 15-day FREE TRIAL of AppDynamics Pro!
 http://pubads.g.doubleclick.net/gampad/clk?id=84349831iu=/4140/ostg.clktrk
 ___
 Mingw-w64-public mailing list
 Mingw-w64-public@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/mingw-w64-public
  --
Rapidly troubleshoot problems before they affect your business. Most IT 
organizations don't have a clear picture of how application performance 
affects their revenue. With AppDynamics, you get 100% visibility into your 
Java,.NET,  PHP application. Start your 15-day FREE TRIAL of AppDynamics Pro!
http://pubads.g.doubleclick.net/gampad/clk?id=84349831iu=/4140/ostg.clktrk___
Mingw-w64-public mailing list
Mingw-w64-public@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mingw-w64-public


Re: [Mingw-w64-public] hang on exit

2013-12-20 Thread Victor Bombi
after programs hangs this is backtrace.
Could be an issue with condition_variable destruction?

(gdb) thread apply all bt

Thread 2 (Thread 2556.0xa84):
#0  0x772a884f in ntdll!DbgBreakPoint () from C:\Windows\system32\ntdll.dll
#1  0x772ecdc0 in ntdll!DbgUiRemoteBreakin () from 
C:\Windows\system32\ntdll.dll
#2  0x76843a0b in ?? ()
#3  0x in ?? ()

Thread 1 (Thread 2556.0xd00):
#0  0x772c5ca4 in ntdll!KiFastSystemCallRet () from 
C:\Windows\system32\ntdll.dll
#1  0x772c5460 in ntdll!ZwWaitForMultipleObjects () from 
C:\Windows\system32\ntdll.dll
#2  0x76f0a7f7 in WaitForMultipleObjectsEx () from 
C:\Windows\system32\kernel32.dll
#3  0x0002 in ?? ()
#4  0x0022fb7c in ?? ()
#5  0x76f0a910 in WaitForMultipleObjects () from 
C:\Windows\system32\kernel32.dll
#6  0x64942034 in pthread_cond_init () from 
C:\mingw32-4.8.2-posix-dwarf\bin\libwinpthread-1.dll
#7  0x6494234f in pthread_cond_init () from 
C:\mingw32-4.8.2-posix-dwarf\bin\libwinpthread-1.dll
#8  0x649423d8 in pthread_cond_destroy () from 
C:\mingw32-4.8.2-posix-dwarf\bin\libwinpthread-1.dll
#9  0x6fc9abab in libstdc++-6!_ZNSt18condition_variableD2Ev () from 
C:\mingw32-4.8.2-posix-dwarf\bin\libstdc++-6.dll
#10 0x64442cbf in locked_queueint::~locked_queue (this=0x6444c020 
gDiskI, __in_chrg=optimized out)
at C:/LUA/luamidi-master/lockedqueueDLL/lockedqueue.hpp:11
#11 0x64442ab7 in _fu5___ZSt4cout () at 
C:\LUA\luamidi-master\lockedqueueDLL\lockedqueuedll.cpp:12
#12 0x644417d9 in __tcf_1 () at 
C:\LUA\luamidi-master\lockedqueueDLL\lockedqueuedll.cpp:42
#13 0x644411cb in _CRT_INIT@12 () from 
C:\LUA\luamidi-master\buildlockeddebug\liblockedqueuedll.dll
#14 0x644413ed in __DllMainCRTStartup () from 
C:\LUA\luamidi-master\buildlockeddebug\liblockedqueuedll.dll
#15 0x64441493 in DllMainCRTStartup@12 () from 
C:\LUA\luamidi-master\buildlockeddebug\liblockedqueuedll.dll
#16 0x772cf840 in ntdll!EtwSendNotification () from 
C:\Windows\system32\ntdll.dll
#17 0x7729b27c in ntdll!RtlExitUserProcess () from 
C:\Windows\system32\ntdll.dll
#18 0x7729b1fe in ntdll!RtlExitUserProcess () from 
C:\Windows\system32\ntdll.dll
#19 0x76f04409 in KERNEL32!ExitProcess () from 
C:\Windows\system32\kernel32.dll
#20 0x in ?? () 


--
Rapidly troubleshoot problems before they affect your business. Most IT 
organizations don't have a clear picture of how application performance 
affects their revenue. With AppDynamics, you get 100% visibility into your 
Java,.NET,  PHP application. Start your 15-day FREE TRIAL of AppDynamics Pro!
http://pubads.g.doubleclick.net/gampad/clk?id=84349831iu=/4140/ostg.clktrk
___
Mingw-w64-public mailing list
Mingw-w64-public@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mingw-w64-public


Re: [Mingw-w64-public] win-builds -- linux 64b 1.3-beta3

2013-12-20 Thread Adrien Nader
Hi,

On Fri, Dec 20, 2013, Jerry Foster wrote:
 Thanks, 
 
 I'll wait the next version.
 could I  try  something else meanwhile ( rebuild it or use an older version ?)
 
 Best regards, 

I didn't notice the obvious: the /root/get-all-prebuilt-binaries.sh
script was pointing to the wrong version (beta1 instead of beta3).

This means you only have to run this command:
  sed -i 's/beta1/beta3/' /root/get-all-prebuilt-binaries.sh

Regards,
Adrien Nader

--
Rapidly troubleshoot problems before they affect your business. Most IT 
organizations don't have a clear picture of how application performance 
affects their revenue. With AppDynamics, you get 100% visibility into your 
Java,.NET,  PHP application. Start your 15-day FREE TRIAL of AppDynamics Pro!
http://pubads.g.doubleclick.net/gampad/clk?id=84349831iu=/4140/ostg.clktrk
___
Mingw-w64-public mailing list
Mingw-w64-public@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mingw-w64-public