dimahardie / google-breakpad

Automatically exported from code.google.com/p/google-breakpad
0 stars 0 forks source link

Breakpad for mac fails to lock a mutex in release mode #398

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
In src/client/mac/Framework/Breakpad.mm, line 103:

    // Lock the mutex
    assert(pthread_mutex_lock(mutex_) == 0);

Can you spot the problem?

Original issue reported on code.google.com by d...@gmail.com on 26 Aug 2010 at 9:34

GoogleCodeExporter commented 8 years ago
Here's a fix.

Original comment by d...@gmail.com on 26 Aug 2010 at 10:00

Attachments: