You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 30, 2019. It is now read-only.
| Test: [38][40/79] Time 0.027 Data 0.000 top1 12.500 ( 14.805) top5 0.000 ( 0.586)
| Test: [38][41/79] Time 0.027 Data 0.000 top1 17.969 ( 14.882) top5 0.781 ( 0.591)
Thread 8 "luajit" received signal SIGBUS, Bus error.
[Switching to Thread 0x7fff7a822700 (LWP 15795)]
malloc_consolidate (av=av@entry=0x7fff54000020) at malloc.c:4169
4169 malloc.c: No such file or directory.
(gdb) bt
#0 malloc_consolidate (av=av@entry=0x7fff54000020) at malloc.c:4169
#1 0x00007ffff6f08cde in _int_malloc (av=av@entry=0x7fff54000020, bytes=bytes@entry=12400) at malloc.c:3450
#2 0x00007ffff6f09c0a in _int_memalign (av=av@entry=0x7fff54000020, alignment=alignment@entry=64, bytes=bytes@entry=12288) at malloc.c:4421
#3 0x00007ffff6f0e71d in _mid_memalign (address=<optimised out>, bytes=12288, alignment=64) at malloc.c:3120
#4 __posix_memalign (memptr=0x7fff7a821dd8, alignment=<optimised out>, size=12288) at malloc.c:5028
#5 0x00007ffff5e4922c in THAlloc () from /home/<user>/torch/install/lib/libTH.so.0
#6 0x00007ffff5e4ab98 in THFloatStorage_resize () from /home/<user>/torch/install/lib/libTH.so.0
#7 0x00007ffff67267e5 in torch_FloatTensor_resize () from /home/<user>/torch/install/lib/lua/5.1/libtorch.so
#8 0x000000000047797a in lj_BC_FUNCC ()
#9 0x00000000004659ad in lua_pcall ()
#10 0x00007fff7c0269a8 in THThread_main () from /home/<user>/torch/install/lib/libthreadsmain.so
#11 0x00007ffff746e6ba in start_thread (arg=0x7fff7a822700) at pthread_create.c:333
#12 0x00007ffff6f8e3dd in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:109
(gdb)
Or this:
| Epoch: [67][226/391] Time 0.100 Data 0.000 Err 0.2143 top1 9.375 top5 0.000
| Epoch: [67][227/391] Time 0.100 Data 0.000 Err 0.1919 top1 7.031 top5 0.000
Thread 1 "luajit" received signal SIGSEGV, Segmentation fault.
0x000000000040bf60 in lj_alloc_malloc ()
(gdb) bt
#0 0x000000000040bf60 in lj_alloc_malloc ()
#1 0x000000000042988a in lj_mem_newgco ()
#2 0x00000000144c7e6f in ?? ()
#3 0x0000000040000378 in ?? ()
#4 0x000000000047797a in lj_BC_FUNCC ()
#5 0x0000000000466ca1 in lj_cf_dofile ()
#6 0x000000000047797a in lj_BC_FUNCC ()
#7 0x00000000004659ad in lua_pcall ()
#8 0x000000000040686f in pmain ()
#9 0x000000000047797a in lj_BC_FUNCC ()
#10 0x0000000000465a27 in lua_cpcall ()
#11 0x0000000000404544 in main ()
(gdb)
My configuration:
Ubuntu 16.04 LTS 64-bit
GeForce GTX 1080 Ti (Driver Version: 381.22)
CUDA 8.0
cuDNN v5.1
Torch7 (torch/distro@5beb83c)
The text was updated successfully, but these errors were encountered:
olaron
changed the title
Error in `/home/<user>/torch/install/bin/luajit': free(): invalid next size (fast)
Random luajit errors
Jul 21, 2017
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hi,
After running the script with this command:
I randomly get this error:
Or this error:
Or this:
My configuration:
Ubuntu 16.04 LTS 64-bit
GeForce GTX 1080 Ti (Driver Version: 381.22)
CUDA 8.0
cuDNN v5.1
Torch7 (torch/distro@5beb83c)
The text was updated successfully, but these errors were encountered: