• 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
Re: Fix and continue problem (can't find Bundle)
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Fix and continue problem (can't find Bundle)


  • Subject: Re: Fix and continue problem (can't find Bundle)
  • From: email@hidden
  • Date: 14-Oct-2004 08:45:02 CEDT





Hi,

The error message that I get is
"Bundle '/private/tmp/1F60EDBA071E55710088C0CE' not found."
I verified in the terminal and this file is not inside the tmp folder.

I also checked the detailed build window, but what I can see is that the
build is not started.

I checked again my build settings:
Prebinding is on
Zerolinking is on
Fix and continue is on
Optimization is off

Some other clues?

Regards
Luc




|---------+---------------------------->
|         |           Jim Ingham       |
|         |           <email@hidden|
|         |           m>               |
|         |                            |
|         |           10/13/04 07:33 PM|
|---------+---------------------------->
  >------------------------------------------------------------------------------------------------------------------------------|
  |                                                                                                                              |
  |       To:       Luc Wollants/AMASA/MOR/AGFA/BE/BAYER@AGFA                                                                    |
  |       cc:       email@hidden                                                                                  |
  |       Subject:  Re: Fix and continue problem (can't find Bundle)                                                             |
  >------------------------------------------------------------------------------------------------------------------------------|




First off, check that the bundle with that name actually exists.  If
not, then we have to figure out why it isn't getting made...

There is another bug we have seen occasionally where the build system
spasses out and builds the fix bundle with optimization.  gdb can't
load in an optimized fixed bundle - it can't do the patching magic it
needs to do on that - so the fix is rejected.  But the error message is
also wrong and comes out as "not found".

You can check this by looking at the detailed build log for the bundle
as it is getting built, and make sure the compiler is being invoked
with "-O0" and not "-O3" or "-Os" or some other higher optimization
level.

Jim


On Oct 13, 2004, at 7:10 AM, email@hidden wrote:

>
>
>
>
>> I've been trying to get Fix and Continue working for
>> one of my C++ projects, but everytime I click the Fix
>> button, I get error messages like:
>>
>> Error fixing main.cpp: Bundle
>> '/private/tmp/001B08E206FC28AE0088C4CA' not found
>>
>> I've verified that both Zerolink and Fix and Continue
>> are enabled in my project options, and that
>> optmizations are disabled.
>>
>> Can anybody tell me how to fix this problem?
>>
>> Thanks
>
> Hi,
>
> I have the same problem with my C++ project.
>
> As suggested in a previous message I examined
> the detailed build window but it doesn't contain any errors.
>
> I just changed a loop to stop at 100 instead of 10,
> so not much can go wrong with that.
>
> Any other solutions/suggestions for this problem?
>
> Thanks
> Luc
>
>  _______________________________________________
> 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

 _______________________________________________
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

References: 
 >Re: Fix and continue problem (can't find Bundle) (From: Jim Ingham <email@hidden>)

  • Prev by Date: Re: .Nib files and CVS - need advice
  • Next by Date: Re: How do you debug a C++ Standard Tool Application?
  • Previous by thread: Re: Fix and continue problem (can't find Bundle)
  • Next by thread: debugging dyld messages?
  • Index(es):
    • Date
    • Thread