Package: src:google-glog
Followup-For: Bug #749169
I tried to re-enable optimization (as it was disabled) and rebuild,
and the testcases passed. (mysteriously?) Hope this can be of help.
Cheers,
Yixuan
The new test log:
$ cat symbolize_unittest.log
Test case TestWithReturnAddress passed.
I0524 18:38:23.965982 12629 symbolize_unittest.cc:238] Stack consumption of
empty signal handler: 560
I0524 18:38:23.966485 12629 symbolize_unittest.cc:240] Stack consumption of
symbolize signal handler: 2168
I0524 18:38:23.966595 12629 symbolize_unittest.cc:242] Stack consumption of
Symbolize: 1608
I0524 18:38:23.967195 12629 symbolize_unittest.cc:238] Stack consumption of
empty signal handler: 560
I0524 18:38:23.967272 12629 symbolize_unittest.cc:240] Stack consumption of
symbolize signal handler: 2168
I0524 18:38:23.967342 12629 symbolize_unittest.cc:242] Stack consumption of
Symbolize: 1608
I0524 18:38:23.968232 12629 symbolize_unittest.cc:238] Stack consumption of
empty signal handler: 560
I0524 18:38:23.968312 12629 symbolize_unittest.cc:240] Stack consumption of
symbolize signal handler: 2168
I0524 18:38:23.968382 12629 symbolize_unittest.cc:242] Stack consumption of
Symbolize: 1608
Passed 4 tests
PASS
The modification:
diff --git a/debian/rules b/debian/rules
index ab8e93a..71ce5d7 100755
--- a/debian/rules
+++ b/debian/rules
@@ -4,7 +4,7 @@
# Uncomment this to turn on verbose mode.
#export DH_VERBOSE=1
-export DEB_BUILD_OPTIONS=noopt
+#export DEB_BUILD_OPTIONS=noopt
%:
dh $@ --with autoreconf
--
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]