Project Home
Project Home
Trackers
Trackers
Documents
Documents
Wiki
Wiki
Discussion Forums
Discussions
Project Information
Project Info
Forum Topic - Remote debugg lauch problem: (3 Items)
   
Remote debugg lauch problem  
I configured the qconn target well. but when i started to lauch, the target gave me the following error:
    tcpip: blown stack handling 0x101. See "stacksize" option. 

I have no ideas where to fix. thx

Eric
Re: Remote debugg lauch problem  
Looks like tcpip problem? Anything specific on how to start network on 
target?

Eric Dong wrote:
> I configured the qconn target well. but when i started to lauch, the target gave me the following error:
>     tcpip: blown stack handling 0x101. See "stacksize" option. 
>
> I have no ideas where to fix. thx
>
> Eric
>
> _______________________________________________
> General
> http://community.qnx.com/sf/go/post9549
>
>   
Re: Remote debugg lauch problem  
i started a wired and a wireless network cards:

	io-net -d ns83815 -p tcpip -p qnet bind=en0
	waitfor /dev/io-net/en0 
	waitfor /dev/socket
	ifconfig en0 *.*.*.* netmask 255.255.0.0
	
	display_msg "configuring adhoc network mode"
	mount -o channel=11,network=mywork,mode=adhoc -T io-net devn-orinoco.so	
	waitfor /dev/io-net/en1
	ifconfig en1 192.168.1.1 netmask 255.255.255.0

i previously only used the first wired network for remote debugging, no problem. then due to the second network set up?

thx
Eric