unofficial mirror of bug-gnu-emacs@gnu.org 
 help / color / mirror / code / Atom feed
* bug#13359: 23.4; bad text pointer cursor: BadValue (integer parameter out of range for operation)
@ 2013-01-04 16:14 micah
       [not found] ` <handler.13359.B.135732608125217.ack@debbugs.gnu.org>
                   ` (2 more replies)
  0 siblings, 3 replies; 5+ messages in thread
From: micah @ 2013-01-04 16:14 UTC (permalink / raw)
  To: 13359


Hi,

I have a simple function defined that makes a frame and calls
'org-capture' when it is invoked:

(defun make-capture-frame ()
  "Create a new frame and run org-capture."
  (interactive)
  (make-frame '((name . "capture") (width . 80 ) (height . 10)))
  (select-frame-by-name "capture")
  (org-capture)
  (delete-other-windows)
)

I do M-x server-start, and then I use emacsclient to call this function
(so I can bind a key in my window manager to call it and have a window
pop up anywhere). 

Everything works great! Except... at some point it stops working at all.

So, when it stops, I go to a shell and execute the emacsclient line to
see if I can figure out what is going on:

$ emacsclient --eval '(make-capture-frame)'
*ERROR*: bad text pointer cursor: BadValue (integer parameter out of range for operation)
$

I have no idea what this means, or how to debug it. I can still run M-x
org-capture, so that seems to still work, but otherwise I'm puzzled...

At the moment, I'm getting that *ERROR* and so am running M-x
report-emacs-bug. If I restart emacs, it will go away, for a while. 

Any debugging or additional information I can offer will be gladly
provided!

Thanks,
Micah


In GNU Emacs 23.4.1 (x86_64-pc-linux-gnu, GTK+ Version 2.24.10)
 of 2012-09-08 on trouble, modified by Debian
Windowing system distributor `The X.Org Foundation', version 11.0.11204000
configured using `configure  '--build' 'x86_64-linux-gnu' '--build' 'x86_64-linux-gnu' '--prefix=/usr' '--sharedstatedir=/var/lib' '--libexecdir=/usr/lib' '--localstatedir=/var/lib' '--infodir=/usr/share/info' '--mandir=/usr/share/man' '--with-pop=yes' '--enable-locallisppath=/etc/emacs23:/etc/emacs:/usr/local/share/emacs/23.4/site-lisp:/usr/local/share/emacs/site-lisp:/usr/share/emacs/23.4/site-lisp:/usr/share/emacs/site-lisp' '--with-crt-dir=/usr/lib/x86_64-linux-gnu' '--with-x=yes' '--with-x-toolkit=gtk' '--with-toolkit-scroll-bars' 'build_alias=x86_64-linux-gnu' 'CFLAGS=-g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -DDEBIAN -O2' 'CPPFLAGS=-D_FORTIFY_SOURCE=2''

Important settings:
  value of $LC_ALL: nil
  value of $LC_COLLATE: nil
  value of $LC_CTYPE: en_US.UTF-8
  value of $LC_MESSAGES: C
  value of $LC_MONETARY: en_US.UTF-8
  value of $LC_NUMERIC: en_US.UTF-8
  value of $LC_TIME: en_US.UTF-8
  value of $LANG: en_US.UTF-8
  value of $XMODIFIERS: nil
  locale-coding-system: utf-8
  default enable-multibyte-characters: t

Major mode: Fundamental

Minor modes in effect:
  global-undo-tree-mode: t
  undo-tree-mode: t
  diff-auto-refine-mode: t
  desktop-save-mode: t
  ido-everywhere: t
  shell-dirtrack-mode: t
  icomplete-mode: t
  display-battery-mode: t
  display-time-mode: t
  delete-selection-mode: t
  show-paren-mode: t
  minibuffer-depth-indicate-mode: t
  tooltip-mode: t
  mouse-wheel-mode: t
  file-name-shadow-mode: t
  global-font-lock-mode: t
  font-lock-mode: t
  blink-cursor-mode: t
  auto-encryption-mode: t
  auto-compression-mode: t
  column-number-mode: t
  line-number-mode: t
  transient-mark-mode: t

Recent input:
q s C-g <down> <down> <down> <down> <down> <down> <down> 
<down> <down> <down> <down> <down> <down> <down> <down> 
<down> <down> <down> <down> <down> <down> <down> s 
d k g <return> <down> <down> <down> <down> <down> <down> 
<down> <down> <down> <down> <down> <down> <down> <down> 
<down> <down> <down> <down> <down> <down> <down> <down> 
<down> <down> <down> <down> <down> <down> <down> <up> 
<up> <up> <up> <up> <up> <up> <return> <C-down> <C-down> 
<C-down> <down> C-SPC <C-down> <C-down> <C-down> <C-down> 
ESC w C-x b <return> q C-x b <return> C-x b <return> 
C-x k <return> C-x b <return> C-y <up> <up> <up> <up> 
<up> <up> <up> <up> <up> <up> <up> <up> <up> <up> <up> 
M-d H e r e SPC i s SPC w h a t SPC w e SPC s a i d 
SPC w e SPC w o u l d SPC d o : M-d <delete> C-c <return> 
C-e C-c C-c = M-< <down> <return> q a <return> n n 
n q a <return> q a <return> q d <return> q a a <return> 
q a = M-x s e r v e r - s t a r t <return> <return> 
C-x C-f <backspace> <backspace> / e , a <backspace> 
<backspace> <backspace> <backspace> C-g C-g C-x C-f 
<backspace> <backspace> . e m a c s . d / o r g C-s 
<return> <next> <next> C-x C-d C-g C-x C-f <backspace> 
. c o n f i g / a w e s <return> r c C-r <return> M-x 
C-g C-x b C-s <return> M-x r e p o r t - e m a c s 
- b u g <return> C-x o <down> M-f M-f M-f M-b C-SPC 
C-e ESC w C-x o C-y <return> C-x o C-x o M-< C-x k 
<return> y q M-x <return>

Recent messages:
Checking 26 files in /usr/share/emacs/23.4/lisp/emulation...
Checking 70 files in /usr/share/emacs/23.4/lisp/emacs-lisp...
Checking 12 files in /usr/share/emacs/23.4/lisp/cedet...
Checking 30 files in /usr/share/emacs/23.4/lisp/calendar...
Checking 44 files in /usr/share/emacs/23.4/lisp/calc...
Checking 22 files in /usr/share/emacs/23.4/lisp/obsolete...
Checking 1 files in /usr/share/emacs/23.4/leim...
Checking for load-path shadows...done
Mark set
Buffer *mail to bug-gnu-emacs@gnu.org* modified; kill anyway? (y or n) 

Load-path shadows:
/home/micah/.emacs.d/plugins/rinari/jump hides ~/.emacs.d/plugins/rinari/jump.el/jump
/home/micah/.emacs.d/plugins/rinari/util/inf-ruby hides ~/.emacs.d/plugins/ruby/inf-ruby
/home/micah/.emacs.d/plugins/rinari/util/ruby-mode hides ~/.emacs.d/plugins/ruby/ruby-mode
/home/micah/.emacs.d/plugins/post hides /home/micah/.emacs.d/post
~/.emacs.d/plugins/puppet-syntax-emacs/puppet-mode hides /usr/share/emacs/23.4/site-lisp/puppet-el/puppet-mode
~/.emacs.d/plugins/puppet-syntax-emacs/puppet-mode hides /usr/share/emacs/site-lisp/puppet-mode
/usr/share/emacs23/site-lisp/flim/md4 hides /usr/share/emacs/23.4/lisp/md4
/usr/share/emacs23/site-lisp/flim/hex-util hides /usr/share/emacs/23.4/lisp/hex-util
/home/micah/.emacs.d/custom hides /usr/share/emacs/23.4/lisp/custom
/usr/share/emacs23/site-lisp/flim/sha1 hides /usr/share/emacs/23.4/lisp/sha1
/usr/share/emacs23/site-lisp/dictionaries-common/ispell hides /usr/share/emacs/23.4/lisp/textmodes/ispell
/usr/share/emacs/site-lisp/rst hides /usr/share/emacs/23.4/lisp/textmodes/rst
/usr/share/emacs23/site-lisp/dictionaries-common/flyspell hides /usr/share/emacs/23.4/lisp/textmodes/flyspell
/home/micah/.emacs.d/plugins/rinari/util/ruby-mode hides /usr/share/emacs/23.4/lisp/progmodes/ruby-mode
~/.emacs.d/plugins/rinari/jump.el/which-func hides /usr/share/emacs/23.4/lisp/progmodes/which-func
/usr/share/emacs23/site-lisp/org-mode/org-info hides /usr/share/emacs/23.4/lisp/org/org-info
/usr/share/emacs23/site-lisp/org-mode/org-jsinfo hides /usr/share/emacs/23.4/lisp/org/org-jsinfo
/usr/share/emacs23/site-lisp/org-mode/org-mouse hides /usr/share/emacs/23.4/lisp/org/org-mouse
/usr/share/emacs23/site-lisp/org-mode/org-docbook hides /usr/share/emacs/23.4/lisp/org/org-docbook
/usr/share/emacs23/site-lisp/org-mode/org-clock hides /usr/share/emacs/23.4/lisp/org/org-clock
/usr/share/emacs23/site-lisp/org-mode/org-macs hides /usr/share/emacs/23.4/lisp/org/org-macs
/usr/share/emacs23/site-lisp/org-mode/org-exp-blocks hides /usr/share/emacs/23.4/lisp/org/org-exp-blocks
/usr/share/emacs23/site-lisp/org-mode/org-timer hides /usr/share/emacs/23.4/lisp/org/org-timer
/usr/share/emacs23/site-lisp/org-mode/org-attach hides /usr/share/emacs/23.4/lisp/org/org-attach
/usr/share/emacs23/site-lisp/org-mode/org-protocol hides /usr/share/emacs/23.4/lisp/org/org-protocol
/usr/share/emacs23/site-lisp/org-mode/org-bibtex hides /usr/share/emacs/23.4/lisp/org/org-bibtex
/usr/share/emacs23/site-lisp/org-mode/org-mhe hides /usr/share/emacs/23.4/lisp/org/org-mhe
/usr/share/emacs23/site-lisp/org-mode/org-bbdb hides /usr/share/emacs/23.4/lisp/org/org-bbdb
/usr/share/emacs23/site-lisp/org-mode/org-inlinetask hides /usr/share/emacs/23.4/lisp/org/org-inlinetask
/usr/share/emacs23/site-lisp/org-mode/org-agenda hides /usr/share/emacs/23.4/lisp/org/org-agenda
/usr/share/emacs23/site-lisp/org-mode/org-faces hides /usr/share/emacs/23.4/lisp/org/org-faces
/usr/share/emacs23/site-lisp/org-mode/org-indent hides /usr/share/emacs/23.4/lisp/org/org-indent
/usr/share/emacs23/site-lisp/org-mode/org-habit hides /usr/share/emacs/23.4/lisp/org/org-habit
/usr/share/emacs23/site-lisp/org-mode/org-vm hides /usr/share/emacs/23.4/lisp/org/org-vm
/usr/share/emacs23/site-lisp/org-mode/org-mobile hides /usr/share/emacs/23.4/lisp/org/org-mobile
/usr/share/emacs23/site-lisp/org-mode/org hides /usr/share/emacs/23.4/lisp/org/org
/usr/share/emacs23/site-lisp/org-mode/org-w3m hides /usr/share/emacs/23.4/lisp/org/org-w3m
/usr/share/emacs23/site-lisp/org-mode/org-archive hides /usr/share/emacs/23.4/lisp/org/org-archive
/usr/share/emacs23/site-lisp/org-mode/org-xoxo hides /usr/share/emacs/23.4/lisp/org/org-xoxo
/usr/share/emacs23/site-lisp/org-mode/org-rmail hides /usr/share/emacs/23.4/lisp/org/org-rmail
/usr/share/emacs23/site-lisp/org-mode/org-ascii hides /usr/share/emacs/23.4/lisp/org/org-ascii
/usr/share/emacs23/site-lisp/org-mode/org-src hides /usr/share/emacs/23.4/lisp/org/org-src
/usr/share/emacs23/site-lisp/org-mode/org-html hides /usr/share/emacs/23.4/lisp/org/org-html
/usr/share/emacs23/site-lisp/org-mode/org-footnote hides /usr/share/emacs/23.4/lisp/org/org-footnote
/usr/share/emacs23/site-lisp/org-mode/org-list hides /usr/share/emacs/23.4/lisp/org/org-list
/usr/share/emacs23/site-lisp/org-mode/org-mew hides /usr/share/emacs/23.4/lisp/org/org-mew
/usr/share/emacs23/site-lisp/org-mode/org-latex hides /usr/share/emacs/23.4/lisp/org/org-latex
/usr/share/emacs23/site-lisp/org-mode/org-colview hides /usr/share/emacs/23.4/lisp/org/org-colview
/usr/share/emacs23/site-lisp/org-mode/org-exp hides /usr/share/emacs/23.4/lisp/org/org-exp
/usr/share/emacs23/site-lisp/org-mode/org-crypt hides /usr/share/emacs/23.4/lisp/org/org-crypt
/usr/share/emacs23/site-lisp/org-mode/org-gnus hides /usr/share/emacs/23.4/lisp/org/org-gnus
/usr/share/emacs23/site-lisp/org-mode/org-freemind hides /usr/share/emacs/23.4/lisp/org/org-freemind
/usr/share/emacs23/site-lisp/org-mode/org-publish hides /usr/share/emacs/23.4/lisp/org/org-publish
/usr/share/emacs23/site-lisp/org-mode/org-icalendar hides /usr/share/emacs/23.4/lisp/org/org-icalendar
/usr/share/emacs23/site-lisp/org-mode/org-mac-message hides /usr/share/emacs/23.4/lisp/org/org-mac-message
/usr/share/emacs23/site-lisp/org-mode/org-wl hides /usr/share/emacs/23.4/lisp/org/org-wl
/usr/share/emacs23/site-lisp/org-mode/org-irc hides /usr/share/emacs/23.4/lisp/org/org-irc
/usr/share/emacs23/site-lisp/org-mode/org-table hides /usr/share/emacs/23.4/lisp/org/org-table
/usr/share/emacs23/site-lisp/org-mode/org-id hides /usr/share/emacs/23.4/lisp/org/org-id
/usr/share/emacs23/site-lisp/org-mode/org-plot hides /usr/share/emacs/23.4/lisp/org/org-plot
/usr/share/emacs23/site-lisp/org-mode/org-feed hides /usr/share/emacs/23.4/lisp/org/org-feed
/usr/share/emacs23/site-lisp/org-mode/org-remember hides /usr/share/emacs/23.4/lisp/org/org-remember
/usr/share/emacs23/site-lisp/org-mode/org-datetree hides /usr/share/emacs/23.4/lisp/org/org-datetree
/usr/share/emacs23/site-lisp/org-mode/org-compat hides /usr/share/emacs/23.4/lisp/org/org-compat
/usr/share/emacs23/site-lisp/org-mode/org-install hides /usr/share/emacs/23.4/lisp/org/org-install
/usr/share/emacs23/site-lisp/flim/sasl-ntlm hides /usr/share/emacs/23.4/lisp/net/sasl-ntlm
/usr/share/emacs23/site-lisp/flim/hmac-def hides /usr/share/emacs/23.4/lisp/net/hmac-def
/usr/share/emacs23/site-lisp/flim/sasl hides /usr/share/emacs/23.4/lisp/net/sasl
/usr/share/emacs23/site-lisp/flim/ntlm hides /usr/share/emacs/23.4/lisp/net/ntlm
/usr/share/emacs23/site-lisp/flim/hmac-md5 hides /usr/share/emacs/23.4/lisp/net/hmac-md5
/usr/share/emacs23/site-lisp/flim/sasl-cram hides /usr/share/emacs/23.4/lisp/net/sasl-cram
/usr/share/emacs23/site-lisp/flim/sasl-digest hides /usr/share/emacs/23.4/lisp/net/sasl-digest
/home/micah/.emacs.d/plugins/avl-tree hides /usr/share/emacs/23.4/lisp/emacs-lisp/avl-tree

Features:
(shadow emacsbug jka-compr gnus-msg gnus-art mm-uu mml2015 gnus-sum nnoo
gnus-group gnus-undo nnmail mail-source gnus-start gnus-spec gnus-int
gnus-range gnus-win gnus gnus-ems mail-extr sort find-dired grep
multi-isearch help-mode w3m-form w3m-symbol mule-util nxml-uchnm rng-xsd
xsd-regexp rng-cmpct rng-nxml rng-valid rng-loc rng-uri rng-parse
nxml-parse rng-match rng-dt rng-util rng-pttrn nxml-ns nxml-mode
nxml-outln nxml-rap nxml-util nxml-glyph nxml-enc xmltok org-indent
org-habit org-id org-w3m org-irc org-jsinfo org-infojs org-html org-info
org-gnus org-bbdb dns-mode conf-mode newcomment flyspell ispell epa-file
vc-git puppet-doc puppet-mode my-puppet flymake-puppet flymake my-popwin
popwin-w3m w3m timezone w3m-hist w3m-e23 w3m-ccl ccl w3m-fsf w3m-favicon
w3m-image w3m-proc w3m-util browse-url popwin my-nyan nyan-mode my-ediff
my-sgeps sgeps my-offlineimap offlineimap my-twit twittering-mode epa
epg epg-config my-identica identica-mode url-http tls url-auth url-gw
url url-proxy url-privacy url-expand url-methods url-history url-cookie
url-util url-parse url-vars longlines parse-time xml dired+ dired-x
dired-aux dired my-magit magit-bisect magit-key-mode magit server
esh-var esh-io esh-cmd esh-ext esh-proc esh-arg eldoc esh-groups eshell
esh-module esh-mode esh-util ediff-merg ediff-diff ediff-wind ediff-help
ediff-util ediff-mult ediff-init ediff iswitchb view log-edit pcvs-util
add-log my-undotree undo-tree my-notmuch eudc cus-edit eudc-vars notmuch
hl-line notmuch-message notmuch-maildir-fcc notmuch-hello notmuch-show
notmuch-print notmuch-crypto notmuch-mua notmuch-address notmuch-wash
diff-mode coolj notmuch-query json goto-addr thingatpt icalendar
notmuch-tag crm notmuch-lib message sendmail ecomplete rfc822 mml
mml-sec mailabbrev nnheader gmm-utils wid-edit mailheader canlock sha1
sha1-el hex-util hashcash mail-utils mm-view smime dig mm-decode
mm-bodies mm-encode mailcap mail-parse rfc2231 rfc2047 rfc2045 qp
ietf-drums mm-util mail-prsvr my-uniquify uniquify my-ibuffer ibuffer
my-terminal my-html rhtml-mode rhtml-navigation derived rhtml-sgml-hacks
rhtml-ruby-hook sgml-mode rhtml-erb rhtml-fonts my-ruby rinari
ruby-compilation ansi-color inf-ruby compile jump inflections findr
which-func imenu ruby-electric ruby-mode my-w3m my-smex smex cl cl-19
my-desktop desktop my-org org-clock org-exp ob-exp org-exp-blocks
org-agenda org byte-opt warnings bytecomp byte-compile ob-tangle ob-ref
ob-lob ob-table org-footnote org-src ob-comint ob-keys org-pcomplete
pcomplete org-list org-faces org-entities noutline outline org-version
ob-emacs-lisp ob org-compat org-macs ob-eval find-func my-ido ido
my-elscreen my-diary cal-china lunar solar cal-dst cal-bahai cal-islam
cal-hebrew cal-julian holidays hol-loaddefs appt diary-lib
diary-loaddefs cal-menu calendar cal-loaddefs my-tramp tramp-imap
tramp-gw tramp-fish tramp-smb tramp-cache tramp-ftp tramp-cmds tramp
regexp-opt auth-source gnus-util netrc time-date shell comint ring
password-cache format-spec tramp-compat trampver my-shell advice
help-fns advice-preload my-generickeys my-generic speedbar sb-image
ezimage dframe easymenu assoc icomplete saveplace windmove edmacro
kmacro battery time delsel avoid paren mb-depth cus-start cus-load
debian-el debian-el-loaddefs w3m-load org-install emacs-goodies-el
emacs-goodies-custom emacs-goodies-loaddefs easy-mmode dpkg-dev-el
dpkg-dev-el-loaddefs tooltip ediff-hook vc-hooks lisp-float-type mwheel
x-win x-dnd font-setting tool-bar dnd fontset image fringe lisp-mode
register page menu-bar rfn-eshadow timer select scroll-bar mldrag 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
loaddefs button minibuffer faces cus-face files text-properties overlay
md5 base64 format env code-pages mule custom widget
hashtable-print-readable backquote make-network-process dbusbind
system-font-setting font-render-setting gtk x-toolkit x multi-tty emacs)

-- 






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

* bug#13359: Acknowledgement (23.4; bad text pointer cursor: BadValue (integer parameter out of range for operation))
       [not found] ` <handler.13359.B.135732608125217.ack@debbugs.gnu.org>
@ 2013-06-14 17:05   ` micah
  0 siblings, 0 replies; 5+ messages in thread
From: micah @ 2013-06-14 17:05 UTC (permalink / raw)
  To: 13359


As a follow-up to this issue, I get the following in my minibuffer when
I attempt to do M-x new-frame:

x-create-frame-with-faces: bad text pointer cursor: BadValue (integer parameter out of range for operation)





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

* bug#13359: Confirming occurrence of this issue in Emacs 24.3.1
  2013-01-04 16:14 bug#13359: 23.4; bad text pointer cursor: BadValue (integer parameter out of range for operation) micah
       [not found] ` <handler.13359.B.135732608125217.ack@debbugs.gnu.org>
@ 2013-06-24 13:56 ` K. Arun
  2021-07-15 15:49 ` bug#13359: 23.4; bad text pointer cursor: BadValue (integer parameter out of range for operation) Lars Ingebrigtsen
  2 siblings, 0 replies; 5+ messages in thread
From: K. Arun @ 2013-06-24 13:56 UTC (permalink / raw)
  To: 13359

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

Hello,

I can confirm this happens with my instance of Emacs 24.3.1 as well. At
some point after Emacs is launched as a daemon, I lose the ability to
create new frames. Typically, there will be a mix of mu4e, Clojure, nrepl
and org-mode buffers open. It does not matter how I try to create a new
frame - (M-x new-frame, C-x 5 b *scratch*, C-x 5 f <filename>) - all fail
with the following error :

x-create-frame-with-faces: bad text pointer cursor: BadValue (integer
parameter out of range for operation)

This is on an Ubuntu 12.04 LTS installation with a self-compiled Emacs
23.4. An edited version of emacs-report-bug output follows.

Arun

In GNU Emacs 24.3.1 (x86_64-unknown-linux-gnu, GTK+ Version 3.4.2)
 of 2013-04-28 on scimitar
Windowing system distributor `The X.Org Foundation', version 11.0.11103000
System Description: Ubuntu 12.04.2 LTS

Important settings:
  value of $LANG: en_US.UTF-8
  locale-coding-system: utf-8-unix
  default enable-multibyte-characters: t

Major mode: Fundamental

Minor modes in effect:
  shell-dirtrack-mode: t
  recentf-mode: t
  iswitchb-mode: t
  display-time-mode: t
  show-paren-mode: t
  tooltip-mode: t
  mouse-wheel-mode: t
  file-name-shadow-mode: t
  global-font-lock-mode: t
  font-lock-mode: t
  auto-composition-mode: t
  auto-encryption-mode: t
  auto-compression-mode: t
  line-number-mode: t
  transient-mark-mode: t

Recent input:
<elided>

Recent messages:
nrepl connection closed: deleted

[mu4e] Found 10 matching messages
[mu4e] Retrieving mail...
[mu4e] Indexing... processed 61000, updated 0
[mu4e] Indexing completed; processed 61439, updated 0, cleaned-up 0
x-create-frame-with-faces: bad text pointer cursor: BadValue (integer
parameter out of range for operation)
Mark set
Mark activated
Making completion list...

Load-path shadows:
None found.

Features:
(shadow emacsbug org-colview org-table cal-move org-element diary-lib
diary-loaddefs cal-iso flyspell ispell org-indent org-wl org-w3m org-vm
org-rmail org-mhe org-mew org-irc org-jsinfo org-infojs org-html
org-info org-gnus org-docview org-bibtex bibtex org-bbdb network-stream
starttls tls nrepl ewoc eldoc arc-mode archive-mode etags vc-git paredit
clojure-mode imenu inf-lisp misearch multi-isearch dired-aux bookmark
calc-stuff help-mode calc-map info calc-alg calc-ext calc-menu calc
calc-loaddefs calc-macs qp mail-extr sort parse-time longlines mule-util
avoid server ac-nrepl-autoloads auto-complete-autoloads
google-translate-autoloads magit-autoloads minimap-autoloads
nrepl-ritz-autoloads nrepl-autoloads clojure-mode-autoloads
paredit-autoloads popup-autoloads quack-autoloads yaml-mode-autoloads
yasnippet-autoloads iimage url url-proxy url-privacy url-expand
url-methods url-history url-cookie url-domsuf url-util url-parse
url-vars mailcap perlbrew cluck compile cmuscheme scheme erc-goodies erc
erc-backend erc-compat slime-xref-browser slime-sbcl-exts slime-mdot-fu
slime-enclosing-context slime-indentation slime-asdf slime-banner
slime-fancy slime-fontifying-fu slime-package-fu slime-references
slime-scratch slime-presentations slime-fuzzy slime-fancy-inspector
slime-c-p-c slime-editing-commands slime-autodoc slime-parse slime-repl
slime edmacro kmacro pp hyperspec thingatpt slime-autoloads org-clock
org-install lambda-mode tsdh-dark-theme ido tramp-cache tramp-sh tramp
tramp-compat tramp-loaddefs shell recentf tree-widget wid-edit org-mu4e
org-exp ob-exp org-exp-blocks org-agenda org warnings advice help-fns
advice-preload ob-tangle ob-ref ob-lob ob-table org-footnote org-src
ob-comint ob-keys org-pcomplete pcomplete org-list org-faces
org-entities noutline outline easy-mmode org-version ob-emacs-lisp ob
org-compat org-macs ob-eval org-loaddefs find-func cal-menu calendar
cal-loaddefs mu4e mu4e-speedbar speedbar sb-image ezimage dframe
mu4e-main mu4e-view epa derived epg epg-config browse-url comint
ansi-color ring mu4e-headers mu4e-compose mu4e-draft mu4e-actions
rfc2368 smtpmail auth-source eieio byte-opt bytecomp byte-compile cconv
gnus-util password-cache sendmail mu4e-mark mu4e-message html2text
mu4e-proc mu4e-utils doc-view jka-compr image-mode dired mu4e-lists
mu4e-about mu4e-vars message format-spec rfc822 mml easymenu mml-sec
mm-decode mm-bodies mm-encode mail-parse rfc2231 rfc2047 rfc2045
ietf-drums mm-util mail-prsvr mailabbrev mail-utils gmm-utils mailheader
hl-line mu4e-meta iswitchb time time-date paren package cl-macs gv cl
cl-lib 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 #2: Type: text/html, Size: 6549 bytes --]

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

* bug#13359: 23.4; bad text pointer cursor: BadValue (integer parameter out of range for operation)
  2013-01-04 16:14 bug#13359: 23.4; bad text pointer cursor: BadValue (integer parameter out of range for operation) micah
       [not found] ` <handler.13359.B.135732608125217.ack@debbugs.gnu.org>
  2013-06-24 13:56 ` bug#13359: Confirming occurrence of this issue in Emacs 24.3.1 K. Arun
@ 2021-07-15 15:49 ` Lars Ingebrigtsen
  2021-07-15 16:09   ` micah
  2 siblings, 1 reply; 5+ messages in thread
From: Lars Ingebrigtsen @ 2021-07-15 15:49 UTC (permalink / raw)
  To: micah; +Cc: 13359

micah <micah@riseup.net> writes:

> So, when it stops, I go to a shell and execute the emacsclient line to
> see if I can figure out what is going on:
>
> $ emacsclient --eval '(make-capture-frame)'
> *ERROR*: bad text pointer cursor: BadValue (integer parameter out of range for operation)

(I'm going through old bug reports that unfortunately got no response at
the time.)

Do you still see this issue in recent Emacs versions?

-- 
(domestic pets only, the antidote for overdose, milk.)
   bloggy blog: http://lars.ingebrigtsen.no





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

* bug#13359: 23.4; bad text pointer cursor: BadValue (integer parameter out of range for operation)
  2021-07-15 15:49 ` bug#13359: 23.4; bad text pointer cursor: BadValue (integer parameter out of range for operation) Lars Ingebrigtsen
@ 2021-07-15 16:09   ` micah
  0 siblings, 0 replies; 5+ messages in thread
From: micah @ 2021-07-15 16:09 UTC (permalink / raw)
  To: Lars Ingebrigtsen; +Cc: 13359

On 2021-07-15 17:49:10, Lars Ingebrigtsen wrote:
> micah <micah@riseup.net> writes:
>
>> So, when it stops, I go to a shell and execute the emacsclient line to
>> see if I can figure out what is going on:
>>
>> $ emacsclient --eval '(make-capture-frame)'
>> *ERROR*: bad text pointer cursor: BadValue (integer parameter out of range for operation)
>
> (I'm going through old bug reports that unfortunately got no response at
> the time.)
>
> Do you still see this issue in recent Emacs versions?

Yes, I do. I'm running emacs 27 and I still get it.





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

end of thread, other threads:[~2021-07-15 16:09 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-01-04 16:14 bug#13359: 23.4; bad text pointer cursor: BadValue (integer parameter out of range for operation) micah
     [not found] ` <handler.13359.B.135732608125217.ack@debbugs.gnu.org>
2013-06-14 17:05   ` bug#13359: Acknowledgement (23.4; bad text pointer cursor: BadValue (integer parameter out of range for operation)) micah
2013-06-24 13:56 ` bug#13359: Confirming occurrence of this issue in Emacs 24.3.1 K. Arun
2021-07-15 15:49 ` bug#13359: 23.4; bad text pointer cursor: BadValue (integer parameter out of range for operation) Lars Ingebrigtsen
2021-07-15 16:09   ` micah

Code repositories for project(s) associated with this public inbox

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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).