dimahardie / google-breakpad

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

Recently failing test: linux_client_unittest #395

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Run src/client/linux/linux_client_unittest at r653

Get
src/client/linux/handler/exception_handler_unittest.cc:102: Failure
Value of: WIFSIGNALED(status)
  Actual: false
Expected: true
[  FAILED  ] ExceptionHandlerTest.ChildCrash (4 ms)
and
Value of: WIFSIGNALED(status)
  Actual: false
Expected: true
[  FAILED  ] ExceptionHandlerTest.ExternalDumper (6 ms)
----------------------------------------------------------

The test is passing for a client with r647.

The most likely culprits (revisions in range that touch linux specific code) 
are r648, r649, and r653.

Original issue reported on code.google.com by jessicag...@gmail.com on 16 Aug 2010 at 7:37

GoogleCodeExporter commented 8 years ago
It's r649. Markus?

Original comment by thestig@chromium.org on 16 Aug 2010 at 8:00

GoogleCodeExporter commented 8 years ago
Specifically, the _exit(1) call in ExceptionHandler::SignalHandler() causes 
this test failure.

Original comment by thestig@chromium.org on 16 Aug 2010 at 8:53

GoogleCodeExporter commented 8 years ago
Fixed in r656.

Original comment by thestig@chromium.org on 17 Aug 2010 at 3:01