binaryninja-api icon indicating copy to clipboard operation
binaryninja-api copied to clipboard

Crash when closing tab

Open romanholidaypancakes opened this issue 5 months ago • 3 comments

Version and Platform (required):

  • Binary Ninja Version: free 5.0.7486
  • Edition: free
  • OS: windows
  • OS Version: 11
  • CPU Architecture: x64

Bug Description: I opened three tabs and it crashed when I closed the second one.

Steps To Reproduce: I can't reproduce it, but I have the crash stack (I can't provide the dmp file), if you need other windbg command information please let me know

0:000> K
 # Child-SP          RetAddr               Call Site
00 00000057`0b0f9f98 00007ffb`2a5591f8     ntdll!NtWaitForMultipleObjects+0x14
01 00000057`0b0f9fa0 00007ffb`2a5587ce     ntdll!WerpWaitForCrashReporting+0xa8
02 00000057`0b0fa020 00007ffb`2a557f6b     ntdll!RtlReportExceptionHelper+0x33e
03 00000057`0b0fa0f0 00007ffb`2a57d574     ntdll!RtlReportException+0x9b
04 00000057`0b0fa170 00007ffb`2a4ff827     ntdll!RtlReportFatalFailure$filt$0+0x33
05 00000057`0b0fa1a0 00007ffb`2a515e1f     ntdll!_C_specific_handler+0x97
06 00000057`0b0fa210 00007ffb`2a48e8a6     ntdll!RtlpExecuteHandlerForException+0xf
07 00000057`0b0fa240 00007ffb`2a4c4975     ntdll!RtlDispatchException+0x286
08 00000057`0b0fa990 00007ffb`2a57d539     ntdll!RtlRaiseException+0x195
09 00000057`0b0fb170 00007ffb`2a57d503     ntdll!RtlReportFatalFailure+0x9
0a 00000057`0b0fb1c0 00007ffb`2a58659a     ntdll!RtlReportCriticalFailure+0x97
0b 00000057`0b0fb2b0 00007ffb`2a58687a     ntdll!RtlpHeapHandleError+0x12
0c 00000057`0b0fb2e0 00007ffb`2a592875     ntdll!RtlpHpHeapHandleError+0x7a
0d 00000057`0b0fb310 00007ffb`2a4ac3dc     ntdll!RtlpLogHeapFailure+0x45
0e 00000057`0b0fb340 00007ffb`2a4ab021     ntdll!RtlpFreeHeapInternal+0x84c
0f 00000057`0b0fb400 00007ffb`27f7364b     ntdll!RtlFreeHeap+0x51
10 00000057`0b0fb440 00007ff9`fd9fae84     ucrtbase!_free_base+0x1b
11 00000057`0b0fb470 00007ff9`fd9fa897     Qt6Widgets!QLabel::clear+0x184
12 00000057`0b0fb4a0 00007ff6`7546ea15     Qt6Widgets!QLabel::~QLabel+0x27
13 00000057`0b0fb4d0 00007ff9`fe804ee0     binaryninja+0x77ea15
14 00000057`0b0fb500 00007ff9`fd8dbcc2     Qt6Core!QObjectPrivate::deleteChildren+0x80
15 00000057`0b0fb550 00007ff6`762ebc4f     Qt6Widgets!QWidget::~QWidget+0x5e2
16 00000057`0b0fb5f0 00007ff9`fe808785     binaryninja+0x15fbc4f
17 00000057`0b0fb620 00007ff9`fd8e3ad8     Qt6Core!QObject::event+0xa5
18 00000057`0b0fb730 00007ff9`fd97bf33     Qt6Widgets!QWidget::event+0xe68
19 00000057`0b0fb810 00007ff9`fd8a2082     Qt6Widgets!QFrame::event+0x33
1a 00000057`0b0fb840 00007ff9`fd8a1231     Qt6Widgets!QApplicationPrivate::notify_helper+0x152
1b 00000057`0b0fb870 00007ff9`fe7c18ef     Qt6Widgets!QApplication::notify+0x16d1
1c 00000057`0b0fbd40 00007ff9`fe7c40c2     Qt6Core!QCoreApplication::notifyInternal2+0x10f
1d 00000057`0b0fbdb0 00007ff9`fe23c27f     Qt6Core!QCoreApplicationPrivate::sendPostedEvents+0x202
1e 00000057`0b0fbea0 00007ff9`fe947360     Qt6Gui!QWindowsGuiEventDispatcher::sendPostedEvents+0xf
1f 00000057`0b0fbed0 00007ff9`fe23c1f9     Qt6Core!QEventDispatcherWin32::processEvents+0x90
20 00000057`0b0ff060 00007ff9`fe7c7ff4     Qt6Gui!QWindowsGuiEventDispatcher::processEvents+0x19
21 00000057`0b0ff090 00007ff9`fe7bfce1     Qt6Core!QEventLoop::exec+0x1c4
22 00000057`0b0ff130 00007ff6`7556d727     Qt6Core!QCoreApplication::exec+0x161
23 00000057`0b0ff1b0 00007ff6`7c4f85c4     binaryninja+0x87d727
24 00000057`0b0ffcd0 00007ffb`2923259d     binaryninja+0x78085c4
25 00000057`0b0ffd10 00007ffb`2a4caf58     kernel32!BaseThreadInitThunk+0x1d
26 00000057`0b0ffd40 00000000`00000000     ntdll!RtlUserThreadStart+0x28

Expected Behavior:

Screenshots/Video Recording: na

Binary: na

Additional Information: na

romanholidaypancakes avatar Jun 07 '25 12:06 romanholidaypancakes