Description Hi everyone, Have been trying to get our large iOS project building using a trunk snapshot in order to experiment w/ bleeding edge features. So far blocked by this crash (and possible others). I'm a
ebpf.plugin: malloc.c:2617: sysmalloc: Assertion `(old_top == initial_top (av) && old_size == 0) || ((unsigned long) (old_size) >= MINSIZE && prev_inuse (old_top) && ((unsigned long) old_end & (pagesize - 1)) == 0)' failed. Aborted (core dumped) ...
In function ‘std::vector<std::vector<int, std::allocator<int> > > contour_expand(at::Tensor, at::Tensor, int, int)’: ./mmcv/ops/csrc/pytorch/contour_expand.cpp:105:15: warning: variable ‘label_map_shape’ set but not used [-Wunused-but-set-variable] 105 | IntArrayRef label_...
I used rust-gdb to run the test program again, and got the following stacktrace: #0 __GI_raise (sig=sig@entry=6) at ../sysdeps/unix/sysv/linux/raise.c:51 #1 0x00007ffff7212231 in __GI_abort () at abort.c:79 #2 0x00007ffff72099da in __assert_fail_base (fmt=0x7ffff735cd48...
When I convert .pth to .engine model on the windows10 system. It successfully converted .onnx, but failed trt ,with an error occured as "Error Code 2: Internal Error (Assertion cublasStatus == CUBLAS_STATUS_SUCCESS failed. )" Here lays t...
Python/pystate.c:2218: _PyThreadState_PopFrame: Assertion `tstate->datastack_top >= base' failed. Referring to: assert(tstate->datastack_top>=base); I've spent hours on trying to find a more minimal reproducer, but unfortunately, the best I can offer without some help about what I co...