MCPcopy 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
17void TestThread::crash()
18{
19 reinterpret_cast<QString*>(1)->toInt();
20 throw 1;
21}
22
23void TestThread::run()
24{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected