all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* bug#13050: 24.2.90; Gt-WARNING **: gtk_window_parse_geometry() called on a window with no visible children
@ 2012-12-01 21:18 Steve Revilak
  2012-12-01 21:32 ` Ken Brown
  0 siblings, 1 reply; 3+ messages in thread
From: Steve Revilak @ 2012-12-01 21:18 UTC (permalink / raw)
  To: 13050


[-- Attachment #1.1: Type: text/plain, Size: 4508 bytes --]

This bug report will be sent to the Bug-GNU-Emacs mailing list
and the GNU bug tracker at debbugs.gnu.org.  Please check that
the From: line contains a valid email address.  After a delay of up
to one day, you should receive an acknowledgment at that address.

Please write in English if possible, as the Emacs maintainers
usually do not have translators for other languages.

Please describe exactly what actions triggered the bug, and
the precise symptoms of the bug.  If you can, give a recipe
starting from `emacs -Q':

---------------------------------

Starting emacs from the command line produces the following
Gtk-WARNING on stderr.

   (emacs:11933): Gtk-WARNING **: gtk_window_parse_geometry() called on a window with no visible children; the window should be set up before gtk_window_parse_geometry() is called.

This message does NOT appear when emacs is run as "emacs -Q".
However, it DOES appear in conjunctions with options that are the near
equivalent of -Q:

   $ /usr/local/emacs/bin/emacs --no-site-file --no-site-lisp --no-init-file --no-splash
   (emacs:11946): Gtk-WARNING **: gtk_window_parse_geometry() called on a window with no visible children; the window should be set up before gtk_window_parse_geometry() is called.
   $

My ~/.Xresources contains a geometry resource for emacs:

   emacs.geometry: -2+0

I tried removing this resource entry, at the warning message went away.

As far as I can tell, the Gtk-WARNING is `noise' at startup; emacs
seems to work properly otherwise.

My operating system is OpenSUSE 12.2

   $ uname -a
   Linux srevilak.local 3.4.11-2.16-desktop #1 SMP PREEMPT Wed Sep 26 17:05:00 UTC 2012 (259fc87) i686 i686 i386 GNU/Linux
   $ 


My windowing environment is

   $ kde4-config --version
   Qt: 4.8.1
   KDE Development Platform: 4.8.5 (4.8.5) "release 2"
   kde4-config: 1.0
   $ 

I've attached the output of a gdb session, to get a backtrace from the
point where gtk_window_parse_geometry is first hit.

---------------------------------

If Emacs crashed, and you have the Emacs process in the gdb debugger,
please include the output from the following gdb commands:
     `bt full' and `xbacktrace'.
For information about debugging Emacs, please read the file
/usr/local/emacs-24.2.90/share/emacs/24.2.90/etc/DEBUG.


In GNU Emacs 24.2.90.1 (i686-pc-linux-gnu, GTK+ Version 3.4.4)
  of 2012-11-30 on srevilak.local
Windowing system distributor `The X.Org Foundation', version 11.0.11203000
System Description:	openSUSE 12.2 (i586)

Configured using:
  `configure '--prefix=/usr/local/emacs-24.2.90''

Important settings:
   value of $LC_COLLATE: C
   value of $LANG: en_US.UTF-8
   value of $XMODIFIERS: @im=local
   locale-coding-system: utf-8-unix
   default enable-multibyte-characters: t

Major mode: Fundamental

Minor modes in effect:
   tooltip-mode: t
   mouse-wheel-mode: t
   tool-bar-mode: t
   menu-bar-mode: t
   file-name-shadow-mode: t
   global-font-lock-mode: t
   blink-cursor-mode: t
   auto-composition-mode: t
   auto-encryption-mode: t
   auto-compression-mode: t
   buffer-read-only: t
   line-number-mode: t
   transient-mark-mode: t

Recent input:
M-x r e p o r t - e <down-mouse-1> <mouse-1> m a c 
s <help-echo> C-x o m a <tab> <return>

Recent messages:
For information about GNU Emacs and the GNU system, type C-h C-a.

Load-path shadows:
None found.

Features:
(shadow sort gnus-util mail-extr emacsbug message format-spec rfc822 mml
easymenu mml-sec mm-decode mm-bodies mm-encode mail-parse rfc2231
mailabbrev gmm-utils mailheader sendmail rfc2047 rfc2045 ietf-drums
mm-util mail-prsvr mail-utils time-date tooltip ediff-hook vc-hooks
lisp-float-type mwheel x-win x-dnd tool-bar dnd fontset image regexp-opt
fringe tabulated-list newcomment lisp-mode register page menu-bar
rfn-eshadow timer select scroll-bar mouse jit-lock font-lock syntax
facemenu font-core frame cham georgian utf-8-lang misc-lang vietnamese
tibetan thai tai-viet lao korean japanese hebrew greek romanian slovak
czech european ethiopic indian cyrillic chinese case-table epa-hook
jka-cmpr-hook help simple abbrev minibuffer loaddefs button faces
cus-face macroexp files text-properties overlay sha1 md5 base64 format
env code-pages mule custom widget hashtable-print-readable backquote
make-network-process dbusbind dynamic-setting system-font-setting
font-render-setting move-toolbar gtk x-toolkit x multi-tty emacs)

[-- Attachment #1.2: backtrace.txt --]
[-- Type: text/plain, Size: 51208 bytes --]

$ gdb /usr/local/emacs/bin/emacs 
GNU gdb (GDB) SUSE (7.4.50.20120603-2.1.2)
Copyright (C) 2012 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.  Type "show copying"
and "show warranty" for details.
This GDB was configured as "i586-suse-linux".
For bug reporting instructions, please see:
<http://www.gnu.org/software/gdb/bugs/>...
Reading symbols from /usr/local/emacs-24.2.90/bin/emacs...done.

(gdb) set args --no-site-file --no-site-lisp --no-init-file --no-splash
(gdb) b gtk_window_parse_geometry
Breakpoint 1 at 0x8057a50

(gdb) run
Starting program: /usr/local/emacs-24.2.90/bin/emacs --no-site-file --no-site-lisp --no-init-file --no-splash
[Thread debugging using libthread_db enabled]
Using host libthread_db library "/lib/libthread_db.so.1".
[New Thread 0xb60c0b40 (LWP 12011)]
[New Thread 0xb56ffb40 (LWP 12012)]

Breakpoint 1, 0xb7c8ce00 in gtk_window_parse_geometry ()
   from /usr/lib/libgtk-3.so.0
Missing separate debuginfos, use: zypper install dbus-1-glib-debuginfo-0.98-6.1.2.i586 fontconfig-debuginfo-2.9.0-3.9.1.i586 gconf2-debuginfo-3.2.5-2.1.2.i586 glibc-debuginfo-2.15-22.6.4.i686 gsettings-backend-dconf-debuginfo-0.12.1-2.5.1.i586 gtk3-theming-engine-adwaita-debuginfo-3.4.2-2.1.2.i586 gvfs-debuginfo-1.12.3-3.2.2.i586 libICE6-debuginfo-1.0.8-2.1.2.i586 libMagickCore5-debuginfo-6.7.6.9-2.1.2.i586 libMagickWand5-debuginfo-6.7.6.9-2.1.2.i586 libSM6-debuginfo-1.2.1-2.1.2.i586 libX11-6-debuginfo-1.5.0-2.1.2.i586 libXau6-debuginfo-1.0.7-2.1.2.i586 libXcomposite1-debuginfo-0.4.3-2.1.2.i586 libXcursor1-debuginfo-1.1.13-2.1.2.i586 libXdamage1-debuginfo-1.1.3-2.1.2.i586 libXext6-debuginfo-1.3.1-2.1.2.i586 libXfixes3-debuginfo-5.0-2.1.2.i586 libXft2-debuginfo-2.3.1-2.1.2.i586 libXi6-debuginfo-1.6.1-2.1.2.i586 libXinerama1-debuginfo-1.1.2-2.1.2.i586 libXpm4-debuginfo-3.5.10-2.1.2.i586 libXrandr2-debuginfo-1.3.2-2.1.2.i586 libXrender1-debuginfo-0.9.7-2.1.2.i586 libasound2-debuginfo-1.0.25-3.5.1.i586 libatk-1_0-0-debuginfo-2.4.0-2.1.2.i586 libbluray1-debuginfo-0.2.2-2.1.2.i586 libbz2-1-debuginfo-1.0.6-20.1.7.i586 libcairo2-debuginfo-1.12.2-2.1.2.i586 libcanberra-gtk3-0-debuginfo-0.29-2.3.2.i586 libcanberra-gtk3-module-debuginfo-0.29-2.3.2.i586 libcanberra0-debuginfo-0.29-2.3.2.i586 libcroco-0_6-3-debuginfo-0.6.5-2.1.2.i586 libdbus-1-3-debuginfo-1.5.12-4.10.1.i586 libexpat1-debuginfo-2.1.0-2.1.3.i586 libffi47-debuginfo-4.7.1_20120723-1.1.1.i586 libfreetype6-debuginfo-2.4.9-4.1.2.i586 libgcc47-debuginfo-4.7.1_20120723-1.1.1.i586 libgdk_pixbuf-2_0-0-debuginfo-2.26.1-2.1.4.i586 libgif4-debuginfo-4.1.6-31.1.2.i586 libgio-2_0-0-debuginfo-2.32.4-4.8.1.i586 libglib-2_0-0-debuginfo-2.32.4-4.8.1.i586 libgmodule-2_0-0-debuginfo-2.32.4-4.8.1.i586 libgmp10-debuginfo-5.0.5-3.3.3.i586 libgnutls28-debuginfo-3.0.20-1.1.2.i586 libgobject-2_0-0-debuginfo-2.32.4-4.8.1.i586 libgomp47-debuginfo-4.7.1_20120723-1.1.1.i586 libgtk-3-0-debuginfo-3.4.4-2.11.1.i586 libgvfscommon0-debuginfo-1.12.3-3.2.2.i586 libhogweed2-debuginfo-2.4-8.1.2.i586 libjpeg62-debuginfo-62.0.0-15.5.1.i586 liblcms2-2-debuginfo-2.3-2.1.4.i586 libltdl7-debuginfo-2.4.2-5.1.2.i586 liblzma5-debuginfo-5.0.3-12.2.2.i586 libncurses5-debuginfo-5.9-12.5.1.i586 libnettle4-debuginfo-2.4-8.1.2.i586 libogg0-debuginfo-1.3.0-4.1.2.i586 libp11-kit0-debuginfo-0.12-2.1.3.i586 libpango-1_0-0-debuginfo-1.30.1-1.1.2.i586 libpcre1-debuginfo-8.30-3.1.2.i586 libpixman-1-0-debuginfo-0.24.4-4.1.2.i586 libpng12-0-debuginfo-1.2.49-2.1.2.i586 libpng14-14-debuginfo-1.4.11-2.5.1.i586 librsvg-2-2-debuginfo-2.36.1-2.1.2.i586 libselinux1-debuginfo-2.0.91-19.1.15.i586 libtasn1-3-debuginfo-2.12-2.2.2.i586 libtiff5-debuginfo-4.0.2-1.9.1.i586 libudev0-debuginfo-182-4.21.1.i586 libuuid1-debuginfo-2.21.2-4.5.1.i586 libvorbis0-debuginfo-1.3.3-1.1.2.i586 libvorbisfile3-debuginfo-1.3.3-1.1.2.i586 libxcb-render0-debuginfo-1.8.1-2.4.1.i586 libxcb-shm0-debuginfo-1.8.1-2.4.1.i586 libxcb1-debuginfo-1.8.1-2.4.1.i586 libxml2-2-debuginfo-2.7.8+git20120223-8.5.1.i586 xorg-x11-libXfixes-debuginfo-7.6_5.0-3.1.2.i586 zlib-debuginfo-1.2.7-2.1.2.i586
(gdb) bt full
#0  0xb7c8ce00 in gtk_window_parse_geometry () from /usr/lib/libgtk-3.so.0
No symbol table info available.
#1  0x08112c5d in xg_set_geometry (f=0x8573ea8) at gtkutil.c:843
        xneg = 16
        top = <optimized out>
        geom_str = 
    "=672x560-2+0\000U\240\006\b\000@\224\bf\225d\b\322\376G\b", '\000' <repeats 13 times>, "@\224\b\002\000\000"
        left = <optimized out>
        yneg = <optimized out>
#2  xg_create_frame_widgets (f=f@entry=0x8573ea8) at gtkutil.c:1215
        wtop = 0x85aa000
        wvbox = <optimized out>
        whbox = 0x10
        wfixed = 0xb5706698
        title = <optimized out>
#3  0x08101999 in x_window (f=0x8573ea8) at xfns.c:2587
No locals.
#4  Fx_create_frame (parms=140809574) at xfns.c:3349
        f = 0x8573ea8
        frame = 139935405
        tem = <optimized out>
        name = 138839530
        minibuffer_only = 0
        window_prompting = 17
        width = <optimized out>
        height = <optimized out>
        count = 17
        display = <optimized out>
        dpyinfo = 0x8944000
        parent = 138839554
        kb = 0x8929158
#5  0x0818c15b in Ffuncall (nargs=2, args=0xbfffe4c4) at eval.c:2774
        fun = 136713805
        original_fun = <optimized out>
        funcar = <optimized out>
        numargs = 1
        lisp_numargs = <optimized out>
        val = <optimized out>
        backtrace = {next = 0xbfffe5fc, function = 138989210, args = 0xbfffe4c8, 
---Type <return> to continue, or q <return> to quit---
          nargs = 1, debug_on_exit = 0}
        internal_args = 0xbfffe4c8
        i = <optimized out>
#6  0x081bfba3 in exec_byte_code (bytestr=140156928, vector=-1073748796, maxdepth=
    142983512, args_template=138839554, nargs=0, args=0xbfffe4c8) at bytecode.c:899
        targets = {0x81bfc94 <exec_byte_code+900>, 
    0x81c1703 <exec_byte_code+7667>, 0x81c1782 <exec_byte_code+7794>, 
    0x81c1435 <exec_byte_code+6949>, 0x81bfbfb <exec_byte_code+747>, 
    0x81bfbfb <exec_byte_code+747>, 0x81c143a <exec_byte_code+6954>, 
    0x81c1468 <exec_byte_code+7000>, 0x81c13f5 <exec_byte_code+6885>, 
    0x81c13fa <exec_byte_code+6890>, 0x81c13ff <exec_byte_code+6895>, 
    0x81c1405 <exec_byte_code+6901>, 0x81bfaaa <exec_byte_code+410>, 
    0x81bfab0 <exec_byte_code+416>, 0x81bfcca <exec_byte_code+954>, 
    0x81c1415 <exec_byte_code+6917>, 0x81bfe01 <exec_byte_code+1265>, 
    0x81bfe06 <exec_byte_code+1270>, 0x81bfe0b <exec_byte_code+1275>, 
    0x81bfe15 <exec_byte_code+1285>, 0x81bfaf3 <exec_byte_code+483>, 
    0x81bfaf8 <exec_byte_code+488>, 0x81bfe45 <exec_byte_code+1333>, 
    0x81bfe25 <exec_byte_code+1301>, 0x81bfea4 <exec_byte_code+1428>, 
    0x81bfea9 <exec_byte_code+1433>, 0x81bfeae <exec_byte_code+1438>, 
    0x81bfeb5 <exec_byte_code+1445>, 0x81bfb53 <exec_byte_code+579>, 
    0x81bfb58 <exec_byte_code+584>, 0x81bfe73 <exec_byte_code+1379>, 
    0x81bfe84 <exec_byte_code+1396>, 0x81bfef6 <exec_byte_code+1510>, 
    0x81bfefb <exec_byte_code+1515>, 0x81bff00 <exec_byte_code+1520>, 
    0x81bff05 <exec_byte_code+1525>, 0x81bfb85 <exec_byte_code+629>, 
    0x81bfb88 <exec_byte_code+632>, 0x81bfec5 <exec_byte_code+1461>, 
    0x81bfed6 <exec_byte_code+1478>, 0x81bff46 <exec_byte_code+1590>, 
    0x81bff4b <exec_byte_code+1595>, 0x81bff50 <exec_byte_code+1600>, 
    0x81bff55 <exec_byte_code+1605>, 0x81bfbba <exec_byte_code+682>, 
    0x81bfbc0 <exec_byte_code+688>, 0x81bff15 <exec_byte_code+1541>, 
    0x81bff26 <exec_byte_code+1558>, 0x81bfc94 <exec_byte_code+900>, 
    0x81bfc94 <exec_byte_code+900>, 0x81bfc94 <exec_byte_code+900>, 
    0x81bfc94 <exec_byte_code+900>, 0x81bfc94 <exec_byte_code+900>, 
    0x81bfc94 <exec_byte_code+900>, 0x81bfc94 <exec_byte_code+900>, 
    0x81bfc94 <exec_byte_code+900>, 0x81c0636 <exec_byte_code+3366>, 
    0x81c06a8 <exec_byte_code+3480>, 0x81c06d3 <exec_byte_code+3523>, 
    0x81c06fe <exec_byte_code+3566>, 0x81c0729 <exec_byte_code+3609>, 
    0x81bfd75 <exec_byte_code+1125>, 0x81bfda2 <exec_byte_code+1170>, 
    0x81c075d <exec_byte_code+3661>, 0x81bfd44 <exec_byte_code+1076>, 
    0x81bfdd0 <exec_byte_code+1216>, 0x81c0781 <exec_byte_code+3697>, 
    0x81c07af <exec_byte_code+3743>, 0x81c07d9 <exec_byte_code+3785>, 
---Type <return> to continue, or q <return> to quit---
    0x81c0818 <exec_byte_code+3848>, 0x81c0845 <exec_byte_code+3893>, 
    0x81c08a9 <exec_byte_code+3993>, 0x81c08ca <exec_byte_code+4026>, 
    0x81c08f8 <exec_byte_code+4072>, 0x81c092d <exec_byte_code+4125>, 
    0x81c094e <exec_byte_code+4158>, 0x81c096f <exec_byte_code+4191>, 
    0x81c099d <exec_byte_code+4237>, 0x81c09cb <exec_byte_code+4283>, 
    0x81c09f9 <exec_byte_code+4329>, 0x81c0a2e <exec_byte_code+4382>, 
    0x81c0a5b <exec_byte_code+4427>, 0x81c0a88 <exec_byte_code+4472>, 
    0x81c0aec <exec_byte_code+4572>, 0x81c0b17 <exec_byte_code+4615>, 
    0x81c0b42 <exec_byte_code+4658>, 0x81c0bc4 <exec_byte_code+4788>, 
    0x81c0bf2 <exec_byte_code+4834>, 0x81c0c20 <exec_byte_code+4880>, 
    0x81c0c4e <exec_byte_code+4926>, 0x81c0c7c <exec_byte_code+4972>, 
    0x81c0ca9 <exec_byte_code+5017>, 0x81c0ccf <exec_byte_code+5055>, 
    0x81c0cfc <exec_byte_code+5100>, 0x81c0d29 <exec_byte_code+5145>, 
    0x81c0d56 <exec_byte_code+5190>, 0x81c0dde <exec_byte_code+5326>, 
    0x81bfca0 <exec_byte_code+912>, 0x81c0e07 <exec_byte_code+5367>, 
    0x81c0e28 <exec_byte_code+5400>, 0x81c0e86 <exec_byte_code+5494>, 
    0x81c0eaf <exec_byte_code+5535>, 0x81c0ed8 <exec_byte_code+5576>, 
    0x81c0ef9 <exec_byte_code+5609>, 0x81c0f19 <exec_byte_code+5641>, 
    0x81c0f39 <exec_byte_code+5673>, 0x81c0f5c <exec_byte_code+5708>, 
    0x81bfc94 <exec_byte_code+900>, 0x81c0f86 <exec_byte_code+5750>, 
    0x81c0fa8 <exec_byte_code+5784>, 0x81c0fca <exec_byte_code+5818>, 
    0x81c0fec <exec_byte_code+5852>, 0x81c100e <exec_byte_code+5886>, 
    0x81c1030 <exec_byte_code+5920>, 0x81bfca0 <exec_byte_code+912>, 
    0x81bfc94 <exec_byte_code+900>, 0x81c1051 <exec_byte_code+5953>, 
    0x81c1073 <exec_byte_code+5987>, 0x81c1094 <exec_byte_code+6020>, 
    0x81c10b5 <exec_byte_code+6053>, 0x81c10e3 <exec_byte_code+6099>, 
    0x81c1111 <exec_byte_code+6145>, 0x81c1132 <exec_byte_code+6178>, 
    0x81c11e5 <exec_byte_code+6357>, 0x81c1213 <exec_byte_code+6403>, 
    0x81c1241 <exec_byte_code+6449>, 0x81c126f <exec_byte_code+6495>, 
    0x81c1291 <exec_byte_code+6529>, 0x81bfc94 <exec_byte_code+900>, 
    0x81c0117 <exec_byte_code+2055>, 0x81bff8e <exec_byte_code+1662>, 
    0x81bfcdb <exec_byte_code+971>, 0x81c0011 <exec_byte_code+1793>, 
    0x81c00b0 <exec_byte_code+1952>, 0x81c025c <exec_byte_code+2380>, 
    0x81c0531 <exec_byte_code+3105>, 0x81c0562 <exec_byte_code+3154>, 
    0x81bfe56 <exec_byte_code+1350>, 0x81c014f <exec_byte_code+2111>, 
    0x81c0179 <exec_byte_code+2153>, 0x81c01d2 <exec_byte_code+2242>, 
    0x81c01fc <exec_byte_code+2284>, 0x81c0232 <exec_byte_code+2338>, 
    0x81c057a <exec_byte_code+3178>, 0x81c05af <exec_byte_code+3231>, 
    0x81c05e6 <exec_byte_code+3286>, 0x81bff65 <exec_byte_code+1621>, 
    0x81c12b2 <exec_byte_code+6562>, 0x81c12e7 <exec_byte_code+6615>, 
---Type <return> to continue, or q <return> to quit---
    0x81c1308 <exec_byte_code+6648>, 0x81c1329 <exec_byte_code+6681>, 
    0x81c134a <exec_byte_code+6714>, 0x81c136b <exec_byte_code+6747>, 
    0x81c1399 <exec_byte_code+6793>, 0x81c13c7 <exec_byte_code+6839>, 
    0x81c1568 <exec_byte_code+7256>, 0x81c1596 <exec_byte_code+7302>, 
    0x81c15d2 <exec_byte_code+7362>, 0x81c1600 <exec_byte_code+7408>, 
    0x81c162e <exec_byte_code+7454>, 0x81c164f <exec_byte_code+7487>, 
    0x81c167d <exec_byte_code+7533>, 0x81c16ab <exec_byte_code+7579>, 
    0x81c16d7 <exec_byte_code+7623>, 0x81c1755 <exec_byte_code+7749>, 
    0x81c0d83 <exec_byte_code+5235>, 0x81c0db0 <exec_byte_code+5280>, 
    0x81c1708 <exec_byte_code+7672>, 0x81c172f <exec_byte_code+7711>, 
    0x81bfc94 <exec_byte_code+900>, 0x81c02fa <exec_byte_code+2538>, 
    0x81c036f <exec_byte_code+2655>, 0x81c03c9 <exec_byte_code+2745>, 
    0x81c044e <exec_byte_code+2878>, 0x81c04a8 <exec_byte_code+2968>, 
    0x81c0872 <exec_byte_code+3938>, 0x81c0ab5 <exec_byte_code+4517>, 
    0x81c0e4f <exec_byte_code+5439>, 0x81c14a7 <exec_byte_code+7063>, 
    0x81c14d4 <exec_byte_code+7108>, 0x81bfc94 <exec_byte_code+900>, 
    0x81bfc94 <exec_byte_code+900>, 0x81c1512 <exec_byte_code+7170>, 
    0x81bfc94 <exec_byte_code+900>, 0x81bfc94 <exec_byte_code+900>, 
    0x81bfc94 <exec_byte_code+900>, 0x81bfc94 <exec_byte_code+900>, 
    0x81bfc94 <exec_byte_code+900>, 0x81bfc94 <exec_byte_code+900>, 
    0x81bfc94 <exec_byte_code+900>, 0x81bfc94 <exec_byte_code+900>, 
    0x81bfc94 <exec_byte_code+900>, 
    0x81c1546 <exec_byte_code+7222> <repeats 64 times>}
        stack = {pc = 
    0x83d558d <pure+1516621> "\024\317\f!\210\320\f\b\"\210\321\f\322\"\210\323\f\b\"\210\n\204W", byte_string = 136993921, byte_string_start = 
    0x83d5557 <pure+1516567> "\306\b!\020\307\b!\031\310\b\236\032\311\033\034\035\v\312\036\026\211\036\027\203\060", constants = 136993941, next = 0xbfffe6ac}
        result = 140156928
#7  0x0818bcc5 in funcall_lambda (fun=136993885, nargs=nargs@entry=1, 
    arg_vector=arg_vector@entry=0xbfffe648) at eval.c:3006
        val = <optimized out>
        syms_left = <optimized out>
        next = <optimized out>
        lexenv = 138839554
        count = 11
        i = <optimized out>
        optional = <optimized out>
        rest = <optimized out>
#8  0x0818bf9a in Ffuncall (nargs=2, args=0xbfffe644) at eval.c:2835
---Type <return> to continue, or q <return> to quit---
        fun = <optimized out>
        original_fun = 141045450
        funcar = <optimized out>
        numargs = 1
        lisp_numargs = <optimized out>
        val = <optimized out>
        backtrace = {next = 0xbfffe77c, function = 141045450, args = 0xbfffe648, 
          nargs = 1, debug_on_exit = 0}
        internal_args = <optimized out>
        i = <optimized out>
#9  0x081bfba3 in exec_byte_code (bytestr=140156928, vector=-1073748412, maxdepth=
    142983512, args_template=138839554, nargs=0, args=0xda) at bytecode.c:899
        targets = {0x81bfc94 <exec_byte_code+900>, 
    0x81c1703 <exec_byte_code+7667>, 0x81c1782 <exec_byte_code+7794>, 
    0x81c1435 <exec_byte_code+6949>, 0x81bfbfb <exec_byte_code+747>, 
    0x81bfbfb <exec_byte_code+747>, 0x81c143a <exec_byte_code+6954>, 
    0x81c1468 <exec_byte_code+7000>, 0x81c13f5 <exec_byte_code+6885>, 
    0x81c13fa <exec_byte_code+6890>, 0x81c13ff <exec_byte_code+6895>, 
    0x81c1405 <exec_byte_code+6901>, 0x81bfaaa <exec_byte_code+410>, 
    0x81bfab0 <exec_byte_code+416>, 0x81bfcca <exec_byte_code+954>, 
    0x81c1415 <exec_byte_code+6917>, 0x81bfe01 <exec_byte_code+1265>, 
    0x81bfe06 <exec_byte_code+1270>, 0x81bfe0b <exec_byte_code+1275>, 
    0x81bfe15 <exec_byte_code+1285>, 0x81bfaf3 <exec_byte_code+483>, 
    0x81bfaf8 <exec_byte_code+488>, 0x81bfe45 <exec_byte_code+1333>, 
    0x81bfe25 <exec_byte_code+1301>, 0x81bfea4 <exec_byte_code+1428>, 
    0x81bfea9 <exec_byte_code+1433>, 0x81bfeae <exec_byte_code+1438>, 
    0x81bfeb5 <exec_byte_code+1445>, 0x81bfb53 <exec_byte_code+579>, 
    0x81bfb58 <exec_byte_code+584>, 0x81bfe73 <exec_byte_code+1379>, 
    0x81bfe84 <exec_byte_code+1396>, 0x81bfef6 <exec_byte_code+1510>, 
    0x81bfefb <exec_byte_code+1515>, 0x81bff00 <exec_byte_code+1520>, 
    0x81bff05 <exec_byte_code+1525>, 0x81bfb85 <exec_byte_code+629>, 
    0x81bfb88 <exec_byte_code+632>, 0x81bfec5 <exec_byte_code+1461>, 
    0x81bfed6 <exec_byte_code+1478>, 0x81bff46 <exec_byte_code+1590>, 
    0x81bff4b <exec_byte_code+1595>, 0x81bff50 <exec_byte_code+1600>, 
    0x81bff55 <exec_byte_code+1605>, 0x81bfbba <exec_byte_code+682>, 
    0x81bfbc0 <exec_byte_code+688>, 0x81bff15 <exec_byte_code+1541>, 
    0x81bff26 <exec_byte_code+1558>, 0x81bfc94 <exec_byte_code+900>, 
    0x81bfc94 <exec_byte_code+900>, 0x81bfc94 <exec_byte_code+900>, 
    0x81bfc94 <exec_byte_code+900>, 0x81bfc94 <exec_byte_code+900>, 
    0x81bfc94 <exec_byte_code+900>, 0x81bfc94 <exec_byte_code+900>, 
---Type <return> to continue, or q <return> to quit---
    0x81bfc94 <exec_byte_code+900>, 0x81c0636 <exec_byte_code+3366>, 
    0x81c06a8 <exec_byte_code+3480>, 0x81c06d3 <exec_byte_code+3523>, 
    0x81c06fe <exec_byte_code+3566>, 0x81c0729 <exec_byte_code+3609>, 
    0x81bfd75 <exec_byte_code+1125>, 0x81bfda2 <exec_byte_code+1170>, 
    0x81c075d <exec_byte_code+3661>, 0x81bfd44 <exec_byte_code+1076>, 
    0x81bfdd0 <exec_byte_code+1216>, 0x81c0781 <exec_byte_code+3697>, 
    0x81c07af <exec_byte_code+3743>, 0x81c07d9 <exec_byte_code+3785>, 
    0x81c0818 <exec_byte_code+3848>, 0x81c0845 <exec_byte_code+3893>, 
    0x81c08a9 <exec_byte_code+3993>, 0x81c08ca <exec_byte_code+4026>, 
    0x81c08f8 <exec_byte_code+4072>, 0x81c092d <exec_byte_code+4125>, 
    0x81c094e <exec_byte_code+4158>, 0x81c096f <exec_byte_code+4191>, 
    0x81c099d <exec_byte_code+4237>, 0x81c09cb <exec_byte_code+4283>, 
    0x81c09f9 <exec_byte_code+4329>, 0x81c0a2e <exec_byte_code+4382>, 
    0x81c0a5b <exec_byte_code+4427>, 0x81c0a88 <exec_byte_code+4472>, 
    0x81c0aec <exec_byte_code+4572>, 0x81c0b17 <exec_byte_code+4615>, 
    0x81c0b42 <exec_byte_code+4658>, 0x81c0bc4 <exec_byte_code+4788>, 
    0x81c0bf2 <exec_byte_code+4834>, 0x81c0c20 <exec_byte_code+4880>, 
    0x81c0c4e <exec_byte_code+4926>, 0x81c0c7c <exec_byte_code+4972>, 
    0x81c0ca9 <exec_byte_code+5017>, 0x81c0ccf <exec_byte_code+5055>, 
    0x81c0cfc <exec_byte_code+5100>, 0x81c0d29 <exec_byte_code+5145>, 
    0x81c0d56 <exec_byte_code+5190>, 0x81c0dde <exec_byte_code+5326>, 
    0x81bfca0 <exec_byte_code+912>, 0x81c0e07 <exec_byte_code+5367>, 
    0x81c0e28 <exec_byte_code+5400>, 0x81c0e86 <exec_byte_code+5494>, 
    0x81c0eaf <exec_byte_code+5535>, 0x81c0ed8 <exec_byte_code+5576>, 
    0x81c0ef9 <exec_byte_code+5609>, 0x81c0f19 <exec_byte_code+5641>, 
    0x81c0f39 <exec_byte_code+5673>, 0x81c0f5c <exec_byte_code+5708>, 
    0x81bfc94 <exec_byte_code+900>, 0x81c0f86 <exec_byte_code+5750>, 
    0x81c0fa8 <exec_byte_code+5784>, 0x81c0fca <exec_byte_code+5818>, 
    0x81c0fec <exec_byte_code+5852>, 0x81c100e <exec_byte_code+5886>, 
    0x81c1030 <exec_byte_code+5920>, 0x81bfca0 <exec_byte_code+912>, 
    0x81bfc94 <exec_byte_code+900>, 0x81c1051 <exec_byte_code+5953>, 
    0x81c1073 <exec_byte_code+5987>, 0x81c1094 <exec_byte_code+6020>, 
    0x81c10b5 <exec_byte_code+6053>, 0x81c10e3 <exec_byte_code+6099>, 
    0x81c1111 <exec_byte_code+6145>, 0x81c1132 <exec_byte_code+6178>, 
    0x81c11e5 <exec_byte_code+6357>, 0x81c1213 <exec_byte_code+6403>, 
    0x81c1241 <exec_byte_code+6449>, 0x81c126f <exec_byte_code+6495>, 
    0x81c1291 <exec_byte_code+6529>, 0x81bfc94 <exec_byte_code+900>, 
    0x81c0117 <exec_byte_code+2055>, 0x81bff8e <exec_byte_code+1662>, 
    0x81bfcdb <exec_byte_code+971>, 0x81c0011 <exec_byte_code+1793>, 
    0x81c00b0 <exec_byte_code+1952>, 0x81c025c <exec_byte_code+2380>, 
---Type <return> to continue, or q <return> to quit---
    0x81c0531 <exec_byte_code+3105>, 0x81c0562 <exec_byte_code+3154>, 
    0x81bfe56 <exec_byte_code+1350>, 0x81c014f <exec_byte_code+2111>, 
    0x81c0179 <exec_byte_code+2153>, 0x81c01d2 <exec_byte_code+2242>, 
    0x81c01fc <exec_byte_code+2284>, 0x81c0232 <exec_byte_code+2338>, 
    0x81c057a <exec_byte_code+3178>, 0x81c05af <exec_byte_code+3231>, 
    0x81c05e6 <exec_byte_code+3286>, 0x81bff65 <exec_byte_code+1621>, 
    0x81c12b2 <exec_byte_code+6562>, 0x81c12e7 <exec_byte_code+6615>, 
    0x81c1308 <exec_byte_code+6648>, 0x81c1329 <exec_byte_code+6681>, 
    0x81c134a <exec_byte_code+6714>, 0x81c136b <exec_byte_code+6747>, 
    0x81c1399 <exec_byte_code+6793>, 0x81c13c7 <exec_byte_code+6839>, 
    0x81c1568 <exec_byte_code+7256>, 0x81c1596 <exec_byte_code+7302>, 
    0x81c15d2 <exec_byte_code+7362>, 0x81c1600 <exec_byte_code+7408>, 
    0x81c162e <exec_byte_code+7454>, 0x81c164f <exec_byte_code+7487>, 
    0x81c167d <exec_byte_code+7533>, 0x81c16ab <exec_byte_code+7579>, 
    0x81c16d7 <exec_byte_code+7623>, 0x81c1755 <exec_byte_code+7749>, 
    0x81c0d83 <exec_byte_code+5235>, 0x81c0db0 <exec_byte_code+5280>, 
    0x81c1708 <exec_byte_code+7672>, 0x81c172f <exec_byte_code+7711>, 
    0x81bfc94 <exec_byte_code+900>, 0x81c02fa <exec_byte_code+2538>, 
    0x81c036f <exec_byte_code+2655>, 0x81c03c9 <exec_byte_code+2745>, 
    0x81c044e <exec_byte_code+2878>, 0x81c04a8 <exec_byte_code+2968>, 
    0x81c0872 <exec_byte_code+3938>, 0x81c0ab5 <exec_byte_code+4517>, 
    0x81c0e4f <exec_byte_code+5439>, 0x81c14a7 <exec_byte_code+7063>, 
    0x81c14d4 <exec_byte_code+7108>, 0x81bfc94 <exec_byte_code+900>, 
    0x81bfc94 <exec_byte_code+900>, 0x81c1512 <exec_byte_code+7170>, 
    0x81bfc94 <exec_byte_code+900>, 0x81bfc94 <exec_byte_code+900>, 
    0x81bfc94 <exec_byte_code+900>, 0x81bfc94 <exec_byte_code+900>, 
    0x81bfc94 <exec_byte_code+900>, 0x81bfc94 <exec_byte_code+900>, 
    0x81bfc94 <exec_byte_code+900>, 0x81bfc94 <exec_byte_code+900>, 
    0x81bfc94 <exec_byte_code+900>, 
    0x81c1546 <exec_byte_code+7222> <repeats 64 times>}
        stack = {pc = 
    0x839a144 <pure+1273860> "\026\034\324\016\034!\210\016#\311\036$\211\036!\203 \001\016!@\211\026$\b\236\204\027\001\325\016\032\016$\"\211\036%\203\026\001\326\016\034\016$\016%#\210)\016!A\211\026!\204", <incomplete sequence \366>, 
          byte_string = 137318793, byte_string_start = 
    0x839a060 <pure+1273632> "\301\b\236A\031\306\b\236\203\061", constants = 
    137318813, next = 0xbfffe82c}
        result = 140156928
#10 0x0818bcc5 in funcall_lambda (fun=137318765, nargs=nargs@entry=1, 
    arg_vector=arg_vector@entry=0xbfffe7c8) at eval.c:3006
---Type <return> to continue, or q <return> to quit---
        val = <optimized out>
        syms_left = <optimized out>
        next = <optimized out>
        lexenv = 138839554
        count = 4
        i = <optimized out>
        optional = <optimized out>
        rest = <optimized out>
#11 0x0818bf9a in Ffuncall (nargs=2, args=0xbfffe7c4) at eval.c:2835
        fun = <optimized out>
        original_fun = 140936850
        funcar = <optimized out>
        numargs = 1
        lisp_numargs = <optimized out>
        val = <optimized out>
        backtrace = {next = 0xbfffe8fc, function = 140936850, args = 0xbfffe7c8, 
          nargs = 1, debug_on_exit = 0}
        internal_args = <optimized out>
        i = <optimized out>
#12 0x081bfba3 in exec_byte_code (bytestr=140156928, vector=-1073748028, maxdepth=
    142983512, args_template=138839554, nargs=0, args=0xbfffe7c4) at bytecode.c:899
        targets = {0x81bfc94 <exec_byte_code+900>, 
    0x81c1703 <exec_byte_code+7667>, 0x81c1782 <exec_byte_code+7794>, 
    0x81c1435 <exec_byte_code+6949>, 0x81bfbfb <exec_byte_code+747>, 
    0x81bfbfb <exec_byte_code+747>, 0x81c143a <exec_byte_code+6954>, 
    0x81c1468 <exec_byte_code+7000>, 0x81c13f5 <exec_byte_code+6885>, 
    0x81c13fa <exec_byte_code+6890>, 0x81c13ff <exec_byte_code+6895>, 
    0x81c1405 <exec_byte_code+6901>, 0x81bfaaa <exec_byte_code+410>, 
    0x81bfab0 <exec_byte_code+416>, 0x81bfcca <exec_byte_code+954>, 
    0x81c1415 <exec_byte_code+6917>, 0x81bfe01 <exec_byte_code+1265>, 
    0x81bfe06 <exec_byte_code+1270>, 0x81bfe0b <exec_byte_code+1275>, 
    0x81bfe15 <exec_byte_code+1285>, 0x81bfaf3 <exec_byte_code+483>, 
    0x81bfaf8 <exec_byte_code+488>, 0x81bfe45 <exec_byte_code+1333>, 
    0x81bfe25 <exec_byte_code+1301>, 0x81bfea4 <exec_byte_code+1428>, 
    0x81bfea9 <exec_byte_code+1433>, 0x81bfeae <exec_byte_code+1438>, 
    0x81bfeb5 <exec_byte_code+1445>, 0x81bfb53 <exec_byte_code+579>, 
    0x81bfb58 <exec_byte_code+584>, 0x81bfe73 <exec_byte_code+1379>, 
    0x81bfe84 <exec_byte_code+1396>, 0x81bfef6 <exec_byte_code+1510>, 
    0x81bfefb <exec_byte_code+1515>, 0x81bff00 <exec_byte_code+1520>, 
    0x81bff05 <exec_byte_code+1525>, 0x81bfb85 <exec_byte_code+629>, 
---Type <return> to continue, or q <return> to quit---
    0x81bfb88 <exec_byte_code+632>, 0x81bfec5 <exec_byte_code+1461>, 
    0x81bfed6 <exec_byte_code+1478>, 0x81bff46 <exec_byte_code+1590>, 
    0x81bff4b <exec_byte_code+1595>, 0x81bff50 <exec_byte_code+1600>, 
    0x81bff55 <exec_byte_code+1605>, 0x81bfbba <exec_byte_code+682>, 
    0x81bfbc0 <exec_byte_code+688>, 0x81bff15 <exec_byte_code+1541>, 
    0x81bff26 <exec_byte_code+1558>, 0x81bfc94 <exec_byte_code+900>, 
    0x81bfc94 <exec_byte_code+900>, 0x81bfc94 <exec_byte_code+900>, 
    0x81bfc94 <exec_byte_code+900>, 0x81bfc94 <exec_byte_code+900>, 
    0x81bfc94 <exec_byte_code+900>, 0x81bfc94 <exec_byte_code+900>, 
    0x81bfc94 <exec_byte_code+900>, 0x81c0636 <exec_byte_code+3366>, 
    0x81c06a8 <exec_byte_code+3480>, 0x81c06d3 <exec_byte_code+3523>, 
    0x81c06fe <exec_byte_code+3566>, 0x81c0729 <exec_byte_code+3609>, 
    0x81bfd75 <exec_byte_code+1125>, 0x81bfda2 <exec_byte_code+1170>, 
    0x81c075d <exec_byte_code+3661>, 0x81bfd44 <exec_byte_code+1076>, 
    0x81bfdd0 <exec_byte_code+1216>, 0x81c0781 <exec_byte_code+3697>, 
    0x81c07af <exec_byte_code+3743>, 0x81c07d9 <exec_byte_code+3785>, 
    0x81c0818 <exec_byte_code+3848>, 0x81c0845 <exec_byte_code+3893>, 
    0x81c08a9 <exec_byte_code+3993>, 0x81c08ca <exec_byte_code+4026>, 
    0x81c08f8 <exec_byte_code+4072>, 0x81c092d <exec_byte_code+4125>, 
    0x81c094e <exec_byte_code+4158>, 0x81c096f <exec_byte_code+4191>, 
    0x81c099d <exec_byte_code+4237>, 0x81c09cb <exec_byte_code+4283>, 
    0x81c09f9 <exec_byte_code+4329>, 0x81c0a2e <exec_byte_code+4382>, 
    0x81c0a5b <exec_byte_code+4427>, 0x81c0a88 <exec_byte_code+4472>, 
    0x81c0aec <exec_byte_code+4572>, 0x81c0b17 <exec_byte_code+4615>, 
    0x81c0b42 <exec_byte_code+4658>, 0x81c0bc4 <exec_byte_code+4788>, 
    0x81c0bf2 <exec_byte_code+4834>, 0x81c0c20 <exec_byte_code+4880>, 
    0x81c0c4e <exec_byte_code+4926>, 0x81c0c7c <exec_byte_code+4972>, 
    0x81c0ca9 <exec_byte_code+5017>, 0x81c0ccf <exec_byte_code+5055>, 
    0x81c0cfc <exec_byte_code+5100>, 0x81c0d29 <exec_byte_code+5145>, 
    0x81c0d56 <exec_byte_code+5190>, 0x81c0dde <exec_byte_code+5326>, 
    0x81bfca0 <exec_byte_code+912>, 0x81c0e07 <exec_byte_code+5367>, 
    0x81c0e28 <exec_byte_code+5400>, 0x81c0e86 <exec_byte_code+5494>, 
    0x81c0eaf <exec_byte_code+5535>, 0x81c0ed8 <exec_byte_code+5576>, 
    0x81c0ef9 <exec_byte_code+5609>, 0x81c0f19 <exec_byte_code+5641>, 
    0x81c0f39 <exec_byte_code+5673>, 0x81c0f5c <exec_byte_code+5708>, 
    0x81bfc94 <exec_byte_code+900>, 0x81c0f86 <exec_byte_code+5750>, 
    0x81c0fa8 <exec_byte_code+5784>, 0x81c0fca <exec_byte_code+5818>, 
    0x81c0fec <exec_byte_code+5852>, 0x81c100e <exec_byte_code+5886>, 
    0x81c1030 <exec_byte_code+5920>, 0x81bfca0 <exec_byte_code+912>, 
    0x81bfc94 <exec_byte_code+900>, 0x81c1051 <exec_byte_code+5953>, 
---Type <return> to continue, or q <return> to quit---
    0x81c1073 <exec_byte_code+5987>, 0x81c1094 <exec_byte_code+6020>, 
    0x81c10b5 <exec_byte_code+6053>, 0x81c10e3 <exec_byte_code+6099>, 
    0x81c1111 <exec_byte_code+6145>, 0x81c1132 <exec_byte_code+6178>, 
    0x81c11e5 <exec_byte_code+6357>, 0x81c1213 <exec_byte_code+6403>, 
    0x81c1241 <exec_byte_code+6449>, 0x81c126f <exec_byte_code+6495>, 
    0x81c1291 <exec_byte_code+6529>, 0x81bfc94 <exec_byte_code+900>, 
    0x81c0117 <exec_byte_code+2055>, 0x81bff8e <exec_byte_code+1662>, 
    0x81bfcdb <exec_byte_code+971>, 0x81c0011 <exec_byte_code+1793>, 
    0x81c00b0 <exec_byte_code+1952>, 0x81c025c <exec_byte_code+2380>, 
    0x81c0531 <exec_byte_code+3105>, 0x81c0562 <exec_byte_code+3154>, 
    0x81bfe56 <exec_byte_code+1350>, 0x81c014f <exec_byte_code+2111>, 
    0x81c0179 <exec_byte_code+2153>, 0x81c01d2 <exec_byte_code+2242>, 
    0x81c01fc <exec_byte_code+2284>, 0x81c0232 <exec_byte_code+2338>, 
    0x81c057a <exec_byte_code+3178>, 0x81c05af <exec_byte_code+3231>, 
    0x81c05e6 <exec_byte_code+3286>, 0x81bff65 <exec_byte_code+1621>, 
    0x81c12b2 <exec_byte_code+6562>, 0x81c12e7 <exec_byte_code+6615>, 
    0x81c1308 <exec_byte_code+6648>, 0x81c1329 <exec_byte_code+6681>, 
    0x81c134a <exec_byte_code+6714>, 0x81c136b <exec_byte_code+6747>, 
    0x81c1399 <exec_byte_code+6793>, 0x81c13c7 <exec_byte_code+6839>, 
    0x81c1568 <exec_byte_code+7256>, 0x81c1596 <exec_byte_code+7302>, 
    0x81c15d2 <exec_byte_code+7362>, 0x81c1600 <exec_byte_code+7408>, 
    0x81c162e <exec_byte_code+7454>, 0x81c164f <exec_byte_code+7487>, 
    0x81c167d <exec_byte_code+7533>, 0x81c16ab <exec_byte_code+7579>, 
    0x81c16d7 <exec_byte_code+7623>, 0x81c1755 <exec_byte_code+7749>, 
    0x81c0d83 <exec_byte_code+5235>, 0x81c0db0 <exec_byte_code+5280>, 
    0x81c1708 <exec_byte_code+7672>, 0x81c172f <exec_byte_code+7711>, 
    0x81bfc94 <exec_byte_code+900>, 0x81c02fa <exec_byte_code+2538>, 
    0x81c036f <exec_byte_code+2655>, 0x81c03c9 <exec_byte_code+2745>, 
    0x81c044e <exec_byte_code+2878>, 0x81c04a8 <exec_byte_code+2968>, 
    0x81c0872 <exec_byte_code+3938>, 0x81c0ab5 <exec_byte_code+4517>, 
    0x81c0e4f <exec_byte_code+5439>, 0x81c14a7 <exec_byte_code+7063>, 
    0x81c14d4 <exec_byte_code+7108>, 0x81bfc94 <exec_byte_code+900>, 
    0x81bfc94 <exec_byte_code+900>, 0x81c1512 <exec_byte_code+7170>, 
    0x81bfc94 <exec_byte_code+900>, 0x81bfc94 <exec_byte_code+900>, 
    0x81bfc94 <exec_byte_code+900>, 0x81bfc94 <exec_byte_code+900>, 
    0x81bfc94 <exec_byte_code+900>, 0x81bfc94 <exec_byte_code+900>, 
    0x81bfc94 <exec_byte_code+900>, 0x81bfc94 <exec_byte_code+900>, 
    0x81bfc94 <exec_byte_code+900>, 
    0x81c1546 <exec_byte_code+7222> <repeats 64 times>}
        stack = {pc = 
---Type <return> to continue, or q <return> to quit---
    0x839a948 <pure+1275912> "\211\026\024\026\025\317\v!\023\320\016\024\321\322\n\321\"#\210\323\n!\210\022\207", byte_string = 137316193, byte_string_start = 
    0x839a917 <pure+1275863> "\b\205K", constants = 137316213, next = 0xbfffe9dc}
        result = 140156928
#13 0x0818bcc5 in funcall_lambda (fun=137316165, nargs=nargs@entry=0, 
    arg_vector=arg_vector@entry=0xbfffe948) at eval.c:3006
        val = <optimized out>
        syms_left = <optimized out>
        next = <optimized out>
        lexenv = 138839554
        count = 4
        i = <optimized out>
        optional = <optimized out>
        rest = <optimized out>
#14 0x0818bf9a in Ffuncall (nargs=1, args=0xbfffe944) at eval.c:2835
        fun = <optimized out>
        original_fun = 141046682
        funcar = <optimized out>
        numargs = 0
        lisp_numargs = <optimized out>
        val = <optimized out>
        backtrace = {next = 0xbfffeaac, function = 141046682, args = 0xbfffe948, 
          nargs = 0, debug_on_exit = 0}
        internal_args = <optimized out>
        i = <optimized out>
#15 0x081bfba3 in exec_byte_code (bytestr=140156928, vector=-1073747644, maxdepth=
    142983512, args_template=0, nargs=0, args=0x2f) at bytecode.c:899
        targets = {0x81bfc94 <exec_byte_code+900>, 
    0x81c1703 <exec_byte_code+7667>, 0x81c1782 <exec_byte_code+7794>, 
    0x81c1435 <exec_byte_code+6949>, 0x81bfbfb <exec_byte_code+747>, 
    0x81bfbfb <exec_byte_code+747>, 0x81c143a <exec_byte_code+6954>, 
    0x81c1468 <exec_byte_code+7000>, 0x81c13f5 <exec_byte_code+6885>, 
    0x81c13fa <exec_byte_code+6890>, 0x81c13ff <exec_byte_code+6895>, 
    0x81c1405 <exec_byte_code+6901>, 0x81bfaaa <exec_byte_code+410>, 
    0x81bfab0 <exec_byte_code+416>, 0x81bfcca <exec_byte_code+954>, 
    0x81c1415 <exec_byte_code+6917>, 0x81bfe01 <exec_byte_code+1265>, 
    0x81bfe06 <exec_byte_code+1270>, 0x81bfe0b <exec_byte_code+1275>, 
    0x81bfe15 <exec_byte_code+1285>, 0x81bfaf3 <exec_byte_code+483>, 
    0x81bfaf8 <exec_byte_code+488>, 0x81bfe45 <exec_byte_code+1333>, 
    0x81bfe25 <exec_byte_code+1301>, 0x81bfea4 <exec_byte_code+1428>, 
---Type <return> to continue, or q <return> to quit---
    0x81bfea9 <exec_byte_code+1433>, 0x81bfeae <exec_byte_code+1438>, 
    0x81bfeb5 <exec_byte_code+1445>, 0x81bfb53 <exec_byte_code+579>, 
    0x81bfb58 <exec_byte_code+584>, 0x81bfe73 <exec_byte_code+1379>, 
    0x81bfe84 <exec_byte_code+1396>, 0x81bfef6 <exec_byte_code+1510>, 
    0x81bfefb <exec_byte_code+1515>, 0x81bff00 <exec_byte_code+1520>, 
    0x81bff05 <exec_byte_code+1525>, 0x81bfb85 <exec_byte_code+629>, 
    0x81bfb88 <exec_byte_code+632>, 0x81bfec5 <exec_byte_code+1461>, 
    0x81bfed6 <exec_byte_code+1478>, 0x81bff46 <exec_byte_code+1590>, 
    0x81bff4b <exec_byte_code+1595>, 0x81bff50 <exec_byte_code+1600>, 
    0x81bff55 <exec_byte_code+1605>, 0x81bfbba <exec_byte_code+682>, 
    0x81bfbc0 <exec_byte_code+688>, 0x81bff15 <exec_byte_code+1541>, 
    0x81bff26 <exec_byte_code+1558>, 0x81bfc94 <exec_byte_code+900>, 
    0x81bfc94 <exec_byte_code+900>, 0x81bfc94 <exec_byte_code+900>, 
    0x81bfc94 <exec_byte_code+900>, 0x81bfc94 <exec_byte_code+900>, 
    0x81bfc94 <exec_byte_code+900>, 0x81bfc94 <exec_byte_code+900>, 
    0x81bfc94 <exec_byte_code+900>, 0x81c0636 <exec_byte_code+3366>, 
    0x81c06a8 <exec_byte_code+3480>, 0x81c06d3 <exec_byte_code+3523>, 
    0x81c06fe <exec_byte_code+3566>, 0x81c0729 <exec_byte_code+3609>, 
    0x81bfd75 <exec_byte_code+1125>, 0x81bfda2 <exec_byte_code+1170>, 
    0x81c075d <exec_byte_code+3661>, 0x81bfd44 <exec_byte_code+1076>, 
    0x81bfdd0 <exec_byte_code+1216>, 0x81c0781 <exec_byte_code+3697>, 
    0x81c07af <exec_byte_code+3743>, 0x81c07d9 <exec_byte_code+3785>, 
    0x81c0818 <exec_byte_code+3848>, 0x81c0845 <exec_byte_code+3893>, 
    0x81c08a9 <exec_byte_code+3993>, 0x81c08ca <exec_byte_code+4026>, 
    0x81c08f8 <exec_byte_code+4072>, 0x81c092d <exec_byte_code+4125>, 
    0x81c094e <exec_byte_code+4158>, 0x81c096f <exec_byte_code+4191>, 
    0x81c099d <exec_byte_code+4237>, 0x81c09cb <exec_byte_code+4283>, 
    0x81c09f9 <exec_byte_code+4329>, 0x81c0a2e <exec_byte_code+4382>, 
    0x81c0a5b <exec_byte_code+4427>, 0x81c0a88 <exec_byte_code+4472>, 
    0x81c0aec <exec_byte_code+4572>, 0x81c0b17 <exec_byte_code+4615>, 
    0x81c0b42 <exec_byte_code+4658>, 0x81c0bc4 <exec_byte_code+4788>, 
    0x81c0bf2 <exec_byte_code+4834>, 0x81c0c20 <exec_byte_code+4880>, 
    0x81c0c4e <exec_byte_code+4926>, 0x81c0c7c <exec_byte_code+4972>, 
    0x81c0ca9 <exec_byte_code+5017>, 0x81c0ccf <exec_byte_code+5055>, 
    0x81c0cfc <exec_byte_code+5100>, 0x81c0d29 <exec_byte_code+5145>, 
    0x81c0d56 <exec_byte_code+5190>, 0x81c0dde <exec_byte_code+5326>, 
    0x81bfca0 <exec_byte_code+912>, 0x81c0e07 <exec_byte_code+5367>, 
    0x81c0e28 <exec_byte_code+5400>, 0x81c0e86 <exec_byte_code+5494>, 
    0x81c0eaf <exec_byte_code+5535>, 0x81c0ed8 <exec_byte_code+5576>, 
    0x81c0ef9 <exec_byte_code+5609>, 0x81c0f19 <exec_byte_code+5641>, 
---Type <return> to continue, or q <return> to quit---
    0x81c0f39 <exec_byte_code+5673>, 0x81c0f5c <exec_byte_code+5708>, 
    0x81bfc94 <exec_byte_code+900>, 0x81c0f86 <exec_byte_code+5750>, 
    0x81c0fa8 <exec_byte_code+5784>, 0x81c0fca <exec_byte_code+5818>, 
    0x81c0fec <exec_byte_code+5852>, 0x81c100e <exec_byte_code+5886>, 
    0x81c1030 <exec_byte_code+5920>, 0x81bfca0 <exec_byte_code+912>, 
    0x81bfc94 <exec_byte_code+900>, 0x81c1051 <exec_byte_code+5953>, 
    0x81c1073 <exec_byte_code+5987>, 0x81c1094 <exec_byte_code+6020>, 
    0x81c10b5 <exec_byte_code+6053>, 0x81c10e3 <exec_byte_code+6099>, 
    0x81c1111 <exec_byte_code+6145>, 0x81c1132 <exec_byte_code+6178>, 
    0x81c11e5 <exec_byte_code+6357>, 0x81c1213 <exec_byte_code+6403>, 
    0x81c1241 <exec_byte_code+6449>, 0x81c126f <exec_byte_code+6495>, 
    0x81c1291 <exec_byte_code+6529>, 0x81bfc94 <exec_byte_code+900>, 
    0x81c0117 <exec_byte_code+2055>, 0x81bff8e <exec_byte_code+1662>, 
    0x81bfcdb <exec_byte_code+971>, 0x81c0011 <exec_byte_code+1793>, 
    0x81c00b0 <exec_byte_code+1952>, 0x81c025c <exec_byte_code+2380>, 
    0x81c0531 <exec_byte_code+3105>, 0x81c0562 <exec_byte_code+3154>, 
    0x81bfe56 <exec_byte_code+1350>, 0x81c014f <exec_byte_code+2111>, 
    0x81c0179 <exec_byte_code+2153>, 0x81c01d2 <exec_byte_code+2242>, 
    0x81c01fc <exec_byte_code+2284>, 0x81c0232 <exec_byte_code+2338>, 
    0x81c057a <exec_byte_code+3178>, 0x81c05af <exec_byte_code+3231>, 
    0x81c05e6 <exec_byte_code+3286>, 0x81bff65 <exec_byte_code+1621>, 
    0x81c12b2 <exec_byte_code+6562>, 0x81c12e7 <exec_byte_code+6615>, 
    0x81c1308 <exec_byte_code+6648>, 0x81c1329 <exec_byte_code+6681>, 
    0x81c134a <exec_byte_code+6714>, 0x81c136b <exec_byte_code+6747>, 
    0x81c1399 <exec_byte_code+6793>, 0x81c13c7 <exec_byte_code+6839>, 
    0x81c1568 <exec_byte_code+7256>, 0x81c1596 <exec_byte_code+7302>, 
    0x81c15d2 <exec_byte_code+7362>, 0x81c1600 <exec_byte_code+7408>, 
    0x81c162e <exec_byte_code+7454>, 0x81c164f <exec_byte_code+7487>, 
    0x81c167d <exec_byte_code+7533>, 0x81c16ab <exec_byte_code+7579>, 
    0x81c16d7 <exec_byte_code+7623>, 0x81c1755 <exec_byte_code+7749>, 
    0x81c0d83 <exec_byte_code+5235>, 0x81c0db0 <exec_byte_code+5280>, 
    0x81c1708 <exec_byte_code+7672>, 0x81c172f <exec_byte_code+7711>, 
    0x81bfc94 <exec_byte_code+900>, 0x81c02fa <exec_byte_code+2538>, 
    0x81c036f <exec_byte_code+2655>, 0x81c03c9 <exec_byte_code+2745>, 
    0x81c044e <exec_byte_code+2878>, 0x81c04a8 <exec_byte_code+2968>, 
    0x81c0872 <exec_byte_code+3938>, 0x81c0ab5 <exec_byte_code+4517>, 
    0x81c0e4f <exec_byte_code+5439>, 0x81c14a7 <exec_byte_code+7063>, 
    0x81c14d4 <exec_byte_code+7108>, 0x81bfc94 <exec_byte_code+900>, 
    0x81bfc94 <exec_byte_code+900>, 0x81c1512 <exec_byte_code+7170>, 
    0x81bfc94 <exec_byte_code+900>, 0x81bfc94 <exec_byte_code+900>, 
---Type <return> to continue, or q <return> to quit---
    0x81bfc94 <exec_byte_code+900>, 0x81bfc94 <exec_byte_code+900>, 
    0x81bfc94 <exec_byte_code+900>, 0x81bfc94 <exec_byte_code+900>, 
    0x81bfc94 <exec_byte_code+900>, 0x81bfc94 <exec_byte_code+900>, 
    0x81bfc94 <exec_byte_code+900>, 
    0x81c1546 <exec_byte_code+7222> <repeats 64 times>}
        stack = {pc = 0x83d1f8d <pure+1502797> "\210\201y", byte_string = 
    137012545, byte_string_start = 
    0x83d1d5a <pure+1502234> "\306 \020\307\021\n\023\307\024\310\311!\211\307=\204\060", constants = 137012565, next = 0xbfffeb6c}
        result = 140156928
#16 0x0818bbb7 in funcall_lambda (fun=137012517, nargs=nargs@entry=0, 
    arg_vector=arg_vector@entry=0xbfffeafc) at eval.c:2940
        val = <optimized out>
        syms_left = 0
        next = <optimized out>
        lexenv = <optimized out>
        count = 4
        i = <optimized out>
        optional = <optimized out>
        rest = <optimized out>
#17 0x0818bf9a in Ffuncall (nargs=1, args=0xbfffeaf8) at eval.c:2835
        fun = <optimized out>
        original_fun = 141046370
        funcar = <optimized out>
        numargs = 0
        lisp_numargs = <optimized out>
        val = <optimized out>
        backtrace = {next = 0xbfffecac, function = 141046370, args = 0xbfffeafc, 
          nargs = 0, debug_on_exit = 0}
        internal_args = <optimized out>
        i = <optimized out>
#18 0x081bfba3 in exec_byte_code (bytestr=140156928, vector=-1073747208, maxdepth=
    142983512, args_template=0, nargs=0, args=0xbfffeaf8) at bytecode.c:899
        targets = {0x81bfc94 <exec_byte_code+900>, 
    0x81c1703 <exec_byte_code+7667>, 0x81c1782 <exec_byte_code+7794>, 
    0x81c1435 <exec_byte_code+6949>, 0x81bfbfb <exec_byte_code+747>, 
    0x81bfbfb <exec_byte_code+747>, 0x81c143a <exec_byte_code+6954>, 
    0x81c1468 <exec_byte_code+7000>, 0x81c13f5 <exec_byte_code+6885>, 
    0x81c13fa <exec_byte_code+6890>, 0x81c13ff <exec_byte_code+6895>, 
    0x81c1405 <exec_byte_code+6901>, 0x81bfaaa <exec_byte_code+410>, 
---Type <return> to continue, or q <return> to quit---
    0x81bfab0 <exec_byte_code+416>, 0x81bfcca <exec_byte_code+954>, 
    0x81c1415 <exec_byte_code+6917>, 0x81bfe01 <exec_byte_code+1265>, 
    0x81bfe06 <exec_byte_code+1270>, 0x81bfe0b <exec_byte_code+1275>, 
    0x81bfe15 <exec_byte_code+1285>, 0x81bfaf3 <exec_byte_code+483>, 
    0x81bfaf8 <exec_byte_code+488>, 0x81bfe45 <exec_byte_code+1333>, 
    0x81bfe25 <exec_byte_code+1301>, 0x81bfea4 <exec_byte_code+1428>, 
    0x81bfea9 <exec_byte_code+1433>, 0x81bfeae <exec_byte_code+1438>, 
    0x81bfeb5 <exec_byte_code+1445>, 0x81bfb53 <exec_byte_code+579>, 
    0x81bfb58 <exec_byte_code+584>, 0x81bfe73 <exec_byte_code+1379>, 
    0x81bfe84 <exec_byte_code+1396>, 0x81bfef6 <exec_byte_code+1510>, 
    0x81bfefb <exec_byte_code+1515>, 0x81bff00 <exec_byte_code+1520>, 
    0x81bff05 <exec_byte_code+1525>, 0x81bfb85 <exec_byte_code+629>, 
    0x81bfb88 <exec_byte_code+632>, 0x81bfec5 <exec_byte_code+1461>, 
    0x81bfed6 <exec_byte_code+1478>, 0x81bff46 <exec_byte_code+1590>, 
    0x81bff4b <exec_byte_code+1595>, 0x81bff50 <exec_byte_code+1600>, 
    0x81bff55 <exec_byte_code+1605>, 0x81bfbba <exec_byte_code+682>, 
    0x81bfbc0 <exec_byte_code+688>, 0x81bff15 <exec_byte_code+1541>, 
    0x81bff26 <exec_byte_code+1558>, 0x81bfc94 <exec_byte_code+900>, 
    0x81bfc94 <exec_byte_code+900>, 0x81bfc94 <exec_byte_code+900>, 
    0x81bfc94 <exec_byte_code+900>, 0x81bfc94 <exec_byte_code+900>, 
    0x81bfc94 <exec_byte_code+900>, 0x81bfc94 <exec_byte_code+900>, 
    0x81bfc94 <exec_byte_code+900>, 0x81c0636 <exec_byte_code+3366>, 
    0x81c06a8 <exec_byte_code+3480>, 0x81c06d3 <exec_byte_code+3523>, 
    0x81c06fe <exec_byte_code+3566>, 0x81c0729 <exec_byte_code+3609>, 
    0x81bfd75 <exec_byte_code+1125>, 0x81bfda2 <exec_byte_code+1170>, 
    0x81c075d <exec_byte_code+3661>, 0x81bfd44 <exec_byte_code+1076>, 
    0x81bfdd0 <exec_byte_code+1216>, 0x81c0781 <exec_byte_code+3697>, 
    0x81c07af <exec_byte_code+3743>, 0x81c07d9 <exec_byte_code+3785>, 
    0x81c0818 <exec_byte_code+3848>, 0x81c0845 <exec_byte_code+3893>, 
    0x81c08a9 <exec_byte_code+3993>, 0x81c08ca <exec_byte_code+4026>, 
    0x81c08f8 <exec_byte_code+4072>, 0x81c092d <exec_byte_code+4125>, 
    0x81c094e <exec_byte_code+4158>, 0x81c096f <exec_byte_code+4191>, 
    0x81c099d <exec_byte_code+4237>, 0x81c09cb <exec_byte_code+4283>, 
    0x81c09f9 <exec_byte_code+4329>, 0x81c0a2e <exec_byte_code+4382>, 
    0x81c0a5b <exec_byte_code+4427>, 0x81c0a88 <exec_byte_code+4472>, 
    0x81c0aec <exec_byte_code+4572>, 0x81c0b17 <exec_byte_code+4615>, 
    0x81c0b42 <exec_byte_code+4658>, 0x81c0bc4 <exec_byte_code+4788>, 
    0x81c0bf2 <exec_byte_code+4834>, 0x81c0c20 <exec_byte_code+4880>, 
    0x81c0c4e <exec_byte_code+4926>, 0x81c0c7c <exec_byte_code+4972>, 
    0x81c0ca9 <exec_byte_code+5017>, 0x81c0ccf <exec_byte_code+5055>, 
---Type <return> to continue, or q <return> to quit---
    0x81c0cfc <exec_byte_code+5100>, 0x81c0d29 <exec_byte_code+5145>, 
    0x81c0d56 <exec_byte_code+5190>, 0x81c0dde <exec_byte_code+5326>, 
    0x81bfca0 <exec_byte_code+912>, 0x81c0e07 <exec_byte_code+5367>, 
    0x81c0e28 <exec_byte_code+5400>, 0x81c0e86 <exec_byte_code+5494>, 
    0x81c0eaf <exec_byte_code+5535>, 0x81c0ed8 <exec_byte_code+5576>, 
    0x81c0ef9 <exec_byte_code+5609>, 0x81c0f19 <exec_byte_code+5641>, 
    0x81c0f39 <exec_byte_code+5673>, 0x81c0f5c <exec_byte_code+5708>, 
    0x81bfc94 <exec_byte_code+900>, 0x81c0f86 <exec_byte_code+5750>, 
    0x81c0fa8 <exec_byte_code+5784>, 0x81c0fca <exec_byte_code+5818>, 
    0x81c0fec <exec_byte_code+5852>, 0x81c100e <exec_byte_code+5886>, 
    0x81c1030 <exec_byte_code+5920>, 0x81bfca0 <exec_byte_code+912>, 
    0x81bfc94 <exec_byte_code+900>, 0x81c1051 <exec_byte_code+5953>, 
    0x81c1073 <exec_byte_code+5987>, 0x81c1094 <exec_byte_code+6020>, 
    0x81c10b5 <exec_byte_code+6053>, 0x81c10e3 <exec_byte_code+6099>, 
    0x81c1111 <exec_byte_code+6145>, 0x81c1132 <exec_byte_code+6178>, 
    0x81c11e5 <exec_byte_code+6357>, 0x81c1213 <exec_byte_code+6403>, 
    0x81c1241 <exec_byte_code+6449>, 0x81c126f <exec_byte_code+6495>, 
    0x81c1291 <exec_byte_code+6529>, 0x81bfc94 <exec_byte_code+900>, 
    0x81c0117 <exec_byte_code+2055>, 0x81bff8e <exec_byte_code+1662>, 
    0x81bfcdb <exec_byte_code+971>, 0x81c0011 <exec_byte_code+1793>, 
    0x81c00b0 <exec_byte_code+1952>, 0x81c025c <exec_byte_code+2380>, 
    0x81c0531 <exec_byte_code+3105>, 0x81c0562 <exec_byte_code+3154>, 
    0x81bfe56 <exec_byte_code+1350>, 0x81c014f <exec_byte_code+2111>, 
    0x81c0179 <exec_byte_code+2153>, 0x81c01d2 <exec_byte_code+2242>, 
    0x81c01fc <exec_byte_code+2284>, 0x81c0232 <exec_byte_code+2338>, 
    0x81c057a <exec_byte_code+3178>, 0x81c05af <exec_byte_code+3231>, 
    0x81c05e6 <exec_byte_code+3286>, 0x81bff65 <exec_byte_code+1621>, 
    0x81c12b2 <exec_byte_code+6562>, 0x81c12e7 <exec_byte_code+6615>, 
    0x81c1308 <exec_byte_code+6648>, 0x81c1329 <exec_byte_code+6681>, 
    0x81c134a <exec_byte_code+6714>, 0x81c136b <exec_byte_code+6747>, 
    0x81c1399 <exec_byte_code+6793>, 0x81c13c7 <exec_byte_code+6839>, 
    0x81c1568 <exec_byte_code+7256>, 0x81c1596 <exec_byte_code+7302>, 
    0x81c15d2 <exec_byte_code+7362>, 0x81c1600 <exec_byte_code+7408>, 
    0x81c162e <exec_byte_code+7454>, 0x81c164f <exec_byte_code+7487>, 
    0x81c167d <exec_byte_code+7533>, 0x81c16ab <exec_byte_code+7579>, 
    0x81c16d7 <exec_byte_code+7623>, 0x81c1755 <exec_byte_code+7749>, 
    0x81c0d83 <exec_byte_code+5235>, 0x81c0db0 <exec_byte_code+5280>, 
    0x81c1708 <exec_byte_code+7672>, 0x81c172f <exec_byte_code+7711>, 
    0x81bfc94 <exec_byte_code+900>, 0x81c02fa <exec_byte_code+2538>, 
    0x81c036f <exec_byte_code+2655>, 0x81c03c9 <exec_byte_code+2745>, 
---Type <return> to continue, or q <return> to quit---
    0x81c044e <exec_byte_code+2878>, 0x81c04a8 <exec_byte_code+2968>, 
    0x81c0872 <exec_byte_code+3938>, 0x81c0ab5 <exec_byte_code+4517>, 
    0x81c0e4f <exec_byte_code+5439>, 0x81c14a7 <exec_byte_code+7063>, 
    0x81c14d4 <exec_byte_code+7108>, 0x81bfc94 <exec_byte_code+900>, 
    0x81bfc94 <exec_byte_code+900>, 0x81c1512 <exec_byte_code+7170>, 
    0x81bfc94 <exec_byte_code+900>, 0x81bfc94 <exec_byte_code+900>, 
    0x81bfc94 <exec_byte_code+900>, 0x81bfc94 <exec_byte_code+900>, 
    0x81bfc94 <exec_byte_code+900>, 0x81bfc94 <exec_byte_code+900>, 
    0x81bfc94 <exec_byte_code+900>, 0x81bfc94 <exec_byte_code+900>, 
    0x81bfc94 <exec_byte_code+900>, 
    0x81c1546 <exec_byte_code+7222> <repeats 64 times>}
        stack = {pc = 
    0x83d2865 <pure+1505061> "\210)\210\351\352\353\"\210\354\321\355\"\211;\203\256", byte_string = 137010993, byte_string_start = 
    0x83d27d0 <pure+1504912> "\b\203\b", constants = 137011013, next = 0x0}
        result = 140156928
#19 0x0818bbb7 in funcall_lambda (fun=fun@entry=137010965, nargs=nargs@entry=0, 
    arg_vector=arg_vector@entry=0xbfffec10) at eval.c:2940
        val = <optimized out>
        syms_left = 0
        next = <optimized out>
        lexenv = <optimized out>
        count = 3
        i = <optimized out>
        optional = <optimized out>
        rest = <optimized out>
#20 0x0818b126 in apply_lambda (fun=137010965, args=<optimized out>) at eval.c:2883
        args_left = 138839554
        i = <optimized out>
        numargs = 0
        arg_vector = 0xbfffec10
        tem = <optimized out>
        sa_count = 3
        sa_must_free = <optimized out>
#21 0x0818b448 in eval_sub (form=form@entry=140491926) at eval.c:2214
        fun = <optimized out>
        val = <optimized out>
        original_fun = 140936362
        original_args = 138839554
        funcar = <optimized out>
---Type <return> to continue, or q <return> to quit---
        backtrace = {next = 0x0, function = 140936362, args = 0xbfffec10, nargs = 
    0, debug_on_exit = 0}
#22 0x0818d6cd in Feval (form=140491926, lexical=138839554) at eval.c:2004
        count = 2
#23 0x0811d499 in top_level_2 () at keyboard.c:1176
No locals.
#24 0x0818a790 in internal_condition_case (bfun=bfun@entry=
    0x811d480 <top_level_2>, handlers=138872946, hfun=hfun@entry=
    0x811eb50 <cmd_error>) at eval.c:1288
        val = <optimized out>
        c = {tag = 138839554, val = 138839554, next = 0xbfffee78, gcpro = 0x0, 
          jmp = {{__jmpbuf = {1, 0, 138839554, -1073745896, -635557540, 
    344597043}, __mask_was_saved = 0, __saved_mask = {__val = {3066202864, 0, 
    135450549, 140573022, 0, 1, 3087005952, 0, 3221221400, 0, 138778112, 
    3064285982, 3087003588, 3087005952, 1, 136703240, 3087003588, 3087005952, 1, 
    136701464, 3086923820, 3087006392, 3058011536, 1, 1, 0, 135455735, 138839554, 
    134536052, 0, 135449833, 138862986}}}}, backlist = 0x0, handlerlist = 0x0, 
          lisp_eval_depth = 0, pdlcount = 2, poll_suppress_count = 1, 
          interrupt_input_blocked = 0, byte_stack = 0x0}
        h = {handler = 138872946, var = 138839554, chosen_clause = -1207961344, 
          tag = 0xbfffed68, next = 0x0}
#25 0x0811dc85 in top_level_1 (ignore=ignore@entry=138839554) at keyboard.c:1184
No locals.
#26 0x0818a6a5 in internal_catch (tag=138870946, func=func@entry=
    0x811dc20 <top_level_1>, arg=138839554) at eval.c:1059
        c = {tag = 138870946, val = 138839554, next = 0x0, gcpro = 0x0, jmp = {{
              __jmpbuf = {1, 0, 138839554, -1073745896, -635934372, 344568883}, 
              __mask_was_saved = 0, __saved_mask = {__val = {0, 0, 0, 0, 
    142787064, 140953337, 136110472, 142582720, 136469826, 14, 23, 142582720, 14, 
    136469826, 3221221208, 0, 0, 23, 3221221208, 5, 3221222249, 136469826, 
    138961882, 138839554, 138961880, 3221221400, 135845187, 138961882, 138839554, 
    138839554, 1, 3064222784}}}}, backlist = 0x0, handlerlist = 0x0, 
          lisp_eval_depth = 0, pdlcount = 2, poll_suppress_count = 1, 
          interrupt_input_blocked = 0, byte_stack = 0x0}
#27 0x0811e664 in command_loop () at keyboard.c:1145
No locals.
#28 recursive_edit_1 () at keyboard.c:778
        count = 1
        val = 0
#29 0x0811e97a in Frecursive_edit () at keyboard.c:842
---Type <return> to continue, or q <return> to quit---
        count = 0
        buffer = 138839554
#30 0x08059cd8 in main (argc=<optimized out>, argv=0xbffff0b4) at emacs.c:1547
        dummy = 134588764
        stack_bottom_variable = 33 '!'
        do_initial_setlocale = <optimized out>
        dumping = <optimized out>
        skip_args = 1
        rlim = {rlim_cur = 8388608, rlim_max = 18446744073709551615}
        no_loadup = false
        junk = 0x0
        dname_arg = 0x0
        ch_to_dir = 
    0xb7ff1ce0 <_dl_runtime_resolve+16> "Z\213\f$\211\004$\213D$\004\302\f"
(gdb)

[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 198 bytes --]

^ permalink raw reply	[flat|nested] 3+ messages in thread

* bug#13050: 24.2.90; Gt-WARNING **: gtk_window_parse_geometry() called on a window with no visible children
  2012-12-01 21:18 bug#13050: 24.2.90; Gt-WARNING **: gtk_window_parse_geometry() called on a window with no visible children Steve Revilak
@ 2012-12-01 21:32 ` Ken Brown
  2012-12-02  0:43   ` Steve Revilak
  0 siblings, 1 reply; 3+ messages in thread
From: Ken Brown @ 2012-12-01 21:32 UTC (permalink / raw)
  To: Steve Revilak; +Cc: 13050

This is a duplicate of Bug#11177.

Ken





^ permalink raw reply	[flat|nested] 3+ messages in thread

* bug#13050: 24.2.90; Gt-WARNING **: gtk_window_parse_geometry() called on a window with no visible children
  2012-12-01 21:32 ` Ken Brown
@ 2012-12-02  0:43   ` Steve Revilak
  0 siblings, 0 replies; 3+ messages in thread
From: Steve Revilak @ 2012-12-02  0:43 UTC (permalink / raw)
  To: 13050-done

[-- Attachment #1: Type: text/plain, Size: 81 bytes --]

>This is a duplicate of Bug#11177.

Apologies for the duplicate.  Marking done.


[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 198 bytes --]

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2012-12-02  0:43 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-12-01 21:18 bug#13050: 24.2.90; Gt-WARNING **: gtk_window_parse_geometry() called on a window with no visible children Steve Revilak
2012-12-01 21:32 ` Ken Brown
2012-12-02  0:43   ` Steve Revilak

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.