Subject: Re: X11 server patch
To: Mark Davies <mark@Comp.VUW.AC.NZ>
From: David Carrel <carrel@cisco.com>
List: port-hp300
Date: 08/14/1994 15:53:16
> Can either of you give me a 
> repeatable case that trips this bug.

Grab ftp.cisco.com:/carrel/xcal (an hp300, NetBSD binary) and run it with
the following Xdefaults set.  When it runs, press the button marked "edit"
which will open a weekly calendar.  Press on any day of the week and an
edit window will open.  Add two lines to that edit window, save it and
close it.  If you try to re-open it, the xserver will crash.  I can also
get you sources for xcal, if that helps.

Dave

XCal.MarkForeground:            Black
XCal.MarkBackground:            goldenrod
XCal*foreground:                white
XCal*background:                LightCoral
XCal.MarkForeground:            Black
XCal.MarkBackground:            White
xcal.geometry:                  -0+0
XCal.InitialMemo:               true
XCal.DateYearIsTwoDigits:       true
XCal.GiveHelp:                  false
XCal.MinStripWidth:             325
XCal.edit.geometry:             325x150-0+730
XCal.memo.geometry:             325x310-0+200
XCal.Weekly.geometry:           -0+530
XCal.Monthly.geometry:          -340+200
XCal.alarm.geometry:            325x100+350+350
XCal*alarmText*scrollVertical:  WhenNeeded
XCal*alarmText*wrap:            word
XCal.Countdown:                 15,5,0
XCal.Autoquit:                  0
XCal*display.scrollVertical:    WhenNeeded
XCal*display.scrollHorizontal:  WhenNeeded
XCal*display.cursor:            dot
XCal*text.scrollVertical:       WhenNeeded
XCal*text.scrollHorizontal:     WhenNeeded
XCal*text.autoFill:             True
XCal*back.Label:                <
XCal*quit.Label:                Close
XCal*next.Label:                >
XCal*newdate.Label:             Enter mmm yyyy?
XCal*newdate.ok.Label:          ok
XCal*newdate.cancel.Label:      cancel
XCal*exit.Label:                Really exit?
XCal*exit.yes.Label:            yes
XCal*exit.no.Label:             no
XCal*noedit.ok.Label:           ok
XCal*edit.quit.Label:           Quit
XCal*edit.save.Label:           Save
XCal*check.Label:               Save file?
XCal*check.yes.Label:           yes
XCal*check.no.Label:            no
XCal*alarmQuit.Label:           Unpin
XCal*alarmHold.Label:           Stick
XCal*alarmCancel.Label:         Cancel
XCal*weeklyEdit.Label:          Edit
XCal*weeklyTitle.Label:         Today's regular events
XCal.Directory:                 .Calendar
XCal.fontToday:                 7x14
XCal*Font:                      7x13bold
XCal*info.Font:                 9x15
XCal*alarmText.Font:            12x24
XCal*memoTitle.Label:           Prioritized Memos
XCal*memoLinesToday:            2
XCal*memoLinesWeekly:           2

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