Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/buzzySmile/qBreakpad
/ crash
Method
crash
demo/program/TestThread.cpp:17–21 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
15
}
16
17
void TestThread::crash()
18
{
19
reinterpret_cast<QString*>(1)->toInt();
20
throw 1;
21
}
22
23
void TestThread::run()
24
{
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected