Overview
Examples
Screenshots
Comparisons
Applications
Download
Documentation
Tutorials
Bazaar
Status & Roadmap
FAQ
Authors & License
Forums
Funding Ultimate++
Search on this site
Search in forums












SourceForge.net Logo
Home » U++ TheIDE » U++ TheIDE: Other Features Wishlist and/or Bugs » Regulary Crash on MSC12x64 (Hughe Myapp.cfg file and crash after changing settings)
icon4.gif  Regulary Crash on MSC12x64 [message #45162] Mon, 21 September 2015 14:11 Go to next message
Sakumi is currently offline  Sakumi
Messages: 4
Registered: September 2015
Junior Member
Hi,

I just started with your IDE and worked on 1-Liner sample code and checked different compilers resp. runtimes
(CYGWIN32/64:MSYS2-MINGW32/64: MSC11-14(32/64bit). When I switched to the MSC12x64bit and shared dlls the crash nightmare started.
32/64bit on GCC is working fine and also for the MSCxx 32 bit.
Unfortuntaely I am not able to switch it again without a crash. I need a reinstall probably. Beside that I have a
Sample@MyApps.cfg file of 2.8 GB all loaded into RAM after start.

I am working with the latest release here (8227 64bit) and run a Win7-64bit machine with 32GB RAM.
Crashdumps attached with my compiler configuritation. Would be nice when someone might help here so that I can go on with my evaluation.

Would be great if someone might give me some feedback on my compiler and Linker option settings.

Cheers
Stephan
Re: Regulary Crash on MSC12x64 [message #45166 is a reply to message #45162] Mon, 21 September 2015 16:17 Go to previous messageGo to next message
mirek is currently offline  mirek
Messages: 13975
Registered: November 2005
Ultimate Member
Hi,

"shared dlls": do you mean "Used shared lib" option in build mode?

Other than that, 2.7G for .cfg file is a lot - it likely is the issue. Delete it Smile You can safely delete the whole cfg folder content, these are cache files and some per project configs, but nothing that could not be restored easily.

Other than that, it looks like you have hit on some issue with 'old' C++ parsing machinery (for 'intellisense' and code navigation). Currently, we are month or two before releasing new version which has this part completely refactored, so it would be now pointless to fix older release.

Right now, I would recommend trying nightly build instead (http://www.ultimatepp.org/www$uppweb$nightly$en-us.html). Except occasional hiccup, it usually tends to be better choice, especially at this 'prerelease' times.

Also, it is definitely worth going for VS2015. It is the first Microsoft compiler that is compliant enough to activate C++11 features in U++. Right now, automated setup is not finished yet, but you can easily do it by putting .bm files to theide.exe folder ( http://www.ultimatepp.org/forums/index.php?t=msg&th=9377 &start=0&).

Mirek
Re: Regulary Crash on MSC12x64 [message #45169 is a reply to message #45166] Mon, 21 September 2015 18:41 Go to previous messageGo to next message
Sakumi is currently offline  Sakumi
Messages: 4
Registered: September 2015
Junior Member
Hello,

many thanks for your feedback. The switch to the shared dll stuff was playing arround with the ui. Anyway I have deleted the hughe cfg file and after restart made my settings:
1. Switched back to static libs
2. Changed exe directory to reference the required: mspft120.dll
3. Made MSC11 -> SDK7.1A
4. Made MSC12 -> SDK8.1
5. Made MSC14 -> SDK10 / 8.1
6. clang-3.7 32/64bit in work

So, everything works now. Anyway, maybe worth to trace that weired behavior...

Thanks
Re: Regulary Crash on MSC12x64 [message #45173 is a reply to message #45169] Tue, 22 September 2015 22:43 Go to previous messageGo to next message
mirek is currently offline  mirek
Messages: 13975
Registered: November 2005
Ultimate Member
Sakumi wrote on Mon, 21 September 2015 18:41
Hello,
6. clang-3.7 32/64bit in work


Hm, this one is interesting. In what mode are you using clang on windows?

Mirek
Re: Regulary Crash on MSC12x64 [message #45181 is a reply to message #45173] Wed, 23 September 2015 17:19 Go to previous messageGo to next message
Sakumi is currently offline  Sakumi
Messages: 4
Registered: September 2015
Junior Member
MINGW32 / MINGW64
clang version 3.7.0
Targets:
1. i686-w64-windows-gnu
2. x86_64-w64-windows-gnu

works all like a smooth so far
Re: Regulary Crash on MSC12x64 [message #45182 is a reply to message #45181] Wed, 23 September 2015 20:40 Go to previous messageGo to next message
mirek is currently offline  mirek
Messages: 13975
Registered: November 2005
Ultimate Member
I was considering to try it, but never had time to compile it myself.

Can this be downloaded somewhere?

Mirek
Re: Regulary Crash on MSC12x64 [message #45183 is a reply to message #45182] Wed, 23 September 2015 21:47 Go to previous message
Sakumi is currently offline  Sakumi
Messages: 4
Registered: September 2015
Junior Member
http://sourceforge.net/p/msys2/wiki/Home/

I use the MSYS2 distros (successor of msys), they combine mingw and msys and overcome IMO the annoying things from the past.
Beside they are more state of the art than cygwin when considering component version, i.e. i work already with the latest GCC Release 5.2.x which is not yet avaialble in cygwin beside my own gcc build which I build with cygwin for the GCC 5.2.x sources.

So i tried GCC cygwin 32/64 (GCC 5.2 my own build), mingw32/64 (GCC 5.2.x), msc11-14 and CLang32/64 (3.7) and all worked so far with U++ for me.
Anyway I did no intensive testing...so only a trend

The hughe component distros cann be found here:

Msys2
https://github.com/Alexpux/MSYS2-packages

Mingw 32/64
https://github.com/Alexpux/MINGW-packages
#########################################################
Here is also the MS effort for clang comp. frontend:
https://github.com/Microsoft/clang
https://github.com/Microsoft/llvm
#########################################################

#############
Beside that I am planning to try U++ with cross-compiler toolchains (Android NDK and regular Linux). Any experience or guides here available?
#############

[Updated on: Wed, 23 September 2015 22:05]

Report message to a moderator

Previous Topic: Select word wise for CodeEditor/IDE
Next Topic: [BUG] 'Format code in editor' corrupts non-ASCII symbols
Goto Forum:
  


Current Time: Thu Mar 28 21:22:55 CET 2024

Total time taken to generate the page: 0.01470 seconds