This is the mail archive of the cygwin-apps@cygwin.com mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: setup-2.388 segfaulting


Robert Collins wrote:
> On Mon, 2003-07-28 at 06:21, Robert Collins wrote:
>> On Mon, 2003-07-28 at 00:43, Max Bowsher wrote:
>>> I'm out of time to debug right now, but here's a backtrace:
>>
>>
>> mm, crashes here too. Was working for me last night - thats the strange
>> thing.
>
> the 2.387 snapshot works - and it was a clean build.
>
> Just for reference.

OK, more data:

In ChooserPage::createListview, db.categories.find("All") doesn't find a
category. As a result, it seems that an uninitialized Category gets passed
to PickView::PickView, and on to PickCategoryLine, where a copy constructor
is invoked. A Category contains a String, and the String copy constructor
segfaults, as uninitialized Strings aren't supposed to be possible.


Max.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]