This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug gcov-profile/69004] Building t-engine on ARM fails during -fprofile-use stage


https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69004

--- Comment #33 from PeteVine <tulipawn at gmail dot com> ---
NVM, doing that manually:

Breakpoint 1, gcov_exit () at ../../../libgcc/libgcov-driver.c:877
877     {
(gdb) b lj_mem_realloc
Breakpoint 2 at 0x224a54
(gdb) c
Continuing.
[Switching to Thread 0xad1c9450 (LWP 8145)]

Breakpoint 2, 0x00224a54 in lj_mem_realloc ()
(gdb) bt
#0  0x00224a54 in lj_mem_realloc ()
#1  0x0021337c in resizetab ()
#2  0x00212644 in lj_tab_newkey ()
#3  0x001fd898 in lj_meta_tset ()
#4  0x00217544 in lj_vmeta_tsetv ()
#5  0x00198c04 in lua_pcall ()
#6  0x001112b8 in docall ()
#7  0x000ec3d0 in thread_profile ()
#8  0xb6f085da in ?? () from /home/odroid/SDL2_gl/libSDL2-2.0.so.0

(gdb) info threads
  Id   Target Id         Frame 
* 12   Thread 0xad1c9450 (LWP 8145) "profile" 0x00224a54 in lj_mem_realloc ()
  11   Thread 0xae0ff450 (LWP 8143) "particles" __libc_do_syscall ()
    at ../ports/sysdeps/unix/sysv/linux/arm/libc-do-syscall.S:43
  10   Thread 0xae8ff450 (LWP 8142) "particles" __libc_do_syscall ()
    at ../ports/sysdeps/unix/sysv/linux/arm/libc-do-syscall.S:43
  9    Thread 0xaf22c450 (LWP 8141) "particles" __libc_do_syscall ()
    at ../ports/sysdeps/unix/sysv/linux/arm/libc-do-syscall.S:43
  8    Thread 0xafa2c450 (LWP 8140) "save" __libc_do_syscall ()
    at ../ports/sysdeps/unix/sysv/linux/arm/libc-do-syscall.S:43
  7    Thread 0xb022c450 (LWP 8139) "t-engine" 0xb6c62e44 in ioctl () at
../sysdeps/unix/syscall-template.S:81
  6    Thread 0xb0a2c450 (LWP 8138) "t-engine" __libc_do_syscall ()
    at ../ports/sysdeps/unix/sysv/linux/arm/libc-do-syscall.S:43
  5    Thread 0xb12ff450 (LWP 8137) "SDLTimer" __libc_do_syscall ()
    at ../ports/sysdeps/unix/sysv/linux/arm/libc-do-syscall.S:43
  4    Thread 0xb1cff450 (LWP 8136) "t-engine" 0xb6cdfd90 in nanosleep ()
    at ../sysdeps/unix/syscall-template.S:81
  3    Thread 0xb6634450 (LWP 8135) "threaded-ml" 0xb68b1c00 in pa_queue_pop ()
   from /usr/lib/arm-linux-gnueabihf/pulseaudio/libpulsecommon-4.0.so
  1    Thread 0xb693a000 (LWP 8130) "t-engine" 0x00135738 in compute_summary
(list=0x3f9a14, 
    list@entry=0x3ff2f4, this_prg=this_prg@entry=0xbeffd648,
max_length=0x2e616572, max_length@entry=0xbeffd634)
    at ../../../libgcc/libgcov-driver.c:313

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]