Skip to content

Instantly share code, notes, and snippets.

@Moxinilian
Created June 13, 2019 21:08
Show Gist options
  • Save Moxinilian/c6662d6dea9824f3e8cd530932d88a4c to your computer and use it in GitHub Desktop.
Save Moxinilian/c6662d6dea9824f3e8cd530932d88a4c to your computer and use it in GitHub Desktop.
thread 'main' panicked at 'internal error: entered unreachable code', C:\Users\theod\.cargo\registry\src\github.com-1ecc6299db9ec823\gfx-backend-vulkan-0.2.1\src\device.rs:1310:18
stack backtrace:
0: backtrace::backtrace::trace_unsynchronized
at C:\Users\appveyor\.cargo\registry\src\github.com-1ecc6299db9ec823\backtrace-0.3.29\src\backtrace\mod.rs:66
1: std::sys_common::backtrace::_print
at /rustc/991c719a1d0f95c37ed7ea56bdb38bcc2a6246b9\/src\libstd\sys_common\backtrace.rs:47
2: std::sys_common::backtrace::print
at /rustc/991c719a1d0f95c37ed7ea56bdb38bcc2a6246b9\/src\libstd\sys_common\backtrace.rs:36
3: std::panicking::default_hook::{{closure}}
at /rustc/991c719a1d0f95c37ed7ea56bdb38bcc2a6246b9\/src\libstd\panicking.rs:198
4: std::panicking::default_hook
at /rustc/991c719a1d0f95c37ed7ea56bdb38bcc2a6246b9\/src\libstd\panicking.rs:212
5: std::panicking::rust_panic_with_hook
at /rustc/991c719a1d0f95c37ed7ea56bdb38bcc2a6246b9\/src\libstd\panicking.rs:475
6: std::panicking::begin_panic
7: gfx_backend_vulkan::device::<impl gfx_hal::device::Device<gfx_backend_vulkan::Backend> for gfx_backend_vulkan::Device>::bind_image_memory
8: rendy_resource::image::Image<B>::create
9: rendy_factory::factory::Factory<B>::create_image
10: rendy_texture::texture::TextureBuilder::build
11: rayon_core::spawn::spawn_in
12: amethyst_assets::storage::AssetStorage<A>::process_custom_drop
13: <amethyst_rendy::system::RenderingSystem<B,G> as shred::system::RunNow>::run_now
14: shred::dispatch::dispatcher::Dispatcher::dispatch
15: <T as amethyst::state::State<amethyst::game_data::GameData,amethyst::state_event::StateEvent>>::update
16: amethyst::app::CoreApplication<T,E,R>::run
17: hashbrown::map::HashMap<K,V,S>::retain
18: core::ops::function::impls::<impl core::ops::function::FnOnce<A> for &mut F>::call_once
19: std::rt::lang_start_internal::{{closure}}
at /rustc/991c719a1d0f95c37ed7ea56bdb38bcc2a6246b9\/src\libstd\rt.rs:49
20: std::panicking::try::do_call<closure,i32>
at /rustc/991c719a1d0f95c37ed7ea56bdb38bcc2a6246b9\/src\libstd\panicking.rs:294
21: panic_unwind::__rust_maybe_catch_panic
at /rustc/991c719a1d0f95c37ed7ea56bdb38bcc2a6246b9\/src\libpanic_unwind\lib.rs:85
22: std::panicking::try
at /rustc/991c719a1d0f95c37ed7ea56bdb38bcc2a6246b9\/src\libstd\panicking.rs:273
23: std::panic::catch_unwind
at /rustc/991c719a1d0f95c37ed7ea56bdb38bcc2a6246b9\/src\libstd\panic.rs:388
24: std::rt::lang_start_internal
at /rustc/991c719a1d0f95c37ed7ea56bdb38bcc2a6246b9\/src\libstd\rt.rs:48
25: main
26: invoke_main
at f:\dd\vctools\crt\vcstartup\src\startup\exe_common.inl:78
27: __scrt_common_main_seh
at f:\dd\vctools\crt\vcstartup\src\startup\exe_common.inl:283
28: BaseThreadInitThunk
29: RtlUserThreadStart
[ERROR][rendy_resource::escape] Terminal must be dropped after all `Escape`s
[ERROR][rendy_resource::escape] Terminal must be dropped after all `Escape`s
[ERROR][rendy_resource::escape] Terminal must be dropped after all `Escape`s
[ERROR][rendy_resource::escape] Terminal must be dropped after all `Escape`s
[ERROR][rendy_resource::escape] Terminal must be dropped after all `Escape`s
[ERROR][rendy_resource::escape] Terminal must be dropped after all `Escape`s
thread 'main' panicked at 'assertion failed: `(left == right)`
left: `1`,
right: `0`: SizeEntry(131072) is still used', C:\Users\theod\.cargo\registry\src\github.com-1ecc6299db9ec823\rendy-memory-0.2.0\src\allocator\dynamic.rs:477:13
stack backtrace:
0: 0x7ff6edad77fc - backtrace::backtrace::trace_unsynchronized
at C:\Users\appveyor\.cargo\registry\src\github.com-1ecc6299db9ec823\backtrace-0.3.29\src\backtrace\mod.rs:66
1: 0x7ff6edad77fc - std::sys_common::backtrace::_print
at /rustc/991c719a1d0f95c37ed7ea56bdb38bcc2a6246b9\/src\libstd\sys_common\backtrace.rs:47
2: 0x7ff6edadae2e - std::sys_common::backtrace::print
at /rustc/991c719a1d0f95c37ed7ea56bdb38bcc2a6246b9\/src\libstd\sys_common\backtrace.rs:36
3: 0x7ff6edadae2e - std::panicking::default_hook::{{closure}}
at /rustc/991c719a1d0f95c37ed7ea56bdb38bcc2a6246b9\/src\libstd\panicking.rs:198
4: 0x7ff6edadaade - std::panicking::default_hook
at /rustc/991c719a1d0f95c37ed7ea56bdb38bcc2a6246b9\/src\libstd\panicking.rs:212
5: 0x7ff6edadb6c0 - std::panicking::rust_panic_with_hook
at /rustc/991c719a1d0f95c37ed7ea56bdb38bcc2a6246b9\/src\libstd\panicking.rs:475
6: 0x7ff6edadb1f4 - std::panicking::continue_panic_fmt
at /rustc/991c719a1d0f95c37ed7ea56bdb38bcc2a6246b9\/src\libstd\panicking.rs:382
7: 0x7ff6edadb142 - std::panicking::begin_panic_fmt
at /rustc/991c719a1d0f95c37ed7ea56bdb38bcc2a6246b9\/src\libstd\panicking.rs:337
8: 0x7ff6ed649009 - rendy_memory::allocator::dynamic::DynamicAllocator<B>::dispose::h8e28502b57c40c28
9: 0x7ff6ed6e4f38 - rendy_memory::heaps::Heaps<B>::dispose::hd4794a4d1635fa3d
10: 0x7ff6ed7875e9 - <rendy_factory::factory::Factory<B> as core::ops::drop::Drop>::drop::h8090371c1cd3fe22
11: 0x7ff6ed689730 - core::ptr::real_drop_in_place::h0e350d82cd9ad072
12: 0x7ff6ed68cd23 - core::ptr::real_drop_in_place::he468661fb2b20b6d
13: 0x7ff6ed68a9bd - core::ptr::real_drop_in_place::h45a040bf409e3f76
14: 0x7ff6ed6a08b7 - hashbrown::map::HashMap<K,V,S>::retain::he947c3b4ec894563
15: 0x7ffe2bb21030 - <unknown>
16: 0x7ffe2bb23596 - is_exception_typeof
17: 0x7ffe2bb2bca4 - _C_specific_handler
18: 0x7ffe2bb22fe5 - is_exception_typeof
19: 0x7ffe2bb2c171 - _CxxFrameHandler3
20: 0x7ffe4608f85d - _chkstk
21: 0x7ffe45ffe240 - RtlUnwindEx
22: 0x7ffe2bb2bfe5 - _C_specific_handler
23: 0x7ffe2bb22689 - is_exception_typeof
24: 0x7ffe2bb229df - is_exception_typeof
25: 0x7ffe2bb230eb - is_exception_typeof
26: 0x7ffe2bb2c171 - _CxxFrameHandler3
27: 0x7ffe4608f7dd - _chkstk
28: 0x7ffe45ffd856 - RtlWalkFrameChain
29: 0x7ffe45ffbe9a - RtlRaiseException
30: 0x7ffe4266a388 - RaiseException
31: 0x7ffe2bb2486d - CxxThrowException
32: 0x7ff6edadf888 - panic_unwind::imp::panic
at /rustc/991c719a1d0f95c37ed7ea56bdb38bcc2a6246b9\/src\libpanic_unwind\seh.rs:281
33: 0x7ff6edadf888 - panic_unwind::__rust_start_panic
at /rustc/991c719a1d0f95c37ed7ea56bdb38bcc2a6246b9\/src\libpanic_unwind\lib.rs:101
34: 0x7ff6edadb888 - std::panicking::rust_panic
at /rustc/991c719a1d0f95c37ed7ea56bdb38bcc2a6246b9\/src\libstd\panicking.rs:524
35: 0x7ff6edadb76e - std::panicking::rust_panic_with_hook
at /rustc/991c719a1d0f95c37ed7ea56bdb38bcc2a6246b9\/src\libstd\panicking.rs:495
36: 0x7ff6ed99cf25 - std::panicking::begin_panic::heaaac21e66a7e80a
37: 0x7ff6ed999cce - gfx_backend_vulkan::device::<impl gfx_hal::device::Device<gfx_backend_vulkan::Backend> for gfx_backend_vulkan::Device>::bind_image_memory::h1202140c97efaf74
38: 0x7ff6ed624ad1 - rendy_resource::image::Image<B>::create::h86080bacbc8329e7
39: 0x7ff6ed775d51 - rendy_factory::factory::Factory<B>::create_image::hf396d9c8ad8d2260
40: 0x7ff6ed6e86c6 - rendy_texture::texture::TextureBuilder::build::h0475c25678b4e4c6
41: 0x7ff6ed71391a - rayon_core::spawn::spawn_in::heea0e72b4e8bfdeb
42: 0x7ff6ed719bcb - amethyst_assets::storage::AssetStorage<A>::process_custom_drop::h2495080db2db4fa8
43: 0x7ff6ed6d4c67 - <amethyst_rendy::system::RenderingSystem<B,G> as shred::system::RunNow>::run_now::h4ac212143e52efdf
44: 0x7ff6edabbe1d - shred::dispatch::dispatcher::Dispatcher::dispatch::h2d20681172600369
45: 0x7ff6ed675a25 - <T as amethyst::state::State<amethyst::game_data::GameData,amethyst::state_event::StateEvent>>::update::he947bacdee053a89
46: 0x7ff6ed5d06f0 - amethyst::app::CoreApplication<T,E,R>::run::h1fe32fbbe43a36bd
47: 0x7ff6ed6a02a2 - hashbrown::map::HashMap<K,V,S>::retain::he947c3b4ec894563
48: 0x7ff6ed6bbeda - core::ops::function::impls::<impl core::ops::function::FnOnce<A> for &mut F>::call_once::h6cac6bdefc3def5f
49: 0x7ff6edadb037 - std::rt::lang_start_internal::{{closure}}
at /rustc/991c719a1d0f95c37ed7ea56bdb38bcc2a6246b9\/src\libstd\rt.rs:49
50: 0x7ff6edadb037 - std::panicking::try::do_call<closure,i32>
at /rustc/991c719a1d0f95c37ed7ea56bdb38bcc2a6246b9\/src\libstd\panicking.rs:294
51: 0x7ff6edadf7a2 - panic_unwind::__rust_maybe_catch_panic
at /rustc/991c719a1d0f95c37ed7ea56bdb38bcc2a6246b9\/src\libpanic_unwind\lib.rs:85
52: 0x7ff6edadb9e2 - std::panicking::try
at /rustc/991c719a1d0f95c37ed7ea56bdb38bcc2a6246b9\/src\libstd\panicking.rs:273
53: 0x7ff6edadb9e2 - std::panic::catch_unwind
at /rustc/991c719a1d0f95c37ed7ea56bdb38bcc2a6246b9\/src\libstd\panic.rs:388
54: 0x7ff6edadb9e2 - std::rt::lang_start_internal
at /rustc/991c719a1d0f95c37ed7ea56bdb38bcc2a6246b9\/src\libstd\rt.rs:48
55: 0x7ff6ed6a21b7 - main
56: 0x7ff6edafb989 - invoke_main
at f:\dd\vctools\crt\vcstartup\src\startup\exe_common.inl:78
57: 0x7ff6edafb989 - __scrt_common_main_seh
at f:\dd\vctools\crt\vcstartup\src\startup\exe_common.inl:283
58: 0x7ffe45814034 - BaseThreadInitThunk
59: 0x7ffe46063691 - RtlUserThreadStart
thread panicked while panicking. aborting.
error: process didn't exit successfully: `target\release\examples\gltf.exe` (exit code: 0xc000001d, STATUS_ILLEGAL_INSTRUCTION)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment