[51087] trunk/dports/devel/protobuf-cpp/Portfile

blair at macports.org blair at macports.org
Sun May 17 14:58:08 PDT 2009


Revision: 51087
          http://trac.macports.org/changeset/51087
Author:   blair at macports.org
Date:     2009-05-17 14:58:07 -0700 (Sun, 17 May 2009)
Log Message:
-----------
Disable core dumps to prepare for the 2.1.0 upgrade, which the test
suite generates quite a few, deliberately it appears.

A sample backtrace is

(gdb) bt
#0  0x91f4de42 in kill$UNIX2003 ()
#1  0x91fc023a in raise ()
#2  0x91fcc679 in abort ()
#3  0x00236ebd in google::protobuf::internal::LogMessage::Finish (this=<value temporarily unavailable, due to optimizations>) at google/protobuf/stubs/common.cc:171
#4  0x000cd777 in protobuf_unittest::TestAllTypes::MergeFrom (this=0xbfffef68, from=@0xbfffef68) at google/protobuf/unittest.pb.cc:4847
#5  0x00005a30 in google::protobuf::compiler::cpp::cpp_unittest::GeneratedMessageTest_MergeFromSelf_Test::TestBody (this=0x4058c0) at google/protobuf/compiler/cpp/cpp_unittest.cc:427
#6  0x00394368 in testing::Test::Run (this=0x4058c0) at src/gtest.cc:2056
#7  0x00394458 in testing::internal::TestInfoImpl::Run (this=0x404370) at src/gtest.cc:2287
#8  0x0038e19a in testing::internal::ListNode<testing::TestInfo*>::next () at gtest-internal-inl.h:397
#9  0x0038e19a in ForEach<void (*)(testing::TestInfo*)> [inlined] () at gtest-internal-inl.h:394
#10 0x0038e19a in testing::TestCase::Run (this=0x403670) at gtest-internal-inl.h:2383
#11 0x00391e5a in testing::internal::ListNode<testing::TestCase*>::next () at gtest-internal-inl.h:397
#12 0x00391e5a in ForEach<void (*)(testing::TestCase*)> [inlined] () at gtest-internal-inl.h:394
#13 0x00391e5a in testing::internal::UnitTestImpl::RunAllTests (this=0x4035a0) at gtest-internal-inl.h:3669
#14 0x003c7ee4 in main (argc=1, argv=0xbffff5b0) at src/gtest_main.cc:38

Modified Paths:
--------------
    trunk/dports/devel/protobuf-cpp/Portfile

Modified: trunk/dports/devel/protobuf-cpp/Portfile
===================================================================
--- trunk/dports/devel/protobuf-cpp/Portfile	2009-05-17 21:56:27 UTC (rev 51086)
+++ trunk/dports/devel/protobuf-cpp/Portfile	2009-05-17 21:58:07 UTC (rev 51087)
@@ -50,4 +50,5 @@
 }
 
 test.run	yes
+test.cmd	"ulimit -c 0; make"
 test.target	check
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20090517/b83a3476/attachment.html>


More information about the macports-changes mailing list