[Lldb-commits] crash in Proces::RunPrivateStateThread
Carlo Kok
ck at remobjects.com
Mon Sep 30 09:18:00 PDT 2013
thread_result_t
Process::RunPrivateStateThread ()
{
...
WaitForEventsPrivate (NULL, event_sp, control_only);
if (event_sp->BroadcasterIs(&m_private_state_control_broadcaster))
I'm getting a crash because the pointer in event_sp is null. Now this is
probably because some code isn't 100% windows ready, yet. However
shouldn't something be checking the return value of WaitForEventsPrivate
anyway?
--
Carlo Kok
RemObjects Software
More information about the lldb-commits
mailing list