| 
 | 
 | 
 
Home » U++ TheIDE » U++ TheIDE: Other Features Wishlist and/or Bugs » BUG: debugger fails to start 
	
		
		
			| BUG: debugger fails to start [message #46762] | 
			Sat, 30 July 2016 08:57   | 
		 
		
			
				
				
				
					
						  
						slashupp
						 Messages: 231 Registered: July 2009 
						
					 | 
					Experienced Member  | 
					 | 
		 
		 
	 | 
 
	
		linux 
upp svn: 10082 
 
 
my app compiles & runs but the debugger just flashes the outlines/borders of its debugging windows and then dies 
 
any idea where I can look for the problem? 
could not find any log-file - is there some settings I need to change? 
 
(tried with gdb as external debugger but gdb dies with seg-fault when trying to read symbols form my app)
		
		
		[Updated on: Sat, 30 July 2016 09:04] Report message to a moderator  
 |  
	| 
		
	 | 
 
 
 |  
	| 
		
 |  
	| 
		
 |  
	| 
		
 |  
	| 
		
 |  
	| 
		
 |  
	
		
		
			| Re: BUG: debugger fails to start [message #46929 is a reply to message #46780] | 
			Wed, 21 September 2016 07:55   | 
		 
		
			
				
				
				
					
						  
						coolman
						 Messages: 119 Registered: April 2006  Location: Czech Republic
						
					 | 
					Experienced Member  | 
					 | 
		 
		 
	 | 
 
	
		Hi, 
 
I solved gdb demangling issue on Ubuntu 14.04 by downloading latest 7.11.1 gdb source code and rebuilding the gdb. 
 
BR, Radek 
 
#!/bin/bash
sudo apt-get install texinfo
# build gdb source code
cur_dir=`pwd`
mkdir -p /var/tmp/gdb-build
cd /var/tmp/gdb-build
wget -nc http://ftp.gnu.org/gnu/gdb/gdb-7.11.1.tar.gz
tar xf gdb-7.11.1.tar.gz
cd gdb-7.11.1
./configure
make
sudo make install
cd $cur_dir
  
		
		
		
 |  
	| 
		
	 | 
 
 
 |   
Goto Forum:
 
 Current Time: Tue Nov 04 02:56:23 CET 2025 
 Total time taken to generate the page: 0.05099 seconds 
 |   
 |  
  |