device function argument passing wrong

hi there,

I’m having this bizarre issue that a device function gets its argument value wrong from caller. The original code is long, so I write a shorten piece to show:

__device float bilinear_intp(unsigned char * pdata, int pitch, float x, float y, int channel)
{
    ...
    v0 = *pdata;   // accessing out of range happens, line 355
    ...
}

__global__ void kernel_func(unsigned char ** __restrict__ in, unsigned char * __restrict__ out)
{
    ...
    bilinear_intp(in[index], pitch, x, y, 0);   // argument passing, line 449
    ...
}

I debugged it with cuda-gdb,

CUDA Exception: Warp Illegal Address
The exception was triggered at PC 0x8e9a78 (online_stitcher.cu:355)

Thread 9 "new_vcam2media" received signal CUDA_EXCEPTION_14, Warp Illegal Address.
[Switching focus to CUDA kernel 0, grid 4, block (93,73,0), thread (0,4,0), device 0, sm 0, warp 27, lane 0]
0x00000000008e9a88 in bilinear_intp (pdata=0x532146104f34000 <error reading variable>, pitch=2048, x=560.936584, y=1005.16626, channel=0) at online_stitcher.cu:355
355             v2 = *(pval + pitch * 2);
(cuda-gdb) 
(cuda-gdb) p pdata
$8 = (@generic unsigned char * @register) 0x532146104f34000 <error reading variable>
(cuda-gdb) up
#1  0x00000000008eca90 in kernel_stitch_UYVY_umem<<<(240,120,1),(8,8,1)>>> (in=0x100204000, 
    out=0x101136000 "5036պ5302L3

CUDA Exception: Warp Illegal Address
The exception was triggered at PC 0x8e9a78 (online_stitcher.cu:355)

Thread 9 “new_vcam2media” received signal CUDA_EXCEPTION_14, Warp Illegal Address.
[Switching focus to CUDA kernel 0, grid 4, block (93,73,0), thread (0,4,0), device 0, sm 0, warp 27, lane 0]
0x00000000008e9a88 in bilinear_intp (pdata=0x532146104f34000 , pitch=2048, x=560.936584, y=1005.16626, channel=0) at online_stitcher.cu:355
355 v2 = *(pval + pitch * 2);
(cuda-gdb)
(cuda-gdb) p pdata
$8 = (@generic unsigned char * @register) 0x532146104f34000
(cuda-gdb) up
#1 0x00000000008eca90 in kernel_stitch_UYVY_umem<<<(240,120,1),(8,8,1)>>> (in=0x100204000,
out=0x101136000 “\350\336պ\253\202L3\037\020\223\347ٽ\265\253J>\037\030\020\350\335պ\254\213@8\037\020]\350\331Ǻ\253d=-\037\020\245\346پ\266qL=&\035\020\311\344ٻ\265hK=%\034\020\311\344ټ\263oL=(\036\020\251\347\331«\204L=0\037\020h\350\331̯\246LA<\037\025\020\350\337ն\253ZI=%\035\020\245\350Ϻ\254\227L@:\037\024\020\350\337\276\267\253fK=+\037\020k\350ٺ\261\253LF=!\034\020\257\331к\255\243LB=\037\030\020\331\331ʺ\253\225L@=\037\027\020\347\331ɺ\253\221L@<\037\027\020\346\331\301\256\244\241edeU^U}eP5&\033\237”, <incomplete sequence \341>…) at online_stitcher.cu:449
449 unsigned char src_y = bilinear_intp_cuda_UYVY(in[index], karg.iimg_pitch, point_x, point_y, 0);
(cuda-gdb) p in[index]
$9 = (@managed @generic unsigned char * restrict @generic) 0x104f34000 “\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201”, <incomplete sequence \350>…

37

CUDA Exception: Warp Illegal Address
The exception was triggered at PC 0x8e9a78 (online_stitcher.cu:355)

Thread 9 “new_vcam2media” received signal CUDA_EXCEPTION_14, Warp Illegal Address.
[Switching focus to CUDA kernel 0, grid 4, block (93,73,0), thread (0,4,0), device 0, sm 0, warp 27, lane 0]
0x00000000008e9a88 in bilinear_intp (pdata=0x532146104f34000 , pitch=2048, x=560.936584, y=1005.16626, channel=0) at online_stitcher.cu:355
355 v2 = *(pval + pitch * 2);
(cuda-gdb)
(cuda-gdb) p pdata
$8 = (@generic unsigned char * @register) 0x532146104f34000
(cuda-gdb) up
#1 0x00000000008eca90 in kernel_stitch_UYVY_umem<<<(240,120,1),(8,8,1)>>> (in=0x100204000,
out=0x101136000 “\350\336պ\253\202L3\037\020\223\347ٽ\265\253J>\037\030\020\350\335պ\254\213@8\037\020]\350\331Ǻ\253d=-\037\020\245\346پ\266qL=&\035\020\311\344ٻ\265hK=%\034\020\311\344ټ\263oL=(\036\020\251\347\331«\204L=0\037\020h\350\331̯\246LA<\037\025\020\350\337ն\253ZI=%\035\020\245\350Ϻ\254\227L@:\037\024\020\350\337\276\267\253fK=+\037\020k\350ٺ\261\253LF=!\034\020\257\331к\255\243LB=\037\030\020\331\331ʺ\253\225L@=\037\027\020\347\331ɺ\253\221L@<\037\027\020\346\331\301\256\244\241edeU^U}eP5&\033\237”, <incomplete sequence \341>…) at online_stitcher.cu:449
449 unsigned char src_y = bilinear_intp_cuda_UYVY(in[index], karg.iimg_pitch, point_x, point_y, 0);
(cuda-gdb) p in[index]
$9 = (@managed @generic unsigned char * restrict @generic) 0x104f34000 “\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201”, <incomplete sequence \350>…

202347ٽ6553J>

CUDA Exception: Warp Illegal Address
The exception was triggered at PC 0x8e9a78 (online_stitcher.cu:355)

Thread 9 “new_vcam2media” received signal CUDA_EXCEPTION_14, Warp Illegal Address.
[Switching focus to CUDA kernel 0, grid 4, block (93,73,0), thread (0,4,0), device 0, sm 0, warp 27, lane 0]
0x00000000008e9a88 in bilinear_intp (pdata=0x532146104f34000 , pitch=2048, x=560.936584, y=1005.16626, channel=0) at online_stitcher.cu:355
355 v2 = *(pval + pitch * 2);
(cuda-gdb)
(cuda-gdb) p pdata
$8 = (@generic unsigned char * @register) 0x532146104f34000
(cuda-gdb) up
#1 0x00000000008eca90 in kernel_stitch_UYVY_umem<<<(240,120,1),(8,8,1)>>> (in=0x100204000,
out=0x101136000 “\350\336պ\253\202L3\037\020\223\347ٽ\265\253J>\037\030\020\350\335պ\254\213@8\037\020]\350\331Ǻ\253d=-\037\020\245\346پ\266qL=&\035\020\311\344ٻ\265hK=%\034\020\311\344ټ\263oL=(\036\020\251\347\331«\204L=0\037\020h\350\331̯\246LA<\037\025\020\350\337ն\253ZI=%\035\020\245\350Ϻ\254\227L@:\037\024\020\350\337\276\267\253fK=+\037\020k\350ٺ\261\253LF=!\034\020\257\331к\255\243LB=\037\030\020\331\331ʺ\253\225L@=\037\027\020\347\331ɺ\253\221L@<\037\027\020\346\331\301\256\244\241edeU^U}eP5&\033\237”, <incomplete sequence \341>…) at online_stitcher.cu:449
449 unsigned char src_y = bilinear_intp_cuda_UYVY(in[index], karg.iimg_pitch, point_x, point_y, 0);
(cuda-gdb) p in[index]
$9 = (@managed @generic unsigned char * restrict @generic) 0x104f34000 “\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201”, <incomplete sequence \350>…

37

CUDA Exception: Warp Illegal Address
The exception was triggered at PC 0x8e9a78 (online_stitcher.cu:355)

Thread 9 “new_vcam2media” received signal CUDA_EXCEPTION_14, Warp Illegal Address.
[Switching focus to CUDA kernel 0, grid 4, block (93,73,0), thread (0,4,0), device 0, sm 0, warp 27, lane 0]
0x00000000008e9a88 in bilinear_intp (pdata=0x532146104f34000 , pitch=2048, x=560.936584, y=1005.16626, channel=0) at online_stitcher.cu:355
355 v2 = *(pval + pitch * 2);
(cuda-gdb)
(cuda-gdb) p pdata
$8 = (@generic unsigned char * @register) 0x532146104f34000
(cuda-gdb) up
#1 0x00000000008eca90 in kernel_stitch_UYVY_umem<<<(240,120,1),(8,8,1)>>> (in=0x100204000,
out=0x101136000 “\350\336պ\253\202L3\037\020\223\347ٽ\265\253J>\037\030\020\350\335պ\254\213@8\037\020]\350\331Ǻ\253d=-\037\020\245\346پ\266qL=&\035\020\311\344ٻ\265hK=%\034\020\311\344ټ\263oL=(\036\020\251\347\331«\204L=0\037\020h\350\331̯\246LA<\037\025\020\350\337ն\253ZI=%\035\020\245\350Ϻ\254\227L@:\037\024\020\350\337\276\267\253fK=+\037\020k\350ٺ\261\253LF=!\034\020\257\331к\255\243LB=\037\030\020\331\331ʺ\253\225L@=\037\027\020\347\331ɺ\253\221L@<\037\027\020\346\331\301\256\244\241edeU^U}eP5&\033\237”, <incomplete sequence \341>…) at online_stitcher.cu:449
449 unsigned char src_y = bilinear_intp_cuda_UYVY(in[index], karg.iimg_pitch, point_x, point_y, 0);
(cuda-gdb) p in[index]
$9 = (@managed @generic unsigned char * restrict @generic) 0x104f34000 “\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201”, <incomplete sequence \350>…

30

CUDA Exception: Warp Illegal Address
The exception was triggered at PC 0x8e9a78 (online_stitcher.cu:355)

Thread 9 “new_vcam2media” received signal CUDA_EXCEPTION_14, Warp Illegal Address.
[Switching focus to CUDA kernel 0, grid 4, block (93,73,0), thread (0,4,0), device 0, sm 0, warp 27, lane 0]
0x00000000008e9a88 in bilinear_intp (pdata=0x532146104f34000 , pitch=2048, x=560.936584, y=1005.16626, channel=0) at online_stitcher.cu:355
355 v2 = *(pval + pitch * 2);
(cuda-gdb)
(cuda-gdb) p pdata
$8 = (@generic unsigned char * @register) 0x532146104f34000
(cuda-gdb) up
#1 0x00000000008eca90 in kernel_stitch_UYVY_umem<<<(240,120,1),(8,8,1)>>> (in=0x100204000,
out=0x101136000 “\350\336պ\253\202L3\037\020\223\347ٽ\265\253J>\037\030\020\350\335պ\254\213@8\037\020]\350\331Ǻ\253d=-\037\020\245\346پ\266qL=&\035\020\311\344ٻ\265hK=%\034\020\311\344ټ\263oL=(\036\020\251\347\331«\204L=0\037\020h\350\331̯\246LA<\037\025\020\350\337ն\253ZI=%\035\020\245\350Ϻ\254\227L@:\037\024\020\350\337\276\267\253fK=+\037\020k\350ٺ\261\253LF=!\034\020\257\331к\255\243LB=\037\030\020\331\331ʺ\253\225L@=\037\027\020\347\331ɺ\253\221L@<\037\027\020\346\331\301\256\244\241edeU^U}eP5&\033\237”, <incomplete sequence \341>…) at online_stitcher.cu:449
449 unsigned char src_y = bilinear_intp_cuda_UYVY(in[index], karg.iimg_pitch, point_x, point_y, 0);
(cuda-gdb) p in[index]
$9 = (@managed @generic unsigned char * restrict @generic) 0x104f34000 “\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201”, <incomplete sequence \350>…

205035պ5413@8

CUDA Exception: Warp Illegal Address
The exception was triggered at PC 0x8e9a78 (online_stitcher.cu:355)

Thread 9 “new_vcam2media” received signal CUDA_EXCEPTION_14, Warp Illegal Address.
[Switching focus to CUDA kernel 0, grid 4, block (93,73,0), thread (0,4,0), device 0, sm 0, warp 27, lane 0]
0x00000000008e9a88 in bilinear_intp (pdata=0x532146104f34000 , pitch=2048, x=560.936584, y=1005.16626, channel=0) at online_stitcher.cu:355
355 v2 = *(pval + pitch * 2);
(cuda-gdb)
(cuda-gdb) p pdata
$8 = (@generic unsigned char * @register) 0x532146104f34000
(cuda-gdb) up
#1 0x00000000008eca90 in kernel_stitch_UYVY_umem<<<(240,120,1),(8,8,1)>>> (in=0x100204000,
out=0x101136000 “\350\336պ\253\202L3\037\020\223\347ٽ\265\253J>\037\030\020\350\335պ\254\213@8\037\020]\350\331Ǻ\253d=-\037\020\245\346پ\266qL=&\035\020\311\344ٻ\265hK=%\034\020\311\344ټ\263oL=(\036\020\251\347\331«\204L=0\037\020h\350\331̯\246LA<\037\025\020\350\337ն\253ZI=%\035\020\245\350Ϻ\254\227L@:\037\024\020\350\337\276\267\253fK=+\037\020k\350ٺ\261\253LF=!\034\020\257\331к\255\243LB=\037\030\020\331\331ʺ\253\225L@=\037\027\020\347\331ɺ\253\221L@<\037\027\020\346\331\301\256\244\241edeU^U}eP5&\033\237”, <incomplete sequence \341>…) at online_stitcher.cu:449
449 unsigned char src_y = bilinear_intp_cuda_UYVY(in[index], karg.iimg_pitch, point_x, point_y, 0);
(cuda-gdb) p in[index]
$9 = (@managed @generic unsigned char * restrict @generic) 0x104f34000 “\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201”, <incomplete sequence \350>…

37

CUDA Exception: Warp Illegal Address
The exception was triggered at PC 0x8e9a78 (online_stitcher.cu:355)

Thread 9 “new_vcam2media” received signal CUDA_EXCEPTION_14, Warp Illegal Address.
[Switching focus to CUDA kernel 0, grid 4, block (93,73,0), thread (0,4,0), device 0, sm 0, warp 27, lane 0]
0x00000000008e9a88 in bilinear_intp (pdata=0x532146104f34000 , pitch=2048, x=560.936584, y=1005.16626, channel=0) at online_stitcher.cu:355
355 v2 = *(pval + pitch * 2);
(cuda-gdb)
(cuda-gdb) p pdata
$8 = (@generic unsigned char * @register) 0x532146104f34000
(cuda-gdb) up
#1 0x00000000008eca90 in kernel_stitch_UYVY_umem<<<(240,120,1),(8,8,1)>>> (in=0x100204000,
out=0x101136000 “\350\336պ\253\202L3\037\020\223\347ٽ\265\253J>\037\030\020\350\335պ\254\213@8\037\020]\350\331Ǻ\253d=-\037\020\245\346پ\266qL=&\035\020\311\344ٻ\265hK=%\034\020\311\344ټ\263oL=(\036\020\251\347\331«\204L=0\037\020h\350\331̯\246LA<\037\025\020\350\337ն\253ZI=%\035\020\245\350Ϻ\254\227L@:\037\024\020\350\337\276\267\253fK=+\037\020k\350ٺ\261\253LF=!\034\020\257\331к\255\243LB=\037\030\020\331\331ʺ\253\225L@=\037\027\020\347\331ɺ\253\221L@<\037\027\020\346\331\301\256\244\241edeU^U}eP5&\033\237”, <incomplete sequence \341>…) at online_stitcher.cu:449
449 unsigned char src_y = bilinear_intp_cuda_UYVY(in[index], karg.iimg_pitch, point_x, point_y, 0);
(cuda-gdb) p in[index]
$9 = (@managed @generic unsigned char * restrict @generic) 0x104f34000 “\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201”, <incomplete sequence \350>…

20]5031Ǻ53d=-

CUDA Exception: Warp Illegal Address
The exception was triggered at PC 0x8e9a78 (online_stitcher.cu:355)

Thread 9 “new_vcam2media” received signal CUDA_EXCEPTION_14, Warp Illegal Address.
[Switching focus to CUDA kernel 0, grid 4, block (93,73,0), thread (0,4,0), device 0, sm 0, warp 27, lane 0]
0x00000000008e9a88 in bilinear_intp (pdata=0x532146104f34000 , pitch=2048, x=560.936584, y=1005.16626, channel=0) at online_stitcher.cu:355
355 v2 = *(pval + pitch * 2);
(cuda-gdb)
(cuda-gdb) p pdata
$8 = (@generic unsigned char * @register) 0x532146104f34000
(cuda-gdb) up
#1 0x00000000008eca90 in kernel_stitch_UYVY_umem<<<(240,120,1),(8,8,1)>>> (in=0x100204000,
out=0x101136000 “\350\336պ\253\202L3\037\020\223\347ٽ\265\253J>\037\030\020\350\335պ\254\213@8\037\020]\350\331Ǻ\253d=-\037\020\245\346پ\266qL=&\035\020\311\344ٻ\265hK=%\034\020\311\344ټ\263oL=(\036\020\251\347\331«\204L=0\037\020h\350\331̯\246LA<\037\025\020\350\337ն\253ZI=%\035\020\245\350Ϻ\254\227L@:\037\024\020\350\337\276\267\253fK=+\037\020k\350ٺ\261\253LF=!\034\020\257\331к\255\243LB=\037\030\020\331\331ʺ\253\225L@=\037\027\020\347\331ɺ\253\221L@<\037\027\020\346\331\301\256\244\241edeU^U}eP5&\033\237”, <incomplete sequence \341>…) at online_stitcher.cu:449
449 unsigned char src_y = bilinear_intp_cuda_UYVY(in[index], karg.iimg_pitch, point_x, point_y, 0);
(cuda-gdb) p in[index]
$9 = (@managed @generic unsigned char * restrict @generic) 0x104f34000 “\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201”, <incomplete sequence \350>…

37

CUDA Exception: Warp Illegal Address
The exception was triggered at PC 0x8e9a78 (online_stitcher.cu:355)

Thread 9 “new_vcam2media” received signal CUDA_EXCEPTION_14, Warp Illegal Address.
[Switching focus to CUDA kernel 0, grid 4, block (93,73,0), thread (0,4,0), device 0, sm 0, warp 27, lane 0]
0x00000000008e9a88 in bilinear_intp (pdata=0x532146104f34000 , pitch=2048, x=560.936584, y=1005.16626, channel=0) at online_stitcher.cu:355
355 v2 = *(pval + pitch * 2);
(cuda-gdb)
(cuda-gdb) p pdata
$8 = (@generic unsigned char * @register) 0x532146104f34000
(cuda-gdb) up
#1 0x00000000008eca90 in kernel_stitch_UYVY_umem<<<(240,120,1),(8,8,1)>>> (in=0x100204000,
out=0x101136000 “\350\336պ\253\202L3\037\020\223\347ٽ\265\253J>\037\030\020\350\335պ\254\213@8\037\020]\350\331Ǻ\253d=-\037\020\245\346پ\266qL=&\035\020\311\344ٻ\265hK=%\034\020\311\344ټ\263oL=(\036\020\251\347\331«\204L=0\037\020h\350\331̯\246LA<\037\025\020\350\337ն\253ZI=%\035\020\245\350Ϻ\254\227L@:\037\024\020\350\337\276\267\253fK=+\037\020k\350ٺ\261\253LF=!\034\020\257\331к\255\243LB=\037\030\020\331\331ʺ\253\225L@=\037\027\020\347\331ɺ\253\221L@<\037\027\020\346\331\301\256\244\241edeU^U}eP5&\033\237”, <incomplete sequence \341>…) at online_stitcher.cu:449
449 unsigned char src_y = bilinear_intp_cuda_UYVY(in[index], karg.iimg_pitch, point_x, point_y, 0);
(cuda-gdb) p in[index]
$9 = (@managed @generic unsigned char * restrict @generic) 0x104f34000 “\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201”, <incomplete sequence \350>…

204546پ66qL=&

CUDA Exception: Warp Illegal Address
The exception was triggered at PC 0x8e9a78 (online_stitcher.cu:355)

Thread 9 “new_vcam2media” received signal CUDA_EXCEPTION_14, Warp Illegal Address.
[Switching focus to CUDA kernel 0, grid 4, block (93,73,0), thread (0,4,0), device 0, sm 0, warp 27, lane 0]
0x00000000008e9a88 in bilinear_intp (pdata=0x532146104f34000 , pitch=2048, x=560.936584, y=1005.16626, channel=0) at online_stitcher.cu:355
355 v2 = *(pval + pitch * 2);
(cuda-gdb)
(cuda-gdb) p pdata
$8 = (@generic unsigned char * @register) 0x532146104f34000
(cuda-gdb) up
#1 0x00000000008eca90 in kernel_stitch_UYVY_umem<<<(240,120,1),(8,8,1)>>> (in=0x100204000,
out=0x101136000 “\350\336պ\253\202L3\037\020\223\347ٽ\265\253J>\037\030\020\350\335պ\254\213@8\037\020]\350\331Ǻ\253d=-\037\020\245\346پ\266qL=&\035\020\311\344ٻ\265hK=%\034\020\311\344ټ\263oL=(\036\020\251\347\331«\204L=0\037\020h\350\331̯\246LA<\037\025\020\350\337ն\253ZI=%\035\020\245\350Ϻ\254\227L@:\037\024\020\350\337\276\267\253fK=+\037\020k\350ٺ\261\253LF=!\034\020\257\331к\255\243LB=\037\030\020\331\331ʺ\253\225L@=\037\027\020\347\331ɺ\253\221L@<\037\027\020\346\331\301\256\244\241edeU^U}eP5&\033\237”, <incomplete sequence \341>…) at online_stitcher.cu:449
449 unsigned char src_y = bilinear_intp_cuda_UYVY(in[index], karg.iimg_pitch, point_x, point_y, 0);
(cuda-gdb) p in[index]
$9 = (@managed @generic unsigned char * restrict @generic) 0x104f34000 “\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201”, <incomplete sequence \350>…

35

CUDA Exception: Warp Illegal Address
The exception was triggered at PC 0x8e9a78 (online_stitcher.cu:355)

Thread 9 “new_vcam2media” received signal CUDA_EXCEPTION_14, Warp Illegal Address.
[Switching focus to CUDA kernel 0, grid 4, block (93,73,0), thread (0,4,0), device 0, sm 0, warp 27, lane 0]
0x00000000008e9a88 in bilinear_intp (pdata=0x532146104f34000 , pitch=2048, x=560.936584, y=1005.16626, channel=0) at online_stitcher.cu:355
355 v2 = *(pval + pitch * 2);
(cuda-gdb)
(cuda-gdb) p pdata
$8 = (@generic unsigned char * @register) 0x532146104f34000
(cuda-gdb) up
#1 0x00000000008eca90 in kernel_stitch_UYVY_umem<<<(240,120,1),(8,8,1)>>> (in=0x100204000,
out=0x101136000 “\350\336պ\253\202L3\037\020\223\347ٽ\265\253J>\037\030\020\350\335պ\254\213@8\037\020]\350\331Ǻ\253d=-\037\020\245\346پ\266qL=&\035\020\311\344ٻ\265hK=%\034\020\311\344ټ\263oL=(\036\020\251\347\331«\204L=0\037\020h\350\331̯\246LA<\037\025\020\350\337ն\253ZI=%\035\020\245\350Ϻ\254\227L@:\037\024\020\350\337\276\267\253fK=+\037\020k\350ٺ\261\253LF=!\034\020\257\331к\255\243LB=\037\030\020\331\331ʺ\253\225L@=\037\027\020\347\331ɺ\253\221L@<\037\027\020\346\331\301\256\244\241edeU^U}eP5&\033\237”, <incomplete sequence \341>…) at online_stitcher.cu:449
449 unsigned char src_y = bilinear_intp_cuda_UYVY(in[index], karg.iimg_pitch, point_x, point_y, 0);
(cuda-gdb) p in[index]
$9 = (@managed @generic unsigned char * restrict @generic) 0x104f34000 “\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201”, <incomplete sequence \350>…

201144ٻ65hK=%

CUDA Exception: Warp Illegal Address
The exception was triggered at PC 0x8e9a78 (online_stitcher.cu:355)

Thread 9 “new_vcam2media” received signal CUDA_EXCEPTION_14, Warp Illegal Address.
[Switching focus to CUDA kernel 0, grid 4, block (93,73,0), thread (0,4,0), device 0, sm 0, warp 27, lane 0]
0x00000000008e9a88 in bilinear_intp (pdata=0x532146104f34000 , pitch=2048, x=560.936584, y=1005.16626, channel=0) at online_stitcher.cu:355
355 v2 = *(pval + pitch * 2);
(cuda-gdb)
(cuda-gdb) p pdata
$8 = (@generic unsigned char * @register) 0x532146104f34000
(cuda-gdb) up
#1 0x00000000008eca90 in kernel_stitch_UYVY_umem<<<(240,120,1),(8,8,1)>>> (in=0x100204000,
out=0x101136000 “\350\336պ\253\202L3\037\020\223\347ٽ\265\253J>\037\030\020\350\335պ\254\213@8\037\020]\350\331Ǻ\253d=-\037\020\245\346پ\266qL=&\035\020\311\344ٻ\265hK=%\034\020\311\344ټ\263oL=(\036\020\251\347\331«\204L=0\037\020h\350\331̯\246LA<\037\025\020\350\337ն\253ZI=%\035\020\245\350Ϻ\254\227L@:\037\024\020\350\337\276\267\253fK=+\037\020k\350ٺ\261\253LF=!\034\020\257\331к\255\243LB=\037\030\020\331\331ʺ\253\225L@=\037\027\020\347\331ɺ\253\221L@<\037\027\020\346\331\301\256\244\241edeU^U}eP5&\033\237”, <incomplete sequence \341>…) at online_stitcher.cu:449
449 unsigned char src_y = bilinear_intp_cuda_UYVY(in[index], karg.iimg_pitch, point_x, point_y, 0);
(cuda-gdb) p in[index]
$9 = (@managed @generic unsigned char * restrict @generic) 0x104f34000 “\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201”, <incomplete sequence \350>…

34

CUDA Exception: Warp Illegal Address
The exception was triggered at PC 0x8e9a78 (online_stitcher.cu:355)

Thread 9 “new_vcam2media” received signal CUDA_EXCEPTION_14, Warp Illegal Address.
[Switching focus to CUDA kernel 0, grid 4, block (93,73,0), thread (0,4,0), device 0, sm 0, warp 27, lane 0]
0x00000000008e9a88 in bilinear_intp (pdata=0x532146104f34000 , pitch=2048, x=560.936584, y=1005.16626, channel=0) at online_stitcher.cu:355
355 v2 = *(pval + pitch * 2);
(cuda-gdb)
(cuda-gdb) p pdata
$8 = (@generic unsigned char * @register) 0x532146104f34000
(cuda-gdb) up
#1 0x00000000008eca90 in kernel_stitch_UYVY_umem<<<(240,120,1),(8,8,1)>>> (in=0x100204000,
out=0x101136000 “\350\336պ\253\202L3\037\020\223\347ٽ\265\253J>\037\030\020\350\335պ\254\213@8\037\020]\350\331Ǻ\253d=-\037\020\245\346پ\266qL=&\035\020\311\344ٻ\265hK=%\034\020\311\344ټ\263oL=(\036\020\251\347\331«\204L=0\037\020h\350\331̯\246LA<\037\025\020\350\337ն\253ZI=%\035\020\245\350Ϻ\254\227L@:\037\024\020\350\337\276\267\253fK=+\037\020k\350ٺ\261\253LF=!\034\020\257\331к\255\243LB=\037\030\020\331\331ʺ\253\225L@=\037\027\020\347\331ɺ\253\221L@<\037\027\020\346\331\301\256\244\241edeU^U}eP5&\033\237”, <incomplete sequence \341>…) at online_stitcher.cu:449
449 unsigned char src_y = bilinear_intp_cuda_UYVY(in[index], karg.iimg_pitch, point_x, point_y, 0);
(cuda-gdb) p in[index]
$9 = (@managed @generic unsigned char * restrict @generic) 0x104f34000 “\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201”, <incomplete sequence \350>…

201144ټ63oL=(

CUDA Exception: Warp Illegal Address
The exception was triggered at PC 0x8e9a78 (online_stitcher.cu:355)

Thread 9 “new_vcam2media” received signal CUDA_EXCEPTION_14, Warp Illegal Address.
[Switching focus to CUDA kernel 0, grid 4, block (93,73,0), thread (0,4,0), device 0, sm 0, warp 27, lane 0]
0x00000000008e9a88 in bilinear_intp (pdata=0x532146104f34000 , pitch=2048, x=560.936584, y=1005.16626, channel=0) at online_stitcher.cu:355
355 v2 = *(pval + pitch * 2);
(cuda-gdb)
(cuda-gdb) p pdata
$8 = (@generic unsigned char * @register) 0x532146104f34000
(cuda-gdb) up
#1 0x00000000008eca90 in kernel_stitch_UYVY_umem<<<(240,120,1),(8,8,1)>>> (in=0x100204000,
out=0x101136000 “\350\336պ\253\202L3\037\020\223\347ٽ\265\253J>\037\030\020\350\335պ\254\213@8\037\020]\350\331Ǻ\253d=-\037\020\245\346پ\266qL=&\035\020\311\344ٻ\265hK=%\034\020\311\344ټ\263oL=(\036\020\251\347\331«\204L=0\037\020h\350\331̯\246LA<\037\025\020\350\337ն\253ZI=%\035\020\245\350Ϻ\254\227L@:\037\024\020\350\337\276\267\253fK=+\037\020k\350ٺ\261\253LF=!\034\020\257\331к\255\243LB=\037\030\020\331\331ʺ\253\225L@=\037\027\020\347\331ɺ\253\221L@<\037\027\020\346\331\301\256\244\241edeU^U}eP5&\033\237”, <incomplete sequence \341>…) at online_stitcher.cu:449
449 unsigned char src_y = bilinear_intp_cuda_UYVY(in[index], karg.iimg_pitch, point_x, point_y, 0);
(cuda-gdb) p in[index]
$9 = (@managed @generic unsigned char * restrict @generic) 0x104f34000 “\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201”, <incomplete sequence \350>…

36

CUDA Exception: Warp Illegal Address
The exception was triggered at PC 0x8e9a78 (online_stitcher.cu:355)

Thread 9 “new_vcam2media” received signal CUDA_EXCEPTION_14, Warp Illegal Address.
[Switching focus to CUDA kernel 0, grid 4, block (93,73,0), thread (0,4,0), device 0, sm 0, warp 27, lane 0]
0x00000000008e9a88 in bilinear_intp (pdata=0x532146104f34000 , pitch=2048, x=560.936584, y=1005.16626, channel=0) at online_stitcher.cu:355
355 v2 = *(pval + pitch * 2);
(cuda-gdb)
(cuda-gdb) p pdata
$8 = (@generic unsigned char * @register) 0x532146104f34000
(cuda-gdb) up
#1 0x00000000008eca90 in kernel_stitch_UYVY_umem<<<(240,120,1),(8,8,1)>>> (in=0x100204000,
out=0x101136000 “\350\336պ\253\202L3\037\020\223\347ٽ\265\253J>\037\030\020\350\335պ\254\213@8\037\020]\350\331Ǻ\253d=-\037\020\245\346پ\266qL=&\035\020\311\344ٻ\265hK=%\034\020\311\344ټ\263oL=(\036\020\251\347\331«\204L=0\037\020h\350\331̯\246LA<\037\025\020\350\337ն\253ZI=%\035\020\245\350Ϻ\254\227L@:\037\024\020\350\337\276\267\253fK=+\037\020k\350ٺ\261\253LF=!\034\020\257\331к\255\243LB=\037\030\020\331\331ʺ\253\225L@=\037\027\020\347\331ɺ\253\221L@<\037\027\020\346\331\301\256\244\241edeU^U}eP5&\033\237”, <incomplete sequence \341>…) at online_stitcher.cu:449
449 unsigned char src_y = bilinear_intp_cuda_UYVY(in[index], karg.iimg_pitch, point_x, point_y, 0);
(cuda-gdb) p in[index]
$9 = (@managed @generic unsigned char * restrict @generic) 0x104f34000 “\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201”, <incomplete sequence \350>…

20514731«04L=0

CUDA Exception: Warp Illegal Address
The exception was triggered at PC 0x8e9a78 (online_stitcher.cu:355)

Thread 9 “new_vcam2media” received signal CUDA_EXCEPTION_14, Warp Illegal Address.
[Switching focus to CUDA kernel 0, grid 4, block (93,73,0), thread (0,4,0), device 0, sm 0, warp 27, lane 0]
0x00000000008e9a88 in bilinear_intp (pdata=0x532146104f34000 , pitch=2048, x=560.936584, y=1005.16626, channel=0) at online_stitcher.cu:355
355 v2 = *(pval + pitch * 2);
(cuda-gdb)
(cuda-gdb) p pdata
$8 = (@generic unsigned char * @register) 0x532146104f34000
(cuda-gdb) up
#1 0x00000000008eca90 in kernel_stitch_UYVY_umem<<<(240,120,1),(8,8,1)>>> (in=0x100204000,
out=0x101136000 “\350\336պ\253\202L3\037\020\223\347ٽ\265\253J>\037\030\020\350\335պ\254\213@8\037\020]\350\331Ǻ\253d=-\037\020\245\346پ\266qL=&\035\020\311\344ٻ\265hK=%\034\020\311\344ټ\263oL=(\036\020\251\347\331«\204L=0\037\020h\350\331̯\246LA<\037\025\020\350\337ն\253ZI=%\035\020\245\350Ϻ\254\227L@:\037\024\020\350\337\276\267\253fK=+\037\020k\350ٺ\261\253LF=!\034\020\257\331к\255\243LB=\037\030\020\331\331ʺ\253\225L@=\037\027\020\347\331ɺ\253\221L@<\037\027\020\346\331\301\256\244\241edeU^U}eP5&\033\237”, <incomplete sequence \341>…) at online_stitcher.cu:449
449 unsigned char src_y = bilinear_intp_cuda_UYVY(in[index], karg.iimg_pitch, point_x, point_y, 0);
(cuda-gdb) p in[index]
$9 = (@managed @generic unsigned char * restrict @generic) 0x104f34000 “\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201”, <incomplete sequence \350>…

37

CUDA Exception: Warp Illegal Address
The exception was triggered at PC 0x8e9a78 (online_stitcher.cu:355)

Thread 9 “new_vcam2media” received signal CUDA_EXCEPTION_14, Warp Illegal Address.
[Switching focus to CUDA kernel 0, grid 4, block (93,73,0), thread (0,4,0), device 0, sm 0, warp 27, lane 0]
0x00000000008e9a88 in bilinear_intp (pdata=0x532146104f34000 , pitch=2048, x=560.936584, y=1005.16626, channel=0) at online_stitcher.cu:355
355 v2 = *(pval + pitch * 2);
(cuda-gdb)
(cuda-gdb) p pdata
$8 = (@generic unsigned char * @register) 0x532146104f34000
(cuda-gdb) up
#1 0x00000000008eca90 in kernel_stitch_UYVY_umem<<<(240,120,1),(8,8,1)>>> (in=0x100204000,
out=0x101136000 “\350\336պ\253\202L3\037\020\223\347ٽ\265\253J>\037\030\020\350\335պ\254\213@8\037\020]\350\331Ǻ\253d=-\037\020\245\346پ\266qL=&\035\020\311\344ٻ\265hK=%\034\020\311\344ټ\263oL=(\036\020\251\347\331«\204L=0\037\020h\350\331̯\246LA<\037\025\020\350\337ն\253ZI=%\035\020\245\350Ϻ\254\227L@:\037\024\020\350\337\276\267\253fK=+\037\020k\350ٺ\261\253LF=!\034\020\257\331к\255\243LB=\037\030\020\331\331ʺ\253\225L@=\037\027\020\347\331ɺ\253\221L@<\037\027\020\346\331\301\256\244\241edeU^U}eP5&\033\237”, <incomplete sequence \341>…) at online_stitcher.cu:449
449 unsigned char src_y = bilinear_intp_cuda_UYVY(in[index], karg.iimg_pitch, point_x, point_y, 0);
(cuda-gdb) p in[index]
$9 = (@managed @generic unsigned char * restrict @generic) 0x104f34000 “\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201”, <incomplete sequence \350>…

20h5031̯46LA<

CUDA Exception: Warp Illegal Address
The exception was triggered at PC 0x8e9a78 (online_stitcher.cu:355)

Thread 9 “new_vcam2media” received signal CUDA_EXCEPTION_14, Warp Illegal Address.
[Switching focus to CUDA kernel 0, grid 4, block (93,73,0), thread (0,4,0), device 0, sm 0, warp 27, lane 0]
0x00000000008e9a88 in bilinear_intp (pdata=0x532146104f34000 , pitch=2048, x=560.936584, y=1005.16626, channel=0) at online_stitcher.cu:355
355 v2 = *(pval + pitch * 2);
(cuda-gdb)
(cuda-gdb) p pdata
$8 = (@generic unsigned char * @register) 0x532146104f34000
(cuda-gdb) up
#1 0x00000000008eca90 in kernel_stitch_UYVY_umem<<<(240,120,1),(8,8,1)>>> (in=0x100204000,
out=0x101136000 “\350\336պ\253\202L3\037\020\223\347ٽ\265\253J>\037\030\020\350\335պ\254\213@8\037\020]\350\331Ǻ\253d=-\037\020\245\346پ\266qL=&\035\020\311\344ٻ\265hK=%\034\020\311\344ټ\263oL=(\036\020\251\347\331«\204L=0\037\020h\350\331̯\246LA<\037\025\020\350\337ն\253ZI=%\035\020\245\350Ϻ\254\227L@:\037\024\020\350\337\276\267\253fK=+\037\020k\350ٺ\261\253LF=!\034\020\257\331к\255\243LB=\037\030\020\331\331ʺ\253\225L@=\037\027\020\347\331ɺ\253\221L@<\037\027\020\346\331\301\256\244\241edeU^U}eP5&\033\237”, <incomplete sequence \341>…) at online_stitcher.cu:449
449 unsigned char src_y = bilinear_intp_cuda_UYVY(in[index], karg.iimg_pitch, point_x, point_y, 0);
(cuda-gdb) p in[index]
$9 = (@managed @generic unsigned char * restrict @generic) 0x104f34000 “\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201”, <incomplete sequence \350>…

37

CUDA Exception: Warp Illegal Address
The exception was triggered at PC 0x8e9a78 (online_stitcher.cu:355)

Thread 9 “new_vcam2media” received signal CUDA_EXCEPTION_14, Warp Illegal Address.
[Switching focus to CUDA kernel 0, grid 4, block (93,73,0), thread (0,4,0), device 0, sm 0, warp 27, lane 0]
0x00000000008e9a88 in bilinear_intp (pdata=0x532146104f34000 , pitch=2048, x=560.936584, y=1005.16626, channel=0) at online_stitcher.cu:355
355 v2 = *(pval + pitch * 2);
(cuda-gdb)
(cuda-gdb) p pdata
$8 = (@generic unsigned char * @register) 0x532146104f34000
(cuda-gdb) up
#1 0x00000000008eca90 in kernel_stitch_UYVY_umem<<<(240,120,1),(8,8,1)>>> (in=0x100204000,
out=0x101136000 “\350\336պ\253\202L3\037\020\223\347ٽ\265\253J>\037\030\020\350\335պ\254\213@8\037\020]\350\331Ǻ\253d=-\037\020\245\346پ\266qL=&\035\020\311\344ٻ\265hK=%\034\020\311\344ټ\263oL=(\036\020\251\347\331«\204L=0\037\020h\350\331̯\246LA<\037\025\020\350\337ն\253ZI=%\035\020\245\350Ϻ\254\227L@:\037\024\020\350\337\276\267\253fK=+\037\020k\350ٺ\261\253LF=!\034\020\257\331к\255\243LB=\037\030\020\331\331ʺ\253\225L@=\037\027\020\347\331ɺ\253\221L@<\037\027\020\346\331\301\256\244\241edeU^U}eP5&\033\237”, <incomplete sequence \341>…) at online_stitcher.cu:449
449 unsigned char src_y = bilinear_intp_cuda_UYVY(in[index], karg.iimg_pitch, point_x, point_y, 0);
(cuda-gdb) p in[index]
$9 = (@managed @generic unsigned char * restrict @generic) 0x104f34000 “\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201”, <incomplete sequence \350>…

25

CUDA Exception: Warp Illegal Address
The exception was triggered at PC 0x8e9a78 (online_stitcher.cu:355)

Thread 9 “new_vcam2media” received signal CUDA_EXCEPTION_14, Warp Illegal Address.
[Switching focus to CUDA kernel 0, grid 4, block (93,73,0), thread (0,4,0), device 0, sm 0, warp 27, lane 0]
0x00000000008e9a88 in bilinear_intp (pdata=0x532146104f34000 , pitch=2048, x=560.936584, y=1005.16626, channel=0) at online_stitcher.cu:355
355 v2 = *(pval + pitch * 2);
(cuda-gdb)
(cuda-gdb) p pdata
$8 = (@generic unsigned char * @register) 0x532146104f34000
(cuda-gdb) up
#1 0x00000000008eca90 in kernel_stitch_UYVY_umem<<<(240,120,1),(8,8,1)>>> (in=0x100204000,
out=0x101136000 “\350\336պ\253\202L3\037\020\223\347ٽ\265\253J>\037\030\020\350\335պ\254\213@8\037\020]\350\331Ǻ\253d=-\037\020\245\346پ\266qL=&\035\020\311\344ٻ\265hK=%\034\020\311\344ټ\263oL=(\036\020\251\347\331«\204L=0\037\020h\350\331̯\246LA<\037\025\020\350\337ն\253ZI=%\035\020\245\350Ϻ\254\227L@:\037\024\020\350\337\276\267\253fK=+\037\020k\350ٺ\261\253LF=!\034\020\257\331к\255\243LB=\037\030\020\331\331ʺ\253\225L@=\037\027\020\347\331ɺ\253\221L@<\037\027\020\346\331\301\256\244\241edeU^U}eP5&\033\237”, <incomplete sequence \341>…) at online_stitcher.cu:449
449 unsigned char src_y = bilinear_intp_cuda_UYVY(in[index], karg.iimg_pitch, point_x, point_y, 0);
(cuda-gdb) p in[index]
$9 = (@managed @generic unsigned char * restrict @generic) 0x104f34000 “\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201”, <incomplete sequence \350>…

205037ն53ZI=%

CUDA Exception: Warp Illegal Address
The exception was triggered at PC 0x8e9a78 (online_stitcher.cu:355)

Thread 9 “new_vcam2media” received signal CUDA_EXCEPTION_14, Warp Illegal Address.
[Switching focus to CUDA kernel 0, grid 4, block (93,73,0), thread (0,4,0), device 0, sm 0, warp 27, lane 0]
0x00000000008e9a88 in bilinear_intp (pdata=0x532146104f34000 , pitch=2048, x=560.936584, y=1005.16626, channel=0) at online_stitcher.cu:355
355 v2 = *(pval + pitch * 2);
(cuda-gdb)
(cuda-gdb) p pdata
$8 = (@generic unsigned char * @register) 0x532146104f34000
(cuda-gdb) up
#1 0x00000000008eca90 in kernel_stitch_UYVY_umem<<<(240,120,1),(8,8,1)>>> (in=0x100204000,
out=0x101136000 “\350\336պ\253\202L3\037\020\223\347ٽ\265\253J>\037\030\020\350\335պ\254\213@8\037\020]\350\331Ǻ\253d=-\037\020\245\346پ\266qL=&\035\020\311\344ٻ\265hK=%\034\020\311\344ټ\263oL=(\036\020\251\347\331«\204L=0\037\020h\350\331̯\246LA<\037\025\020\350\337ն\253ZI=%\035\020\245\350Ϻ\254\227L@:\037\024\020\350\337\276\267\253fK=+\037\020k\350ٺ\261\253LF=!\034\020\257\331к\255\243LB=\037\030\020\331\331ʺ\253\225L@=\037\027\020\347\331ɺ\253\221L@<\037\027\020\346\331\301\256\244\241edeU^U}eP5&\033\237”, <incomplete sequence \341>…) at online_stitcher.cu:449
449 unsigned char src_y = bilinear_intp_cuda_UYVY(in[index], karg.iimg_pitch, point_x, point_y, 0);
(cuda-gdb) p in[index]
$9 = (@managed @generic unsigned char * restrict @generic) 0x104f34000 “\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201”, <incomplete sequence \350>…

35

CUDA Exception: Warp Illegal Address
The exception was triggered at PC 0x8e9a78 (online_stitcher.cu:355)

Thread 9 “new_vcam2media” received signal CUDA_EXCEPTION_14, Warp Illegal Address.
[Switching focus to CUDA kernel 0, grid 4, block (93,73,0), thread (0,4,0), device 0, sm 0, warp 27, lane 0]
0x00000000008e9a88 in bilinear_intp (pdata=0x532146104f34000 , pitch=2048, x=560.936584, y=1005.16626, channel=0) at online_stitcher.cu:355
355 v2 = *(pval + pitch * 2);
(cuda-gdb)
(cuda-gdb) p pdata
$8 = (@generic unsigned char * @register) 0x532146104f34000
(cuda-gdb) up
#1 0x00000000008eca90 in kernel_stitch_UYVY_umem<<<(240,120,1),(8,8,1)>>> (in=0x100204000,
out=0x101136000 “\350\336պ\253\202L3\037\020\223\347ٽ\265\253J>\037\030\020\350\335պ\254\213@8\037\020]\350\331Ǻ\253d=-\037\020\245\346پ\266qL=&\035\020\311\344ٻ\265hK=%\034\020\311\344ټ\263oL=(\036\020\251\347\331«\204L=0\037\020h\350\331̯\246LA<\037\025\020\350\337ն\253ZI=%\035\020\245\350Ϻ\254\227L@:\037\024\020\350\337\276\267\253fK=+\037\020k\350ٺ\261\253LF=!\034\020\257\331к\255\243LB=\037\030\020\331\331ʺ\253\225L@=\037\027\020\347\331ɺ\253\221L@<\037\027\020\346\331\301\256\244\241edeU^U}eP5&\033\237”, <incomplete sequence \341>…) at online_stitcher.cu:449
449 unsigned char src_y = bilinear_intp_cuda_UYVY(in[index], karg.iimg_pitch, point_x, point_y, 0);
(cuda-gdb) p in[index]
$9 = (@managed @generic unsigned char * restrict @generic) 0x104f34000 “\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201”, <incomplete sequence \350>…

204550Ϻ5427L@:

CUDA Exception: Warp Illegal Address
The exception was triggered at PC 0x8e9a78 (online_stitcher.cu:355)

Thread 9 “new_vcam2media” received signal CUDA_EXCEPTION_14, Warp Illegal Address.
[Switching focus to CUDA kernel 0, grid 4, block (93,73,0), thread (0,4,0), device 0, sm 0, warp 27, lane 0]
0x00000000008e9a88 in bilinear_intp (pdata=0x532146104f34000 , pitch=2048, x=560.936584, y=1005.16626, channel=0) at online_stitcher.cu:355
355 v2 = *(pval + pitch * 2);
(cuda-gdb)
(cuda-gdb) p pdata
$8 = (@generic unsigned char * @register) 0x532146104f34000
(cuda-gdb) up
#1 0x00000000008eca90 in kernel_stitch_UYVY_umem<<<(240,120,1),(8,8,1)>>> (in=0x100204000,
out=0x101136000 “\350\336պ\253\202L3\037\020\223\347ٽ\265\253J>\037\030\020\350\335պ\254\213@8\037\020]\350\331Ǻ\253d=-\037\020\245\346پ\266qL=&\035\020\311\344ٻ\265hK=%\034\020\311\344ټ\263oL=(\036\020\251\347\331«\204L=0\037\020h\350\331̯\246LA<\037\025\020\350\337ն\253ZI=%\035\020\245\350Ϻ\254\227L@:\037\024\020\350\337\276\267\253fK=+\037\020k\350ٺ\261\253LF=!\034\020\257\331к\255\243LB=\037\030\020\331\331ʺ\253\225L@=\037\027\020\347\331ɺ\253\221L@<\037\027\020\346\331\301\256\244\241edeU^U}eP5&\033\237”, <incomplete sequence \341>…) at online_stitcher.cu:449
449 unsigned char src_y = bilinear_intp_cuda_UYVY(in[index], karg.iimg_pitch, point_x, point_y, 0);
(cuda-gdb) p in[index]
$9 = (@managed @generic unsigned char * restrict @generic) 0x104f34000 “\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201”, <incomplete sequence \350>…

37

CUDA Exception: Warp Illegal Address
The exception was triggered at PC 0x8e9a78 (online_stitcher.cu:355)

Thread 9 “new_vcam2media” received signal CUDA_EXCEPTION_14, Warp Illegal Address.
[Switching focus to CUDA kernel 0, grid 4, block (93,73,0), thread (0,4,0), device 0, sm 0, warp 27, lane 0]
0x00000000008e9a88 in bilinear_intp (pdata=0x532146104f34000 , pitch=2048, x=560.936584, y=1005.16626, channel=0) at online_stitcher.cu:355
355 v2 = *(pval + pitch * 2);
(cuda-gdb)
(cuda-gdb) p pdata
$8 = (@generic unsigned char * @register) 0x532146104f34000
(cuda-gdb) up
#1 0x00000000008eca90 in kernel_stitch_UYVY_umem<<<(240,120,1),(8,8,1)>>> (in=0x100204000,
out=0x101136000 “\350\336պ\253\202L3\037\020\223\347ٽ\265\253J>\037\030\020\350\335պ\254\213@8\037\020]\350\331Ǻ\253d=-\037\020\245\346پ\266qL=&\035\020\311\344ٻ\265hK=%\034\020\311\344ټ\263oL=(\036\020\251\347\331«\204L=0\037\020h\350\331̯\246LA<\037\025\020\350\337ն\253ZI=%\035\020\245\350Ϻ\254\227L@:\037\024\020\350\337\276\267\253fK=+\037\020k\350ٺ\261\253LF=!\034\020\257\331к\255\243LB=\037\030\020\331\331ʺ\253\225L@=\037\027\020\347\331ɺ\253\221L@<\037\027\020\346\331\301\256\244\241edeU^U}eP5&\033\237”, <incomplete sequence \341>…) at online_stitcher.cu:449
449 unsigned char src_y = bilinear_intp_cuda_UYVY(in[index], karg.iimg_pitch, point_x, point_y, 0);
(cuda-gdb) p in[index]
$9 = (@managed @generic unsigned char * restrict @generic) 0x104f34000 “\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201”, <incomplete sequence \350>…

24

CUDA Exception: Warp Illegal Address
The exception was triggered at PC 0x8e9a78 (online_stitcher.cu:355)

Thread 9 “new_vcam2media” received signal CUDA_EXCEPTION_14, Warp Illegal Address.
[Switching focus to CUDA kernel 0, grid 4, block (93,73,0), thread (0,4,0), device 0, sm 0, warp 27, lane 0]
0x00000000008e9a88 in bilinear_intp (pdata=0x532146104f34000 , pitch=2048, x=560.936584, y=1005.16626, channel=0) at online_stitcher.cu:355
355 v2 = *(pval + pitch * 2);
(cuda-gdb)
(cuda-gdb) p pdata
$8 = (@generic unsigned char * @register) 0x532146104f34000
(cuda-gdb) up
#1 0x00000000008eca90 in kernel_stitch_UYVY_umem<<<(240,120,1),(8,8,1)>>> (in=0x100204000,
out=0x101136000 “\350\336պ\253\202L3\037\020\223\347ٽ\265\253J>\037\030\020\350\335պ\254\213@8\037\020]\350\331Ǻ\253d=-\037\020\245\346پ\266qL=&\035\020\311\344ٻ\265hK=%\034\020\311\344ټ\263oL=(\036\020\251\347\331«\204L=0\037\020h\350\331̯\246LA<\037\025\020\350\337ն\253ZI=%\035\020\245\350Ϻ\254\227L@:\037\024\020\350\337\276\267\253fK=+\037\020k\350ٺ\261\253LF=!\034\020\257\331к\255\243LB=\037\030\020\331\331ʺ\253\225L@=\037\027\020\347\331ɺ\253\221L@<\037\027\020\346\331\301\256\244\241edeU^U}eP5&\033\237”, <incomplete sequence \341>…) at online_stitcher.cu:449
449 unsigned char src_y = bilinear_intp_cuda_UYVY(in[index], karg.iimg_pitch, point_x, point_y, 0);
(cuda-gdb) p in[index]
$9 = (@managed @generic unsigned char * restrict @generic) 0x104f34000 “\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201”, <incomplete sequence \350>…

205037766753fK=+

CUDA Exception: Warp Illegal Address
The exception was triggered at PC 0x8e9a78 (online_stitcher.cu:355)

Thread 9 “new_vcam2media” received signal CUDA_EXCEPTION_14, Warp Illegal Address.
[Switching focus to CUDA kernel 0, grid 4, block (93,73,0), thread (0,4,0), device 0, sm 0, warp 27, lane 0]
0x00000000008e9a88 in bilinear_intp (pdata=0x532146104f34000 , pitch=2048, x=560.936584, y=1005.16626, channel=0) at online_stitcher.cu:355
355 v2 = *(pval + pitch * 2);
(cuda-gdb)
(cuda-gdb) p pdata
$8 = (@generic unsigned char * @register) 0x532146104f34000
(cuda-gdb) up
#1 0x00000000008eca90 in kernel_stitch_UYVY_umem<<<(240,120,1),(8,8,1)>>> (in=0x100204000,
out=0x101136000 “\350\336պ\253\202L3\037\020\223\347ٽ\265\253J>\037\030\020\350\335պ\254\213@8\037\020]\350\331Ǻ\253d=-\037\020\245\346پ\266qL=&\035\020\311\344ٻ\265hK=%\034\020\311\344ټ\263oL=(\036\020\251\347\331«\204L=0\037\020h\350\331̯\246LA<\037\025\020\350\337ն\253ZI=%\035\020\245\350Ϻ\254\227L@:\037\024\020\350\337\276\267\253fK=+\037\020k\350ٺ\261\253LF=!\034\020\257\331к\255\243LB=\037\030\020\331\331ʺ\253\225L@=\037\027\020\347\331ɺ\253\221L@<\037\027\020\346\331\301\256\244\241edeU^U}eP5&\033\237”, <incomplete sequence \341>…) at online_stitcher.cu:449
449 unsigned char src_y = bilinear_intp_cuda_UYVY(in[index], karg.iimg_pitch, point_x, point_y, 0);
(cuda-gdb) p in[index]
$9 = (@managed @generic unsigned char * restrict @generic) 0x104f34000 “\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201”, <incomplete sequence \350>…

37

CUDA Exception: Warp Illegal Address
The exception was triggered at PC 0x8e9a78 (online_stitcher.cu:355)

Thread 9 “new_vcam2media” received signal CUDA_EXCEPTION_14, Warp Illegal Address.
[Switching focus to CUDA kernel 0, grid 4, block (93,73,0), thread (0,4,0), device 0, sm 0, warp 27, lane 0]
0x00000000008e9a88 in bilinear_intp (pdata=0x532146104f34000 , pitch=2048, x=560.936584, y=1005.16626, channel=0) at online_stitcher.cu:355
355 v2 = *(pval + pitch * 2);
(cuda-gdb)
(cuda-gdb) p pdata
$8 = (@generic unsigned char * @register) 0x532146104f34000
(cuda-gdb) up
#1 0x00000000008eca90 in kernel_stitch_UYVY_umem<<<(240,120,1),(8,8,1)>>> (in=0x100204000,
out=0x101136000 “\350\336պ\253\202L3\037\020\223\347ٽ\265\253J>\037\030\020\350\335պ\254\213@8\037\020]\350\331Ǻ\253d=-\037\020\245\346پ\266qL=&\035\020\311\344ٻ\265hK=%\034\020\311\344ټ\263oL=(\036\020\251\347\331«\204L=0\037\020h\350\331̯\246LA<\037\025\020\350\337ն\253ZI=%\035\020\245\350Ϻ\254\227L@:\037\024\020\350\337\276\267\253fK=+\037\020k\350ٺ\261\253LF=!\034\020\257\331к\255\243LB=\037\030\020\331\331ʺ\253\225L@=\037\027\020\347\331ɺ\253\221L@<\037\027\020\346\331\301\256\244\241edeU^U}eP5&\033\237”, <incomplete sequence \341>…) at online_stitcher.cu:449
449 unsigned char src_y = bilinear_intp_cuda_UYVY(in[index], karg.iimg_pitch, point_x, point_y, 0);
(cuda-gdb) p in[index]
$9 = (@managed @generic unsigned char * restrict @generic) 0x104f34000 “\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201”, <incomplete sequence \350>…

20k50ٺ6153LF=!

CUDA Exception: Warp Illegal Address
The exception was triggered at PC 0x8e9a78 (online_stitcher.cu:355)

Thread 9 “new_vcam2media” received signal CUDA_EXCEPTION_14, Warp Illegal Address.
[Switching focus to CUDA kernel 0, grid 4, block (93,73,0), thread (0,4,0), device 0, sm 0, warp 27, lane 0]
0x00000000008e9a88 in bilinear_intp (pdata=0x532146104f34000 , pitch=2048, x=560.936584, y=1005.16626, channel=0) at online_stitcher.cu:355
355 v2 = *(pval + pitch * 2);
(cuda-gdb)
(cuda-gdb) p pdata
$8 = (@generic unsigned char * @register) 0x532146104f34000
(cuda-gdb) up
#1 0x00000000008eca90 in kernel_stitch_UYVY_umem<<<(240,120,1),(8,8,1)>>> (in=0x100204000,
out=0x101136000 “\350\336պ\253\202L3\037\020\223\347ٽ\265\253J>\037\030\020\350\335պ\254\213@8\037\020]\350\331Ǻ\253d=-\037\020\245\346پ\266qL=&\035\020\311\344ٻ\265hK=%\034\020\311\344ټ\263oL=(\036\020\251\347\331«\204L=0\037\020h\350\331̯\246LA<\037\025\020\350\337ն\253ZI=%\035\020\245\350Ϻ\254\227L@:\037\024\020\350\337\276\267\253fK=+\037\020k\350ٺ\261\253LF=!\034\020\257\331к\255\243LB=\037\030\020\331\331ʺ\253\225L@=\037\027\020\347\331ɺ\253\221L@<\037\027\020\346\331\301\256\244\241edeU^U}eP5&\033\237”, <incomplete sequence \341>…) at online_stitcher.cu:449
449 unsigned char src_y = bilinear_intp_cuda_UYVY(in[index], karg.iimg_pitch, point_x, point_y, 0);
(cuda-gdb) p in[index]
$9 = (@managed @generic unsigned char * restrict @generic) 0x104f34000 “\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201”, <incomplete sequence \350>…

34

CUDA Exception: Warp Illegal Address
The exception was triggered at PC 0x8e9a78 (online_stitcher.cu:355)

Thread 9 “new_vcam2media” received signal CUDA_EXCEPTION_14, Warp Illegal Address.
[Switching focus to CUDA kernel 0, grid 4, block (93,73,0), thread (0,4,0), device 0, sm 0, warp 27, lane 0]
0x00000000008e9a88 in bilinear_intp (pdata=0x532146104f34000 , pitch=2048, x=560.936584, y=1005.16626, channel=0) at online_stitcher.cu:355
355 v2 = *(pval + pitch * 2);
(cuda-gdb)
(cuda-gdb) p pdata
$8 = (@generic unsigned char * @register) 0x532146104f34000
(cuda-gdb) up
#1 0x00000000008eca90 in kernel_stitch_UYVY_umem<<<(240,120,1),(8,8,1)>>> (in=0x100204000,
out=0x101136000 “\350\336պ\253\202L3\037\020\223\347ٽ\265\253J>\037\030\020\350\335պ\254\213@8\037\020]\350\331Ǻ\253d=-\037\020\245\346پ\266qL=&\035\020\311\344ٻ\265hK=%\034\020\311\344ټ\263oL=(\036\020\251\347\331«\204L=0\037\020h\350\331̯\246LA<\037\025\020\350\337ն\253ZI=%\035\020\245\350Ϻ\254\227L@:\037\024\020\350\337\276\267\253fK=+\037\020k\350ٺ\261\253LF=!\034\020\257\331к\255\243LB=\037\030\020\331\331ʺ\253\225L@=\037\027\020\347\331ɺ\253\221L@<\037\027\020\346\331\301\256\244\241edeU^U}eP5&\033\237”, <incomplete sequence \341>…) at online_stitcher.cu:449
449 unsigned char src_y = bilinear_intp_cuda_UYVY(in[index], karg.iimg_pitch, point_x, point_y, 0);
(cuda-gdb) p in[index]
$9 = (@managed @generic unsigned char * restrict @generic) 0x104f34000 “\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201”, <incomplete sequence \350>…

205731к5543LB=

CUDA Exception: Warp Illegal Address
The exception was triggered at PC 0x8e9a78 (online_stitcher.cu:355)

Thread 9 “new_vcam2media” received signal CUDA_EXCEPTION_14, Warp Illegal Address.
[Switching focus to CUDA kernel 0, grid 4, block (93,73,0), thread (0,4,0), device 0, sm 0, warp 27, lane 0]
0x00000000008e9a88 in bilinear_intp (pdata=0x532146104f34000 , pitch=2048, x=560.936584, y=1005.16626, channel=0) at online_stitcher.cu:355
355 v2 = *(pval + pitch * 2);
(cuda-gdb)
(cuda-gdb) p pdata
$8 = (@generic unsigned char * @register) 0x532146104f34000
(cuda-gdb) up
#1 0x00000000008eca90 in kernel_stitch_UYVY_umem<<<(240,120,1),(8,8,1)>>> (in=0x100204000,
out=0x101136000 “\350\336պ\253\202L3\037\020\223\347ٽ\265\253J>\037\030\020\350\335պ\254\213@8\037\020]\350\331Ǻ\253d=-\037\020\245\346پ\266qL=&\035\020\311\344ٻ\265hK=%\034\020\311\344ټ\263oL=(\036\020\251\347\331«\204L=0\037\020h\350\331̯\246LA<\037\025\020\350\337ն\253ZI=%\035\020\245\350Ϻ\254\227L@:\037\024\020\350\337\276\267\253fK=+\037\020k\350ٺ\261\253LF=!\034\020\257\331к\255\243LB=\037\030\020\331\331ʺ\253\225L@=\037\027\020\347\331ɺ\253\221L@<\037\027\020\346\331\301\256\244\241edeU^U}eP5&\033\237”, <incomplete sequence \341>…) at online_stitcher.cu:449
449 unsigned char src_y = bilinear_intp_cuda_UYVY(in[index], karg.iimg_pitch, point_x, point_y, 0);
(cuda-gdb) p in[index]
$9 = (@managed @generic unsigned char * restrict @generic) 0x104f34000 “\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201”, <incomplete sequence \350>…

37

CUDA Exception: Warp Illegal Address
The exception was triggered at PC 0x8e9a78 (online_stitcher.cu:355)

Thread 9 “new_vcam2media” received signal CUDA_EXCEPTION_14, Warp Illegal Address.
[Switching focus to CUDA kernel 0, grid 4, block (93,73,0), thread (0,4,0), device 0, sm 0, warp 27, lane 0]
0x00000000008e9a88 in bilinear_intp (pdata=0x532146104f34000 , pitch=2048, x=560.936584, y=1005.16626, channel=0) at online_stitcher.cu:355
355 v2 = *(pval + pitch * 2);
(cuda-gdb)
(cuda-gdb) p pdata
$8 = (@generic unsigned char * @register) 0x532146104f34000
(cuda-gdb) up
#1 0x00000000008eca90 in kernel_stitch_UYVY_umem<<<(240,120,1),(8,8,1)>>> (in=0x100204000,
out=0x101136000 “\350\336պ\253\202L3\037\020\223\347ٽ\265\253J>\037\030\020\350\335պ\254\213@8\037\020]\350\331Ǻ\253d=-\037\020\245\346پ\266qL=&\035\020\311\344ٻ\265hK=%\034\020\311\344ټ\263oL=(\036\020\251\347\331«\204L=0\037\020h\350\331̯\246LA<\037\025\020\350\337ն\253ZI=%\035\020\245\350Ϻ\254\227L@:\037\024\020\350\337\276\267\253fK=+\037\020k\350ٺ\261\253LF=!\034\020\257\331к\255\243LB=\037\030\020\331\331ʺ\253\225L@=\037\027\020\347\331ɺ\253\221L@<\037\027\020\346\331\301\256\244\241edeU^U}eP5&\033\237”, <incomplete sequence \341>…) at online_stitcher.cu:449
449 unsigned char src_y = bilinear_intp_cuda_UYVY(in[index], karg.iimg_pitch, point_x, point_y, 0);
(cuda-gdb) p in[index]
$9 = (@managed @generic unsigned char * restrict @generic) 0x104f34000 “\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201”, <incomplete sequence \350>…

30

CUDA Exception: Warp Illegal Address
The exception was triggered at PC 0x8e9a78 (online_stitcher.cu:355)

Thread 9 “new_vcam2media” received signal CUDA_EXCEPTION_14, Warp Illegal Address.
[Switching focus to CUDA kernel 0, grid 4, block (93,73,0), thread (0,4,0), device 0, sm 0, warp 27, lane 0]
0x00000000008e9a88 in bilinear_intp (pdata=0x532146104f34000 , pitch=2048, x=560.936584, y=1005.16626, channel=0) at online_stitcher.cu:355
355 v2 = *(pval + pitch * 2);
(cuda-gdb)
(cuda-gdb) p pdata
$8 = (@generic unsigned char * @register) 0x532146104f34000
(cuda-gdb) up
#1 0x00000000008eca90 in kernel_stitch_UYVY_umem<<<(240,120,1),(8,8,1)>>> (in=0x100204000,
out=0x101136000 “\350\336պ\253\202L3\037\020\223\347ٽ\265\253J>\037\030\020\350\335պ\254\213@8\037\020]\350\331Ǻ\253d=-\037\020\245\346پ\266qL=&\035\020\311\344ٻ\265hK=%\034\020\311\344ټ\263oL=(\036\020\251\347\331«\204L=0\037\020h\350\331̯\246LA<\037\025\020\350\337ն\253ZI=%\035\020\245\350Ϻ\254\227L@:\037\024\020\350\337\276\267\253fK=+\037\020k\350ٺ\261\253LF=!\034\020\257\331к\255\243LB=\037\030\020\331\331ʺ\253\225L@=\037\027\020\347\331ɺ\253\221L@<\037\027\020\346\331\301\256\244\241edeU^U}eP5&\033\237”, <incomplete sequence \341>…) at online_stitcher.cu:449
449 unsigned char src_y = bilinear_intp_cuda_UYVY(in[index], karg.iimg_pitch, point_x, point_y, 0);
(cuda-gdb) p in[index]
$9 = (@managed @generic unsigned char * restrict @generic) 0x104f34000 “\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201”, <incomplete sequence \350>…

203131ʺ5325L@=

CUDA Exception: Warp Illegal Address
The exception was triggered at PC 0x8e9a78 (online_stitcher.cu:355)

Thread 9 “new_vcam2media” received signal CUDA_EXCEPTION_14, Warp Illegal Address.
[Switching focus to CUDA kernel 0, grid 4, block (93,73,0), thread (0,4,0), device 0, sm 0, warp 27, lane 0]
0x00000000008e9a88 in bilinear_intp (pdata=0x532146104f34000 , pitch=2048, x=560.936584, y=1005.16626, channel=0) at online_stitcher.cu:355
355 v2 = *(pval + pitch * 2);
(cuda-gdb)
(cuda-gdb) p pdata
$8 = (@generic unsigned char * @register) 0x532146104f34000
(cuda-gdb) up
#1 0x00000000008eca90 in kernel_stitch_UYVY_umem<<<(240,120,1),(8,8,1)>>> (in=0x100204000,
out=0x101136000 “\350\336պ\253\202L3\037\020\223\347ٽ\265\253J>\037\030\020\350\335պ\254\213@8\037\020]\350\331Ǻ\253d=-\037\020\245\346پ\266qL=&\035\020\311\344ٻ\265hK=%\034\020\311\344ټ\263oL=(\036\020\251\347\331«\204L=0\037\020h\350\331̯\246LA<\037\025\020\350\337ն\253ZI=%\035\020\245\350Ϻ\254\227L@:\037\024\020\350\337\276\267\253fK=+\037\020k\350ٺ\261\253LF=!\034\020\257\331к\255\243LB=\037\030\020\331\331ʺ\253\225L@=\037\027\020\347\331ɺ\253\221L@<\037\027\020\346\331\301\256\244\241edeU^U}eP5&\033\237”, <incomplete sequence \341>…) at online_stitcher.cu:449
449 unsigned char src_y = bilinear_intp_cuda_UYVY(in[index], karg.iimg_pitch, point_x, point_y, 0);
(cuda-gdb) p in[index]
$9 = (@managed @generic unsigned char * restrict @generic) 0x104f34000 “\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201”, <incomplete sequence \350>…

37

CUDA Exception: Warp Illegal Address
The exception was triggered at PC 0x8e9a78 (online_stitcher.cu:355)

Thread 9 “new_vcam2media” received signal CUDA_EXCEPTION_14, Warp Illegal Address.
[Switching focus to CUDA kernel 0, grid 4, block (93,73,0), thread (0,4,0), device 0, sm 0, warp 27, lane 0]
0x00000000008e9a88 in bilinear_intp (pdata=0x532146104f34000 , pitch=2048, x=560.936584, y=1005.16626, channel=0) at online_stitcher.cu:355
355 v2 = *(pval + pitch * 2);
(cuda-gdb)
(cuda-gdb) p pdata
$8 = (@generic unsigned char * @register) 0x532146104f34000
(cuda-gdb) up
#1 0x00000000008eca90 in kernel_stitch_UYVY_umem<<<(240,120,1),(8,8,1)>>> (in=0x100204000,
out=0x101136000 “\350\336պ\253\202L3\037\020\223\347ٽ\265\253J>\037\030\020\350\335պ\254\213@8\037\020]\350\331Ǻ\253d=-\037\020\245\346پ\266qL=&\035\020\311\344ٻ\265hK=%\034\020\311\344ټ\263oL=(\036\020\251\347\331«\204L=0\037\020h\350\331̯\246LA<\037\025\020\350\337ն\253ZI=%\035\020\245\350Ϻ\254\227L@:\037\024\020\350\337\276\267\253fK=+\037\020k\350ٺ\261\253LF=!\034\020\257\331к\255\243LB=\037\030\020\331\331ʺ\253\225L@=\037\027\020\347\331ɺ\253\221L@<\037\027\020\346\331\301\256\244\241edeU^U}eP5&\033\237”, <incomplete sequence \341>…) at online_stitcher.cu:449
449 unsigned char src_y = bilinear_intp_cuda_UYVY(in[index], karg.iimg_pitch, point_x, point_y, 0);
(cuda-gdb) p in[index]
$9 = (@managed @generic unsigned char * restrict @generic) 0x104f34000 “\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201”, <incomplete sequence \350>…

27

CUDA Exception: Warp Illegal Address
The exception was triggered at PC 0x8e9a78 (online_stitcher.cu:355)

Thread 9 “new_vcam2media” received signal CUDA_EXCEPTION_14, Warp Illegal Address.
[Switching focus to CUDA kernel 0, grid 4, block (93,73,0), thread (0,4,0), device 0, sm 0, warp 27, lane 0]
0x00000000008e9a88 in bilinear_intp (pdata=0x532146104f34000 , pitch=2048, x=560.936584, y=1005.16626, channel=0) at online_stitcher.cu:355
355 v2 = *(pval + pitch * 2);
(cuda-gdb)
(cuda-gdb) p pdata
$8 = (@generic unsigned char * @register) 0x532146104f34000
(cuda-gdb) up
#1 0x00000000008eca90 in kernel_stitch_UYVY_umem<<<(240,120,1),(8,8,1)>>> (in=0x100204000,
out=0x101136000 “\350\336պ\253\202L3\037\020\223\347ٽ\265\253J>\037\030\020\350\335պ\254\213@8\037\020]\350\331Ǻ\253d=-\037\020\245\346پ\266qL=&\035\020\311\344ٻ\265hK=%\034\020\311\344ټ\263oL=(\036\020\251\347\331«\204L=0\037\020h\350\331̯\246LA<\037\025\020\350\337ն\253ZI=%\035\020\245\350Ϻ\254\227L@:\037\024\020\350\337\276\267\253fK=+\037\020k\350ٺ\261\253LF=!\034\020\257\331к\255\243LB=\037\030\020\331\331ʺ\253\225L@=\037\027\020\347\331ɺ\253\221L@<\037\027\020\346\331\301\256\244\241edeU^U}eP5&\033\237”, <incomplete sequence \341>…) at online_stitcher.cu:449
449 unsigned char src_y = bilinear_intp_cuda_UYVY(in[index], karg.iimg_pitch, point_x, point_y, 0);
(cuda-gdb) p in[index]
$9 = (@managed @generic unsigned char * restrict @generic) 0x104f34000 “\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201”, <incomplete sequence \350>…

204731ɺ5321L@<

CUDA Exception: Warp Illegal Address
The exception was triggered at PC 0x8e9a78 (online_stitcher.cu:355)

Thread 9 “new_vcam2media” received signal CUDA_EXCEPTION_14, Warp Illegal Address.
[Switching focus to CUDA kernel 0, grid 4, block (93,73,0), thread (0,4,0), device 0, sm 0, warp 27, lane 0]
0x00000000008e9a88 in bilinear_intp (pdata=0x532146104f34000 , pitch=2048, x=560.936584, y=1005.16626, channel=0) at online_stitcher.cu:355
355 v2 = *(pval + pitch * 2);
(cuda-gdb)
(cuda-gdb) p pdata
$8 = (@generic unsigned char * @register) 0x532146104f34000
(cuda-gdb) up
#1 0x00000000008eca90 in kernel_stitch_UYVY_umem<<<(240,120,1),(8,8,1)>>> (in=0x100204000,
out=0x101136000 “\350\336պ\253\202L3\037\020\223\347ٽ\265\253J>\037\030\020\350\335պ\254\213@8\037\020]\350\331Ǻ\253d=-\037\020\245\346پ\266qL=&\035\020\311\344ٻ\265hK=%\034\020\311\344ټ\263oL=(\036\020\251\347\331«\204L=0\037\020h\350\331̯\246LA<\037\025\020\350\337ն\253ZI=%\035\020\245\350Ϻ\254\227L@:\037\024\020\350\337\276\267\253fK=+\037\020k\350ٺ\261\253LF=!\034\020\257\331к\255\243LB=\037\030\020\331\331ʺ\253\225L@=\037\027\020\347\331ɺ\253\221L@<\037\027\020\346\331\301\256\244\241edeU^U}eP5&\033\237”, <incomplete sequence \341>…) at online_stitcher.cu:449
449 unsigned char src_y = bilinear_intp_cuda_UYVY(in[index], karg.iimg_pitch, point_x, point_y, 0);
(cuda-gdb) p in[index]
$9 = (@managed @generic unsigned char * restrict @generic) 0x104f34000 “\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201”, <incomplete sequence \350>…

37

CUDA Exception: Warp Illegal Address
The exception was triggered at PC 0x8e9a78 (online_stitcher.cu:355)

Thread 9 “new_vcam2media” received signal CUDA_EXCEPTION_14, Warp Illegal Address.
[Switching focus to CUDA kernel 0, grid 4, block (93,73,0), thread (0,4,0), device 0, sm 0, warp 27, lane 0]
0x00000000008e9a88 in bilinear_intp (pdata=0x532146104f34000 , pitch=2048, x=560.936584, y=1005.16626, channel=0) at online_stitcher.cu:355
355 v2 = *(pval + pitch * 2);
(cuda-gdb)
(cuda-gdb) p pdata
$8 = (@generic unsigned char * @register) 0x532146104f34000
(cuda-gdb) up
#1 0x00000000008eca90 in kernel_stitch_UYVY_umem<<<(240,120,1),(8,8,1)>>> (in=0x100204000,
out=0x101136000 “\350\336պ\253\202L3\037\020\223\347ٽ\265\253J>\037\030\020\350\335պ\254\213@8\037\020]\350\331Ǻ\253d=-\037\020\245\346پ\266qL=&\035\020\311\344ٻ\265hK=%\034\020\311\344ټ\263oL=(\036\020\251\347\331«\204L=0\037\020h\350\331̯\246LA<\037\025\020\350\337ն\253ZI=%\035\020\245\350Ϻ\254\227L@:\037\024\020\350\337\276\267\253fK=+\037\020k\350ٺ\261\253LF=!\034\020\257\331к\255\243LB=\037\030\020\331\331ʺ\253\225L@=\037\027\020\347\331ɺ\253\221L@<\037\027\020\346\331\301\256\244\241edeU^U}eP5&\033\237”, <incomplete sequence \341>…) at online_stitcher.cu:449
449 unsigned char src_y = bilinear_intp_cuda_UYVY(in[index], karg.iimg_pitch, point_x, point_y, 0);
(cuda-gdb) p in[index]
$9 = (@managed @generic unsigned char * restrict @generic) 0x104f34000 “\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201”, <incomplete sequence \350>…

27

CUDA Exception: Warp Illegal Address
The exception was triggered at PC 0x8e9a78 (online_stitcher.cu:355)

Thread 9 “new_vcam2media” received signal CUDA_EXCEPTION_14, Warp Illegal Address.
[Switching focus to CUDA kernel 0, grid 4, block (93,73,0), thread (0,4,0), device 0, sm 0, warp 27, lane 0]
0x00000000008e9a88 in bilinear_intp (pdata=0x532146104f34000 , pitch=2048, x=560.936584, y=1005.16626, channel=0) at online_stitcher.cu:355
355 v2 = *(pval + pitch * 2);
(cuda-gdb)
(cuda-gdb) p pdata
$8 = (@generic unsigned char * @register) 0x532146104f34000
(cuda-gdb) up
#1 0x00000000008eca90 in kernel_stitch_UYVY_umem<<<(240,120,1),(8,8,1)>>> (in=0x100204000,
out=0x101136000 “\350\336պ\253\202L3\037\020\223\347ٽ\265\253J>\037\030\020\350\335պ\254\213@8\037\020]\350\331Ǻ\253d=-\037\020\245\346پ\266qL=&\035\020\311\344ٻ\265hK=%\034\020\311\344ټ\263oL=(\036\020\251\347\331«\204L=0\037\020h\350\331̯\246LA<\037\025\020\350\337ն\253ZI=%\035\020\245\350Ϻ\254\227L@:\037\024\020\350\337\276\267\253fK=+\037\020k\350ٺ\261\253LF=!\034\020\257\331к\255\243LB=\037\030\020\331\331ʺ\253\225L@=\037\027\020\347\331ɺ\253\221L@<\037\027\020\346\331\301\256\244\241edeU^U}eP5&\033\237”, <incomplete sequence \341>…) at online_stitcher.cu:449
449 unsigned char src_y = bilinear_intp_cuda_UYVY(in[index], karg.iimg_pitch, point_x, point_y, 0);
(cuda-gdb) p in[index]
$9 = (@managed @generic unsigned char * restrict @generic) 0x104f34000 “\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201”, <incomplete sequence \350>…

20463101564441edeU^U}eP5&

CUDA Exception: Warp Illegal Address
The exception was triggered at PC 0x8e9a78 (online_stitcher.cu:355)

Thread 9 “new_vcam2media” received signal CUDA_EXCEPTION_14, Warp Illegal Address.
[Switching focus to CUDA kernel 0, grid 4, block (93,73,0), thread (0,4,0), device 0, sm 0, warp 27, lane 0]
0x00000000008e9a88 in bilinear_intp (pdata=0x532146104f34000 , pitch=2048, x=560.936584, y=1005.16626, channel=0) at online_stitcher.cu:355
355 v2 = *(pval + pitch * 2);
(cuda-gdb)
(cuda-gdb) p pdata
$8 = (@generic unsigned char * @register) 0x532146104f34000
(cuda-gdb) up
#1 0x00000000008eca90 in kernel_stitch_UYVY_umem<<<(240,120,1),(8,8,1)>>> (in=0x100204000,
out=0x101136000 “\350\336պ\253\202L3\037\020\223\347ٽ\265\253J>\037\030\020\350\335պ\254\213@8\037\020]\350\331Ǻ\253d=-\037\020\245\346پ\266qL=&\035\020\311\344ٻ\265hK=%\034\020\311\344ټ\263oL=(\036\020\251\347\331«\204L=0\037\020h\350\331̯\246LA<\037\025\020\350\337ն\253ZI=%\035\020\245\350Ϻ\254\227L@:\037\024\020\350\337\276\267\253fK=+\037\020k\350ٺ\261\253LF=!\034\020\257\331к\255\243LB=\037\030\020\331\331ʺ\253\225L@=\037\027\020\347\331ɺ\253\221L@<\037\027\020\346\331\301\256\244\241edeU^U}eP5&\033\237”, <incomplete sequence \341>…) at online_stitcher.cu:449
449 unsigned char src_y = bilinear_intp_cuda_UYVY(in[index], karg.iimg_pitch, point_x, point_y, 0);
(cuda-gdb) p in[index]
$9 = (@managed @generic unsigned char * restrict @generic) 0x104f34000 “\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201\350\201”, <incomplete sequence \350>…

3337", <incomplete sequence 41>...) at online_stitcher.cu:449
449                 unsigned char src_y = bilinear_intp_cuda_UYVY(in[index], karg.iimg_pitch, point_x, point_y, 0);
(cuda-gdb) p in[index]
$9 = (@managed @generic unsigned char * restrict @generic) 0x104f34000 "01500150015001500150015001500150015001500150015001500150015001500150015001500150015001500150015001500150015001500150015001500150015001500150015001500150015001500150015001500150015001500150015001500150015001500150015001500150015001500150015001500150015001500150015001500150015001500150015001500150015001500150015001500150015001500150015001500150015001500150015001500150015001500150015001500150015001", <incomplete sequence 50>...

Note that in the caller function ( global kernel_func ), in[index] is 0x104f34000, while inside the callee ( device bilinear_intp ) the pdata is 0x532146104f34000. It seems the high bits of the argument passed to callee are garbage values.

Note also that, some thread has this issue, like the one above (grid 4, block (93,73,0), thread (0,4,0)). Some does not, I tested it by setting breakpoint.

I’m running this on TX2, with R28.2.1, cuda-9.0.

Could anyone please give me advice? Thanks.