AuTsing

Results 16 comments of AuTsing

``` ********** Crash dump: ********** Build fingerprint: 'Xiaomi/cepheus/cepheus:13/TQ3A.230901.001/1700048355:user/release-keys' #00 0x000000000169b5fa /data/local/tmp/deno_core_tester/deno_core_tester (offset 0x277c000) v8::internal::CppHeap::ShouldFinalizeIncrementalMarking() const ./../../../../project/v8/src/heap/cppgc-js/cpp-heap.cc:823:46 #01 0x000000000157ae44 /data/local/tmp/deno_core_tester/deno_core_tester v8::String::NewExternalOneByte(v8::Isolate*, v8::String::ExternalOneByteStringResource*) ./../../../../project/v8/src/api/api.cc:7569:17 #02 0x00000000013e79bc /data/local/tmp/deno_core_tester/deno_core_tester v8::string::_$LT$impl$u20$v8..data..String$GT$::new_from_onebyte_const::_$u7b$$u7b$closure$u7d$$u7d$::he49368b64e9358c2 /home/autsing/.cargo/registry/src/index.crates.io-6f17d22bba15001f/v8-0.91.1/src/string.rs:524:9 #03 0x00000000012648cc /data/local/tmp/deno_core_tester/deno_core_tester...

@aidant As I said at https://github.com/denoland/rusty_v8/issues/1595, the cause of ```fatal error: 'features.h' file not found``` problem is that since v0.95.0, rusty_v8 merged a new feature https://github.com/denoland/rusty_v8/pull/1507, the build_binding would use...

@devsnek Thanks for your answer. I have tried setting env CLANG_PATH, but it didn't work with the same error message. After I looked through the doc of bindgen. I found...

根据上面几位大佬的讨论,似乎这个问题是和 vtable 有关,但是如何应该获得安卓的 vtable 呢? 这对于我来说有点超纲了,大佬们似乎也没有时间修复

> Can someone test if [this PR](https://github.com/denoland/rusty_v8/pull/1581) fixes the crash? @littledivy I'm very thank you for finding the problem. I have tried to fix the crash following to your PR....