View topic - 87.0 mt version - crash in BA 7.64



All times are UTC + 1 hour


Post new topic Reply to topic  [ 25 posts ]  Go to page Previous  1, 2
Author Message
PostPosted: 18 Mar 2012, 00:33 

Joined: 30 Jul 2010, 19:40
Ok now I understand and answer to my first question how much these debug symbols will slowdown everything is it wont slowdown. I tried to attach gdb to spring, but since it was running normaly there was nothing interesting to see, will try to do so when it will really crash.


Top
 Offline Profile  
 
PostPosted: 18 Mar 2012, 09:39 
Spring Developer
User avatar

Joined: 22 Sep 2007, 08:51
when you do a RELEASE build with spring, the binary is ~10MB.
if you do a DEBUG2 build, the binary is ~100MB, because of the additional debug symbols inside.
using a command line tool, you can separate these ~100MB into a 10MB binary and 90MB debug symbols file. you cna then run the 10MB binary normally, and it should be just as fast as the normal RELEASE build, but you can then make use of the other 90MB just when you need them (eg in case of a crash), because the addresses and references of the two files match.


Top
 Offline Profile  
 
PostPosted: 18 Mar 2012, 10:41 

Joined: 30 Jul 2010, 19:40
That means spring on linux by defaults compiles to debug build since mine spring weights 190MB


Top
 Offline Profile  
 
PostPosted: 18 Mar 2012, 15:07 

Joined: 20 Oct 2009, 12:04
Zerver, I compiled under ubuntu and it works fine! Thank you!


Top
 Offline Profile  
 
PostPosted: 19 Mar 2012, 17:40 
Spring Developer
User avatar

Joined: 22 Sep 2007, 08:51
wolas, it compiles RELESEWITHDEBUGSYMBOLS or something like that, by default. that means.. it will be huge, nad have the debug symbols, but it should not be slow.


Top
 Offline Profile  
 
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 25 posts ]  Go to page Previous  1, 2

All times are UTC + 1 hour


Who is online

Users browsing this forum: No registered users and 1 guest


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
Jump to:  
Powered by phpBB® Forum Software © phpBB Group

Site layout created by Roflcopter et al.