• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
"Carbon unit tests" Bus Error in RunUnitTests
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

"Carbon unit tests" Bus Error in RunUnitTests


  • Subject: "Carbon unit tests" Bus Error in RunUnitTests
  • From: Jean-François Brouillet <email@hidden>
  • Date: Mon, 8 Aug 2005 04:18:49 +0100

I just created my first CPlusTest based unit test following
the how to there:

http://developer.apple.com/documentation/DeveloperTools/Conceptual/ UnitTesting/Articles/CreatingTests.html

and was quite happy ... until I noticed this:

Suite All started
Test test_object::test_basic started
Test test_object::test_basic finished
Test test_object::test_new_object started
Test test_object::test_new_object finished
Test test_object::test_new_sub_object started
Test test_object::test_new_sub_object finished
Test test_object::test_new_plain_vanilla started
/Developer/Tools/RunUnitTests: line 182: 12818 Bus error "$ {TEST_RIG}" "${TEST_BUNDLE_PATH}"


If I comment out the body of my last unit test, I get:
Suite All started
Test test_object::test_basic started
Test test_object::test_basic finished
Test test_object::test_new_object started
Test test_object::test_new_object finished
Test test_object::test_new_sub_object started
Test test_object::test_new_sub_object finished
Test test_object::test_new_plain_vanilla started
Test test_object::test_new_plain_vanilla finished
Suite All finished
Ran 4 tests, 0 failed.

instead.

I understand that "it's somehow my fault", but any pointer as
to what this Bus Error means could help me narrow down where
things start to go bad ...

Many Thanks.
--
Jean-François Brouillet
email@hidden


_______________________________________________ Do not post admin requests to the list. They will be ignored. Xcode-users mailing list (email@hidden) Help/Unsubscribe/Update your Subscription: This email sent to email@hidden
  • Prev by Date: Re: Xcode debugging UI question
  • Next by Date: Re: Subversion and svn:// urls.
  • Previous by thread: Re: linking after dependency has been modified
  • Next by thread: Static lib linking (XCode 2.1)
  • Index(es):
    • Date
    • Thread