Project Home
Project Home
Trackers
Trackers
Documents
Documents
Wiki
Wiki
Discussion Forums
Discussions
Project Information
Project Info
Forum Topic - We had met unable difficulty problem: (2 Items)
   
We had met unable difficulty problem  

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)

Re: We had met unable difficulty problem  
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
>