Tristan Konolige
Tristan Konolige
#21 is probably the cause
I'm not sure that the behavior described is correct either. I (or someone else) needs to think out what the correct behavior would be.
It should be easy to port this to linux. The main thing that needs to be replaced is the hooking.
As #8 points out, fnmatch should be used for globbing.
Looks like this is an issue in the TVM thread pool. I ran with TVM compiled with address sanitizer and I get the following error. @tqchen I think you have...
It also errors with the openmp thread pool: ``` AddressSanitizer:DEADLYSIGNAL ================================================================= ==3061121==ERROR: AddressSanitizer: stack-overflow on address 0x7ffded1e9fe8 (pc 0x7f3c9629dbb5 bp 0x7f3c8ba3cef8 sp 0x7ffded1e9fe0 T0) #0 0x7f3c9629dbb5 (/lib64/ld-linux-x86-64.so.2+0x14bb5) #1 0x7f3c9629ddab (/lib64/ld-linux-x86-64.so.2+0x14dab)...
@wrongtest-intellif This sounds like a bug in StorageRewrite and/or PlanAndUpdateBufferAllocationLocation where the allocation should be lifted outside the loop but isn't.
- [ ] Switch hybrid script to use synr. - [ ] Make sure nothing in the tvm codebase requires forking new threads (as opposed to spawning).
Synr is fine, its hybrid script that needs to be updated to use synr.
@jackyflame I'm having trouble reproducing this issue. I tried on a Ubuntu 16.04 VM and could not reproduce. Can you provide more information about your environment? What version of bash...