From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: E Sabof Newsgroups: gmane.emacs.help Subject: Getting stack traces without entering the debugger Date: Wed, 19 Feb 2014 16:12:04 +0000 Message-ID: <87ob23qdyj.fsf@gmail.com> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1392826355 31933 80.91.229.3 (19 Feb 2014 16:12:35 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 19 Feb 2014 16:12:35 +0000 (UTC) To: help-gnu-emacs Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Wed Feb 19 17:12:43 2014 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1WG9lK-00011O-PV for geh-help-gnu-emacs@m.gmane.org; Wed, 19 Feb 2014 17:12:42 +0100 Original-Received: from localhost ([::1]:60260 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WG9lK-00079f-AX for geh-help-gnu-emacs@m.gmane.org; Wed, 19 Feb 2014 11:12:42 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:39113) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WG9kz-0006yd-NX for help-gnu-emacs@gnu.org; Wed, 19 Feb 2014 11:12:30 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WG9kq-0005mJ-Up for help-gnu-emacs@gnu.org; Wed, 19 Feb 2014 11:12:21 -0500 Original-Received: from mail-wg0-x233.google.com ([2a00:1450:400c:c00::233]:51866) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WG9kq-0005m9-O8 for help-gnu-emacs@gnu.org; Wed, 19 Feb 2014 11:12:12 -0500 Original-Received: by mail-wg0-f51.google.com with SMTP id n12so493652wgh.18 for ; Wed, 19 Feb 2014 08:12:11 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=user-agent:from:to:subject:date:message-id:mime-version :content-type; bh=XBIjuSlPmbFBS4O4dTb8ciQS6qBfzb9tNNNzQ5gAmFQ=; b=WOHAVacrnlj5G/qRLZmtytvtTvNMrhR1H46zw/Gctl3lb8PwFn0yjj2lks3haK4l/m D6Kr9zFMMtjR2YMoMKC6sQmOqHcEq8Gd45X1mBLdZG0qss6zBz7RCnG2qQGuxBF7+g68 lgmHy9SkfJ5GRVaRtRW466siZ9lD0H1+QBIBy3vlGkOo/1F0yYkc/D18p5Ui8GxjTcC0 Q/MRs+tFihHegnlNjYkoPxu1vZgD9hLwk/eS3+xzmnIBeixNlJW3iMH5N3mRrZpqnCbS LlNAD63oeP8Q6EELdwtphQhvEasn0BXRzu/v0h+Eg0ZrFXnX6aB8LSE45PS7bEiPaWGf dr+A== X-Received: by 10.180.188.169 with SMTP id gb9mr2300656wic.17.1392826331748; Wed, 19 Feb 2014 08:12:11 -0800 (PST) Original-Received: from ubuntu ([2.218.154.175]) by mx.google.com with ESMTPSA id fm3sm53092554wib.8.2014.02.19.08.12.08 for (version=TLSv1.2 cipher=RC4-SHA bits=128/128); Wed, 19 Feb 2014 08:12:10 -0800 (PST) User-agent: mu4e 0.9.9.6pre2; emacs 24.3.50.4 X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2a00:1450:400c:c00::233 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:96124 Archived-At: I'm trying to investigate an isearch-related issue, where a function gets called twice, instead of once. Is there a way to get a stack trace and save it to a variable, without calling the debugger? Evgeni