bug-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#3606: Crash in ns_index_color (nsterm.m:1305)


From: Ben Lowery
Subject: bug#3606: Crash in ns_index_color (nsterm.m:1305)
Date: Thu, 18 Jun 2009 11:04:44 -0400

Yup, I am using color-theme. I've attached the theme I'm using.

On Thu, Jun 18, 2009 at 10:58 AM, David Reitter<david.reitter@gmail.com> wrote:
> Forwarding a crash report.
> nsterm.m:1305, in the given revision, is the line marked:
>
>  {
>    int i;
>    for (i = 1; i < color_table->avail; i++)
>      {
> *****        if (color_table->colors[i] && [color_table->colors[i] isEqual:
> color])
>          {
>            [color_table->colors[i] retain];
>            return i;
>          }
>      }
>  }
>
> Btw, why are we managing this table ourselves rather than using an
> appropriate NS class?  It seems like we're defining our own ns_color_table
> structure anyways...
>
> Ben, I wonder if you're using color themes or something else that defines a
> lot of different colors.
>
> - D
>
>
> Begin forwarded message:
>
>> From: Ben Lowery <blowery@gmail.com>
>> Date: June 18, 2009 10:43:00 AM EDT
>> To: Development of Aquamacs Emacs <aquamacs-devel@aquamacs.org>
>> Subject: [Aquamacs-devel] Crasher in ns_index_color (nsterm.m:1305)
>>
>> Attached is a crash log for Aquamacs, on
>> 3fa42d1a06357f8f65dff161524374f3feaaa3ac
>>
>> Happened as I was C-x C-f ing to open a file. Happens sporadically,
>> and I don't have a good repro case.
>>
>> -b
>
>> _______________________
>
>

Attachment: color-theme-wombat.el
Description: Binary data


reply via email to

[Prev in Thread] Current Thread [Next in Thread]