From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Prashant Sachdeva Newsgroups: gmane.emacs.devel Subject: Bug in Speedbar Date: Thu, 9 Sep 2010 16:04:57 +0530 Message-ID: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 X-Trace: dough.gmane.org 1284028530 29573 80.91.229.12 (9 Sep 2010 10:35:30 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Thu, 9 Sep 2010 10:35:30 +0000 (UTC) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Sep 09 12:35:29 2010 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1OteTY-0001mn-T2 for ged-emacs-devel@m.gmane.org; Thu, 09 Sep 2010 12:35:29 +0200 Original-Received: from localhost ([127.0.0.1]:38720 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OteTY-0006Xl-B2 for ged-emacs-devel@m.gmane.org; Thu, 09 Sep 2010 06:35:28 -0400 Original-Received: from [140.186.70.92] (port=45958 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OteTP-0006XH-SV for emacs-devel@gnu.org; Thu, 09 Sep 2010 06:35:20 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OteTO-0006x6-Iv for emacs-devel@gnu.org; Thu, 09 Sep 2010 06:35:19 -0400 Original-Received: from mail-ww0-f41.google.com ([74.125.82.41]:50830) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OteTO-0006wq-Cx for emacs-devel@gnu.org; Thu, 09 Sep 2010 06:35:18 -0400 Original-Received: by wwb13 with SMTP id 13so92442wwb.0 for ; Thu, 09 Sep 2010 03:35:17 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:mime-version:received:from:date :message-id:subject:to:content-type; bh=TjsPHjCA8OF4aPVFslGde+Sh5bQmqh6TSmU2PPXnLmc=; b=ThnLjtdgfg3HKZGiuoYCeuiC8uqcXr+Ak2YqzElt9dmE2QZyudY6X1lh3ukzx7CGi7 0X0DMYqx9/0smbCtmZhaXtTNSbhv/uG9OkaPzBjrY1yg0Zd1tFOQK0Bh11JzTqLyumLK MvFOZhvZTsklnfcLqpFHE2Vb5/lHPfYDsCB5U= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:from:date:message-id:subject:to:content-type; b=lHlIjyGCHDwipUbtS5mdPiqxb9OS2IvwNwGAdUY8lpKTg+jHt5zFOhtujbqHQmvGty dXm1HLX4ptPcX4BxJDTslKt+JBuRqhUYvNTgwwLTibvKddlD4Jw+WP3VkoL7XpGIrP39 yVvxguG8RNCkxkSJ6L62APwRpGtPdvBwltO8U= Original-Received: by 10.216.10.145 with SMTP id 17mr1195762wev.27.1284028517192; Thu, 09 Sep 2010 03:35:17 -0700 (PDT) Original-Received: by 10.216.235.40 with HTTP; Thu, 9 Sep 2010 03:34:57 -0700 (PDT) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 2) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:129812 Archived-At: The bug is, I believe, in speedbar. To reproduce, 1. Edit in C++ mode. 2. Open speedbar. 3. When the cursor is on the "Variables" section, press space to open the menu and then space to close. Emacs crashes with a segmentation fault. I might add I am using semantic in C++ mode and sr-speedbar is also being used. I'm not sure if this bug has already been reported. -Prashant