Ticket #180 (closed bug: fixed)

Opened 2 years ago

Last modified 2 years ago

main-x11.c can only be run with graphics mode

Reported by: petebull Assigned to:
Milestone: 3.0.8 Keywords: pr1
Cc:

Description

Pulled from svn, Rev 244

crash during startup, nothing printed in the game windows.

build with debug symbols: Program received signal SIGSEGV, Segmentation fault. path_build (buf=0xbfadd670 "\\�", max=1024, path=0x80f1470 "./lib/xtra", file=0x0) at z-file.c:454 454 if (file[0] == '~')

#0 path_build (buf=0xbfadd670 "\\�", max=1024, path=0x80f1470 "./lib/xtra", file=0x0) at z-file.c:454 #1 0x080bd36e in init_x11 (argc=1, argv=0xbfade5b4) at main-x11.c:2849 #2 0x080b8eea in main (argc=1, argv=0xbfade5b4) at main.c:464

If I use "-g" as arg to angband the game starts ok.

Attachments

Change History

07/01/07 05:52:55 changed by anonymous

I forgot to wiki format the output:

Program received signal SIGSEGV, Segmentation fault.
path_build (buf=0xbfadd670 "\\�", max=1024, path=0x80f1470 "./lib/xtra", file=0x0) at z-file.c:454
454             if (file[0] == '~')
(gdb) bt
#0  path_build (buf=0xbfadd670 "\\�", max=1024, path=0x80f1470 "./lib/xtra", file=0x0) at z-file.c:454
#1  0x080bd36e in init_x11 (argc=1, argv=0xbfade5b4) at main-x11.c:2849
#2  0x080b8eea in main (argc=1, argv=0xbfade5b4) at main.c:464

07/01/07 07:58:13 changed by takkaria

  • keywords set to pr1.
  • milestone set to 3.0.8.

07/04/07 15:07:27 changed by takkaria

  • status changed from new to closed.
  • resolution set to fixed.

see [269].


Add/Change #180 (main-x11.c can only be run with graphics mode)




Action