unofficial mirror of bug-gnu-emacs@gnu.org 
 help / color / mirror / code / Atom feed
* bug#301: 23.0.60 Fatal error (11) with set-fontset-font
@ 2008-05-22 20:50 Faik Uygur
  0 siblings, 0 replies; 3+ messages in thread
From: Faik Uygur @ 2008-05-22 20:50 UTC (permalink / raw)
  To: bug-gnu-emacs

Hello,

I am following 23.0.60 from git://git.sv.gnu.org/emacs.git

And with these lines in my .emacs file:

(set-default-font "DejaVu Sans Mono-10")
(set-fontset-font "fontset-default" 'latin '("DejaVu Sans 
Mono-10" . "unicode-bmp"))

i am getting a seg fault from emacs. It crashes before it starts.

Here is the backtrace. Hope it would be helpful:

#0  0x08140aa2 in Fset_fontset_font (name=150398131, target=139019945, 
font_spec=144483668, frame=138746057, add=138746057)
    at fontset.c:1387
#1  0x0823bd87 in Feval (form=148748397) at eval.c:2382
#2  0x082661b0 in readevalloop (readcharfun=147957428, stream=0x0, 
sourcename=144692659, evalfun=0x823b842 <Feval>, printflag=0,
    unibyte=138746057, readfun=138746057, start=138746057, end=138746057) at 
lread.c:1789
#3  0x082663e7 in Feval_buffer (buffer=147957428, printflag=138746057, 
filename=144680459, unibyte=138746057, do_allow_print=138746105)
    at lread.c:1852
#4  0x0823cd17 in Ffuncall (nargs=6, args=0xbff9e3b0) at eval.c:3051
#5  0x0828830c in Fbyte_code (bytestr=137304499, vector=137304516, 
maxdepth=48) at bytecode.c:678
#6  0x0823d477 in funcall_lambda (fun=137304428, nargs=4, 
arg_vector=0xbff9e6e4) at eval.c:3224
#7  0x0823cebc in Ffuncall (nargs=5, args=0xbff9e6e0) at eval.c:3083
#8  0x0823c84e in call4 (fn=139107801, arg1=144680459, arg2=144680459, 
arg3=138746105, arg4=138746105) at eval.c:2891
#9  0x08264b5e in Fload (file=144681019, noerror=138746105, 
nomessage=138746105, nosuffix=138746057, must_suffix=138746057) at 
lread.c:1206
#10 0x0823cd17 in Ffuncall (nargs=4, args=0xbff9e980) at eval.c:3051
#11 0x0828830c in Fbyte_code (bytestr=137468395, vector=137468412, 
maxdepth=56) at bytecode.c:678
#12 0x0823d477 in funcall_lambda (fun=137468372, nargs=0, 
arg_vector=0xbff9eca4) at eval.c:3224
#13 0x0823cebc in Ffuncall (nargs=1, args=0xbff9eca0) at eval.c:3083
#14 0x0828830c in Fbyte_code (bytestr=137471467, vector=137471492, 
maxdepth=16) at bytecode.c:678
#15 0x0823bd12 in Feval (form=137471453) at eval.c:2374
#16 0x0823a3eb in internal_lisp_condition_case (var=138789233, 
bodyform=137471453, handlers=137471525) at eval.c:1451
#17 0x08288ea1 in Fbyte_code (bytestr=137469051, vector=137469068, 
maxdepth=56) at bytecode.c:868
#18 0x0823d477 in funcall_lambda (fun=137469028, nargs=0, 
arg_vector=0xbff9f3e4) at eval.c:3224
#19 0x0823cebc in Ffuncall (nargs=1, args=0xbff9f3e0) at eval.c:3083
#20 0x0828830c in Fbyte_code (bytestr=137465763, vector=137465780, 
maxdepth=48) at bytecode.c:678
#21 0x0823d477 in funcall_lambda (fun=137465740, nargs=0, 
arg_vector=0xbff9f650) at eval.c:3224
#22 0x0823d0f5 in apply_lambda (fun=137465740, args=138746057, eval_flag=1) at 
eval.c:3148
#23 0x0823bf0b in Feval (form=139283917) at eval.c:2410
#24 0x081a457b in top_level_2 () at keyboard.c:1376
#25 0x0823a531 in internal_condition_case (bfun=0x81a456b <top_level_2>, 
handlers=138789233, hfun=0x81a41ac <cmd_error>) at eval.c:1506
#26 0x081a45b1 in top_level_1 () at keyboard.c:1384
#27 0x08239f50 in internal_catch (tag=138785209, func=0x81a457f <top_level_1>, 
arg=138746057) at eval.c:1242
#28 0x081a44f3 in command_loop () at keyboard.c:1339
---Type <return> to continue, or q <return> to quit---
#29 0x081a3d94 in recursive_edit_1 () at keyboard.c:955
#30 0x081a3f07 in Frecursive_edit () at keyboard.c:1017
#31 0x081a26b6 in main (argc=1, argv=0xbff9fe24) at emacs.c:1770

- Faik







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

* bug#301: 23.0.60 Fatal error (11) with set-fontset-font
@ 2008-07-25 17:19 Chong Yidong
  2008-08-05  7:22 ` Faik Uygur
  0 siblings, 1 reply; 3+ messages in thread
From: Chong Yidong @ 2008-07-25 17:19 UTC (permalink / raw)
  To: Faik Uygur; +Cc: 301

> I am following 23.0.60 from git://git.sv.gnu.org/emacs.git
>
> And with these lines in my .emacs file:
>
> (set-default-font "DejaVu Sans Mono-10")
> (set-fontset-font "fontset-default" 'latin '("DejaVu Sans 
> Mono-10" . "unicode-bmp"))
>
> i am getting a seg fault from emacs. It crashes before it starts.

Do you still get this crash with the latest version of Emacs from CVS?






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

* bug#301: 23.0.60 Fatal error (11) with set-fontset-font
  2008-07-25 17:19 bug#301: 23.0.60 Fatal error (11) with set-fontset-font Chong Yidong
@ 2008-08-05  7:22 ` Faik Uygur
  0 siblings, 0 replies; 3+ messages in thread
From: Faik Uygur @ 2008-08-05  7:22 UTC (permalink / raw)
  To: Chong Yidong; +Cc: 301

Hello,

Friday 25 July 2008 Tarihinde 20:19:03 yazmıştı:
> > I am following 23.0.60 from git://git.sv.gnu.org/emacs.git
> >
> > And with these lines in my .emacs file:
> >
> > (set-default-font "DejaVu Sans Mono-10")
> > (set-fontset-font "fontset-default" 'latin '("DejaVu Sans
> > Mono-10" . "unicode-bmp"))
> >
> > i am getting a seg fault from emacs. It crashes before it starts.
>
> Do you still get this crash with the latest version of Emacs from CVS?

No, I am not getting the crash any more from the latest CVS.

Thanks,
- Faik






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

end of thread, other threads:[~2008-08-05  7:22 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2008-07-25 17:19 bug#301: 23.0.60 Fatal error (11) with set-fontset-font Chong Yidong
2008-08-05  7:22 ` Faik Uygur
  -- strict thread matches above, loose matches on Subject: below --
2008-05-22 20:50 Faik Uygur

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