From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 13555 invoked by alias); 6 Oct 2006 21:27:17 -0000 Received: (qmail 13547 invoked by uid 22791); 6 Oct 2006 21:27:16 -0000 X-Spam-Check-By: sourceware.org Received: from mx2.palmsource.com (HELO mx2.palmsource.com) (12.7.175.14) by sourceware.org (qpsmtpd/0.31) with ESMTP; Fri, 06 Oct 2006 21:27:12 +0000 Received: from localhost (localhost [127.0.0.1]) by localhost.domain.tld (Postfix) with ESMTP id 50DAE26795; Fri, 6 Oct 2006 14:27:11 -0700 (PDT) Received: from mx2.palmsource.com ([127.0.0.1]) by localhost (mx2.palmsource.com [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 28431-09-17; Fri, 6 Oct 2006 14:27:10 -0700 (PDT) Received: from ussunex01.palmsource.com (unknown [192.168.101.9]) by mx2.palmsource.com (Postfix) with ESMTP id 8F94425F8F; Fri, 6 Oct 2006 14:27:10 -0700 (PDT) Received: from 192.168.92.75 ([192.168.92.75]) by ussunex01.palmsource.com ([192.168.101.9]) via Exchange Front-End Server owa.palmsource.com ([10.0.20.17]) with Microsoft Exchange Server HTTP-DAV ; Fri, 6 Oct 2006 21:27:10 +0000 Received: from svmsnyderlnx by owa.palmsource.com; 06 Oct 2006 14:27:09 -0700 Subject: Re: [patch] realloc bug in add_symbol_file_command From: Michael Snyder To: Jean-Marc Saffroy Cc: gdb-patches@sourceware.org In-Reply-To: References: Content-Type: text/plain Content-Transfer-Encoding: 7bit Date: Fri, 06 Oct 2006 21:27:00 -0000 Message-Id: <1160170029.19232.0.camel@localhost.localdomain> Mime-Version: 1.0 X-Mailer: Evolution 2.4.1 X-IsSubscribed: yes Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org X-SW-Source: 2006-10/txt/msg00070.txt.bz2 On Fri, 2006-10-06 at 16:16 +0200, Jean-Marc Saffroy wrote: > Hello, > > In gdb 6.5 I had systematic crashes with add-symbol-file: my kernel > modules have many sections... :) The patch below lets me load many modules > now. Just to be safe, might you want to use >=?