Advertisement
Guest User

Untitled

a guest
Jun 28th, 2020
89
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.65 KB | None | 0 0
  1. Segmentation fault at address 0x7ff646ce3b6c
  2. 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)
  3. self.is_focused = true;
  4. ^
  5. D:\repos\neuro-zig\src\widgets\widget.zig:57:49: 0x7ff646bdd829 in widgets.widget.Widget::widgets.widget.Widget.onLeftMouseDown (neuro-zig-debug.o)
  6. .SearchBar => |*s| s.onLeftMouseDown(ui),
  7. ^
  8. D:\repos\neuro-zig\src\user_interface.zig:239:46: 0x7ff646bdc8ee in user_interface.UserInterface()::user_interface.UserInterface().onMouseButtonEvent (neuro-zig-debug.o)
  9. wwc.*.onLeftMouseDown(ui);
  10. ^
  11. ???:?:?: 0x7677ffde17 in ??? (???)
  12. integer overflow
  13. C:\Portable Apps\zig\lib\zig\std\debug.zig:139:69: 0x7ff646c1c45e in std.debug.dumpStackTraceFromBase (neuro-zig-debug.o)
  14. printSourceAtAddress(debug_info, stderr, return_address - 1, tty_config) catch return;
  15. ^
  16. C:\Portable Apps\zig\lib\zig\std\debug.zig:1817:31: 0x7ff646c155c2 in std.debug.handleSegfaultWindowsExtra (neuro-zig-debug.o)
  17. dumpStackTraceFromBase(regs.bp, regs.ip);
  18. ^
  19. C:\Portable Apps\zig\lib\zig\std\debug.zig:1798:73: 0x7ff646c0719d in std.debug.handleSegfaultWindows (neuro-zig-debug.o)
  20. windows.EXCEPTION_ACCESS_VIOLATION => handleSegfaultWindowsExtra(info, 1, null),
  21. ^
  22. Unable to dump stack trace: FileNotFound
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement