unofficial mirror of bug-gnu-emacs@gnu.org 
 help / color / mirror / code / Atom feed
* bug#14526: 24.3.50; Cannot update game score for `M-x bubbles'
@ 2013-06-01  5:08 Xue Fuqiao
  2013-06-02 18:31 ` Glenn Morris
  2019-09-26 12:29 ` Stefan Kangas
  0 siblings, 2 replies; 4+ messages in thread
From: Xue Fuqiao @ 2013-06-01  5:08 UTC (permalink / raw)
  To: 14526

To reproduce (at least in my system):
  emacs -Q
  M-x bubbles RET
  <<remove all bubbles>>

Then two buffers appear:

     ---------- Buffer: *bubbles* ----------
 Selected:   25
 Score:    2375
 Game Over!
     ---------- Buffer: *bubbles* ----------

     ---------- Buffer: *bubbles* ----------
     update-game-score(34742) malloc: *** error for object
0xa000000000000000: pointer being realloc'd was not allocated
     *** set a breakpoint in malloc_error_break to debug
     ---------- Buffer: *bubbles* ----------

I think it is a bug in bubbles.el or gamegrid.el.



In GNU Emacs 24.3.50.1 (x86_64-apple-darwin12.3.0, NS apple-appkit-1187.37)
 of 2013-06-01 on xfq.local
Bzr revision: 112804 eggert@cs.ucla.edu-20130601005434-8ksmtpg0tgseqsmf
Windowing system distributor `Apple', version 10.3.1187
Configured using:
 `configure --with-ns --enable-gtk-deprecation-warnings
 --enable-checking'

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

Major mode: Bubbles

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
  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:
<escape> x b u b b l e s <tab> <return> <return> SPC
<down> SPC <down> <right> SPC <down> <down> <down>
<down> <down> SPC <right> <right> SPC SPC <left> <down>
<down> SPC <escape> x r e - e m - b u g <tab> C-g C-h
f u p - g a - s c <tab> <tab> <tab> <backspace> <backspace>
<backspace> <backspace> <backspace> <backspace> <tab>
d a <tab> <tab> C-g C-h f C-g s-x <escape> x r e -
e m - b u <tab> <return>

Recent messages:
For information about GNU Emacs and the GNU system, type C-h C-a.
Invalid face reference: quote [116 times]
gamegrid-add-score-with-update-game-score-1: Failed to update game score file
Quit
Making completion list... [2 times]
Quit [2 times]
kill-region: The mark is not set now, so there is no region

Load-path shadows:
None found.

Features:
(shadow sort nadvice gnus-util mail-extr emacsbug message format-spec
rfc822 mml 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 help-mode easymenu help-fns bubbles
gamegrid time-date tooltip ediff-hook vc-hooks lisp-float-type mwheel
ns-win 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 ns
multi-tty emacs)


--
Best regards, Xue Fuqiao.
http://www.gnu.org/software/emacs/





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

* bug#14526: 24.3.50; Cannot update game score for `M-x bubbles'
  2013-06-01  5:08 bug#14526: 24.3.50; Cannot update game score for `M-x bubbles' Xue Fuqiao
@ 2013-06-02 18:31 ` Glenn Morris
  2019-09-26 12:29 ` Stefan Kangas
  1 sibling, 0 replies; 4+ messages in thread
From: Glenn Morris @ 2013-06-02 18:31 UTC (permalink / raw)
  To: Xue Fuqiao; +Cc: 14526

Xue Fuqiao wrote:

>      update-game-score(34742) malloc: *** error for object
> 0xa000000000000000: pointer being realloc'd was not allocated
>      *** set a breakpoint in malloc_error_break to debug
>      ---------- Buffer: *bubbles* ----------
>
> I think it is a bug in bubbles.el or gamegrid.el.

No, this must be some issue with lib-src/update-game-score.c.





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

* bug#14526: 24.3.50; Cannot update game score for `M-x bubbles'
  2013-06-01  5:08 bug#14526: 24.3.50; Cannot update game score for `M-x bubbles' Xue Fuqiao
  2013-06-02 18:31 ` Glenn Morris
@ 2019-09-26 12:29 ` Stefan Kangas
  2019-10-29  4:36   ` Stefan Kangas
  1 sibling, 1 reply; 4+ messages in thread
From: Stefan Kangas @ 2019-09-26 12:29 UTC (permalink / raw)
  To: Xue Fuqiao; +Cc: 14526

Xue Fuqiao <xfq.free@gmail.com> writes:

> To reproduce (at least in my system):
>   emacs -Q
>   M-x bubbles RET
>   <<remove all bubbles>>
>
> Then two buffers appear:
>
>      ---------- Buffer: *bubbles* ----------
>  Selected:   25
>  Score:    2375
>  Game Over!
>      ---------- Buffer: *bubbles* ----------
>
>      ---------- Buffer: *bubbles* ----------
>      update-game-score(34742) malloc: *** error for object
> 0xa000000000000000: pointer being realloc'd was not allocated
>      *** set a breakpoint in malloc_error_break to debug
>      ---------- Buffer: *bubbles* ----------
>
> I think it is a bug in bubbles.el or gamegrid.el.

I can't reproduce this on Emacs 26.1 or current master on GNU/Linux.

I can't reproduce it on Emacs 26.3 or current master on macOS either.

Are you still seeing this?  If I don't hear back from you in a couple
of weeks, I'll just close this as unreproducible.

Best regards,
Stefan Kangas





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

* bug#14526: 24.3.50; Cannot update game score for `M-x bubbles'
  2019-09-26 12:29 ` Stefan Kangas
@ 2019-10-29  4:36   ` Stefan Kangas
  0 siblings, 0 replies; 4+ messages in thread
From: Stefan Kangas @ 2019-10-29  4:36 UTC (permalink / raw)
  To: Xue Fuqiao; +Cc: 14526

tags 14526 + unreproducible
close 14526
thanks

Stefan Kangas <stefan@marxist.se> writes:

> I can't reproduce this on Emacs 26.1 or current master on GNU/Linux.
>
> I can't reproduce it on Emacs 26.3 or current master on macOS either.
>
> Are you still seeing this?  If I don't hear back from you in a couple
> of weeks, I'll just close this as unreproducible.

No more information was given within 4 weeks, so I'm closing this bug
now.  If you're still seeing this on a recent version of Emacs, please
reopen the bug report.

Best regards,
Stefan Kangas





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

end of thread, other threads:[~2019-10-29  4:36 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-06-01  5:08 bug#14526: 24.3.50; Cannot update game score for `M-x bubbles' Xue Fuqiao
2013-06-02 18:31 ` Glenn Morris
2019-09-26 12:29 ` Stefan Kangas
2019-10-29  4:36   ` Stefan Kangas

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).