Project Home
Project Home
Trackers
Trackers
Documents
Documents
Wiki
Wiki
Discussion Forums
Discussions
Project Information
Project Info
Forum Topic - Thank you for your support: (2 Items)
   
Thank you for your support  
Thank you for your support 

Result of uname as below. 

  

# uname -a 
QNX localhost 6.4.1 2009/05/20-17:35:31EDT x86pc x86 


----- Original Message -----


>What is the output from:
>
># uname -a
>
>
>Please paste output here.
>
>
>
>On Wed, 2010-09-01 at 04:29 -0400, Kengo Kinoshita wrote:
>> 
>> We had met unable difficulty problem.
>> 
>>  
>> 
>> At now, every process were stoping at __i686.get_pc_thunk.cx () from /usr/qnx641/target/qnx6/x86/lib/libc.so.3
>> 
>>  
>> 
>> And we could not continue debugging procedure.
>> 
>>  
>> 
>> Backtrace log is following.
>> 
>>  
>> 
>> 
>> 
>> (gdb) file TickStub
>> 
>> Reading symbols from /root/pac/Unit/Source/private/HWJitterTest/TickStub...done.
>> 
>> (gdb) b main
>> 
>> Breakpoint 1 at 0x8049ccd: file main.c, line 644.
>> 
>> (gdb) run
>> 
>> Starting program: /root/pac/Unit/Source/private/HWJitterTest/TickStub
>> 
>> [New pid 741415 tid 1]
>> 
>>  
>> 
>> Program received signal 0, Signal 0.
>> 
>> 0xb0319254 in __i686.get_pc_thunk.cx () from /usr/qnx641/target/qnx6/x86/lib/libc.so.3
>> 
>> (gdb) continue
>> 
>> Continuing.
>> 
>>  
>> 
>> Program received signal 0, Signal 0.
>> 
>> 0xb0319254 in __i686.get_pc_thunk.cx () from /usr/qnx641/target/qnx6/x86/lib/libc.so.3
>> 
>> (gdb) continue
>> 
>> Continuing.
>> 
>>  
>> 
>> Program received signal 0, Signal 0.
>> 
>> 0xb0319254 in __i686.get_pc_thunk.cx () from /usr/qnx641/target/qnx6/x86/lib/libc.so.3
>> 
>> (gdb) bt
>> 
>> #0  0xb0319254 in __i686.get_pc_thunk.cx ()
>> 
>>    from /usr/qnx641/target/qnx6/x86/lib/libc.so.3
>> 
>> #1  0xb033ff15 in _dl_debug_state () at /home/builder/hudson/641/svn/lib/c/ldd/ldd.c:1001
>> 
>> #2  0xb0342f7d in ldd (frame=0x8047bc8)
>> 
>>     at /home/builder/hudson/641/svn/lib/c/ldd/ldd.c:193
>> 
>> #3  0xb033f110 in _start_ () from /usr/qnx641/target/qnx6/x86/lib/libc.so.3
>> 
>> (gdb)
>> 
>> 
>> 
>> 
>> 
>> _______________________________________________
>> 
>> General
>> http://community.qnx.com/sf/go/post65384
>> 
>
>
>
>
>
>_______________________________________________
>
>General
>http://community.qnx.com/sf/go/post65412
>
>
RE: Thank you for your support  
Have you tried remote debugging?


-----Original Message-----
From: Kengo Kinoshita [mailto:community-noreply@qnx.com]
Sent: Wed 9/1/2010 6:59 PM
To: general-community
Subject: Thank you for your support
 
Thank you for your support 

Result of uname as below. 

  

# uname -a 
QNX localhost 6.4.1 2009/05/20-17:35:31EDT x86pc x86 


----- Original Message -----


>What is the output from:
>
># uname -a
>
>
>Please paste output here.
>
>
>
>On Wed, 2010-09-01 at 04:29 -0400, Kengo Kinoshita wrote:
>> 
>> We had met unable difficulty problem.
>> 
>>  
>> 
>> At now, every process were stoping at __i686.get_pc_thunk.cx () from /usr/qnx641/target/qnx6/x86/lib/libc.so.3
>> 
>>  
>> 
>> And we could not continue debugging procedure.
>> 
>>  
>> 
>> Backtrace log is following.
>> 
>>  
>> 
>> 
>> 
>> (gdb) file TickStub
>> 
>> Reading symbols from /root/pac/Unit/Source/private/HWJitterTest/TickStub...done.
>> 
>> (gdb) b main
>> 
>> Breakpoint 1 at 0x8049ccd: file main.c, line 644.
>> 
>> (gdb) run
>> 
>> Starting program: /root/pac/Unit/Source/private/HWJitterTest/TickStub
>> 
>> [New pid 741415 tid 1]
>> 
>>  
>> 
>> Program received signal 0, Signal 0.
>> 
>> 0xb0319254 in __i686.get_pc_thunk.cx () from /usr/qnx641/target/qnx6/x86/lib/libc.so.3
>> 
>> (gdb) continue
>> 
>> Continuing.
>> 
>>  
>> 
>> Program received signal 0, Signal 0.
>> 
>> 0xb0319254 in __i686.get_pc_thunk.cx () from /usr/qnx641/target/qnx6/x86/lib/libc.so.3
>> 
>> (gdb) continue
>> 
>> Continuing.
>> 
>>  
>> 
>> Program received signal 0, Signal 0.
>> 
>> 0xb0319254 in __i686.get_pc_thunk.cx () from /usr/qnx641/target/qnx6/x86/lib/libc.so.3
>> 
>> (gdb) bt
>> 
>> #0  0xb0319254 in __i686.get_pc_thunk.cx ()
>> 
>>    from /usr/qnx641/target/qnx6/x86/lib/libc.so.3
>> 
>> #1  0xb033ff15 in _dl_debug_state () at /home/builder/hudson/641/svn/lib/c/ldd/ldd.c:1001
>> 
>> #2  0xb0342f7d in ldd (frame=0x8047bc8)
>> 
>>     at /home/builder/hudson/641/svn/lib/c/ldd/ldd.c:193
>> 
>> #3  0xb033f110 in _start_ () from /usr/qnx641/target/qnx6/x86/lib/libc.so.3
>> 
>> (gdb)
>> 
>> 
>> 
>> 
>> 
>> _______________________________________________
>> 
>> General
>> http://community.qnx.com/sf/go/post65384
>> 
>
>
>
>
>
>_______________________________________________
>
>General
>http://community.qnx.com/sf/go/post65412
>
>



_______________________________________________

General
http://community.qnx.com/sf/go/post65579


Attachment: Text winmail.dat 3.37 KB