Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- Segmentation fault at address 0x7ff646ce3b6c
- D:\repos\neuro-zig\src\widgets\search_bar.zig:503:27: 0x7ff646be79dc in widgets.search_bar.SearchBar::widgets.search_bar.SearchBar.onLeftMouseDown (neuro-zig-debug.o)
- self.is_focused = true;
- ^
- D:\repos\neuro-zig\src\widgets\widget.zig:57:49: 0x7ff646bdd829 in widgets.widget.Widget::widgets.widget.Widget.onLeftMouseDown (neuro-zig-debug.o)
- .SearchBar => |*s| s.onLeftMouseDown(ui),
- ^
- D:\repos\neuro-zig\src\user_interface.zig:239:46: 0x7ff646bdc8ee in user_interface.UserInterface()::user_interface.UserInterface().onMouseButtonEvent (neuro-zig-debug.o)
- wwc.*.onLeftMouseDown(ui);
- ^
- ???:?:?: 0x7677ffde17 in ??? (???)
- integer overflow
- C:\Portable Apps\zig\lib\zig\std\debug.zig:139:69: 0x7ff646c1c45e in std.debug.dumpStackTraceFromBase (neuro-zig-debug.o)
- printSourceAtAddress(debug_info, stderr, return_address - 1, tty_config) catch return;
- ^
- C:\Portable Apps\zig\lib\zig\std\debug.zig:1817:31: 0x7ff646c155c2 in std.debug.handleSegfaultWindowsExtra (neuro-zig-debug.o)
- dumpStackTraceFromBase(regs.bp, regs.ip);
- ^
- C:\Portable Apps\zig\lib\zig\std\debug.zig:1798:73: 0x7ff646c0719d in std.debug.handleSegfaultWindows (neuro-zig-debug.o)
- windows.EXCEPTION_ACCESS_VIOLATION => handleSegfaultWindowsExtra(info, 1, null),
- ^
- Unable to dump stack trace: FileNotFound
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement