realbasic-nug
[Top] [All Lists]

Mach-O build fails assertion MacOSAppBuilder.cpp:590

To: REALbasic Mailing List <realbasic-nug at lists dot realsoftware dot com>
Subject: Mach-O build fails assertion MacOSAppBuilder.cpp:590
From: Joe Huber <joehuber at talasoft dot com>
Date: Thu, 4 May 2006 15:37:05 -0700
Delivered-to: realbasic-nug at lists dot realsoftware dot com
I'm trying to convert one of my apps to Mach-O, and I get a failed assertion near the end of the build phase. Anyone bumped into this one before and know how to workaround it?

Error 4:Failed Assertion
Location: MacOSAppBuilder.cpp:590
Failure Condition: icnsStream

Thanks,
Joe Huber
_______________________________________________
Unsubscribe or switch delivery mode:
<http://www.realsoftware.com/support/listmanager/>

Search the archives of this list here:
<http://support.realsoftware.com/listarchives/lists.html>


From  Thu 4 May 2006 16:41:50 -0600
Return-Path: <realbasic-nug-bounces at lists dot realsoftware dot com>
Received: from lists.realsoftware.com (209.198.132.125) by realsoftware.com
with ESMTP (Eudora Internet Mail Server 3.1.3);
Thu, 4 May 2006 17:42:07 -0500
Received: from lists.realsoftware.com (localhost [127.0.0.1])
        by lists.realsoftware.com (Postfix) with ESMTP
        id EA1931243462; Thu,  4 May 2006 17:41:57 -0500 (CDT)
X-Original-To: realbasic-nug at lists dot realsoftware dot com
Delivered-To: realbasic-nug at lists dot realsoftware dot com
Received: from hoggle.dreamhost.com (hoggle.dreamhost.com [66.33.197.5])
        by lists.realsoftware.com (Postfix) with ESMTP id 552E81243454
        for <realbasic-nug at lists dot realsoftware dot com>;
        Thu,  4 May 2006 17:41:51 -0500 (CDT)
Received: from [10.0.1.2] (c-67-174-105-26.hsd1.co.comcast.net [67.174.105.26])
        by hoggle.dreamhost.com (Postfix) with ESMTP id A717F731AA
        for <realbasic-nug at lists dot realsoftware dot com>;
        Thu,  4 May 2006 15:41:50 -0700 (PDT)
Date: Thu, 4 May 2006 16:41:50 -0600
From: joe at strout dot net
To: REALbasic NUG <realbasic-nug at lists dot realsoftware dot com>
In-Reply-To: <C23E4FAD-4172-456B-85EC-DDE572B1AE83 at GreenRiverComputing dot 
com>
X-Mailer: VerEx Email Gateway
Content-type: text/plain;
Content-transfer-encoding: 7bit
Message-Id: <20060504224150 dot A717F731AA at hoggle dot dreamhost dot com>
Subject: Re: Array Madness - am I going mad??
X-BeenThere: realbasic-nug at lists dot realsoftware dot com
X-Mailman-Version: 2.1.2
Precedence: list
Reply-To: REALbasic NUG <realbasic-nug at lists dot realsoftware dot com>
Sender: realbasic-nug-bounces at lists dot realsoftware dot com
Errors-To: realbasic-nug-bounces at lists dot realsoftware dot com

On May 04, 2006, at 15:42 UTC, Jason Essington wrote:

Just avoid using append(), as it seems broken in these cases (actual array is a more specific type than the one declared in the method). It will raise an OutOfBoundsException if you attempt to call it.

It looks like Insert does the same thing.  So neither Append nor Insert can be 
used with upcast arrays -- making them of somewhat restricted utility.  I've 
updated the report:

<http://www.realsoftware.com/feedback/viewreport.php?reportid=gfqmchwc>

Cheers,
- Joe

--
Joe Strout -- joe at strout dot net
Available for custom REALbasic programming or instruction.

_______________________________________________
Unsubscribe or switch delivery mode:
<http://www.realsoftware.com/support/listmanager/>

Search the archives of this list here:
<http://support.realsoftware.com/listarchives/lists.html>


<Prev in Thread] Current Thread [Next in Thread>