This is the mail archive of the cygwin@cygwin.com mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

RE: icewm.exe.stackdump


Wrong mailing list.

You want cygwin-xfree@cygwin.com.

I have posted your mail there.

Harold

> -----Original Message-----
> From: cygwin-owner@sources.redhat.com
> [mailto:cygwin-owner@sources.redhat.com]On Behalf Of 
> nc0ded@hushmail.com
> Sent: Monday, May 07, 2001 12:15 PM
> To: cygwin@sources.redhat.com
> Subject: icewm.exe.stackdump
> 
> 
> Hi-
> I've posted this to the icewm-dev list, but haven't found 
> a resolution, so i was hoping one of the bright chaps 
> on this list might be able to help me..
> 
> uname -a output:
> CYGWIN_NT-5.0 CTHULHU 1.3.1(0.38/3/2) 2001-04-24 20:01 i686 unknown
> i started with icewm-1.0.8, configured with --enable-debug, 
> make, and make 
> install
> 
> it compiles fine each time, with only the following warnings....
> 
> Compiling aworkspaces.o...
> Compiling amailbox.o...
> Compiling aclock.o...
> In file included from /usr/include/fcntl.h:14,
>                  from sysdep.h:41,
>                  from aclock.cc:13:
> /usr/include/sys/fcntl.h:51: warning: `O_BINARY' redefined
> sysdep.h:18: warning: this is the location of the previous definition
> /usr/include/sys/fcntl.h:52: warning: `O_TEXT' redefined
> sysdep.h:15: warning: this is the location of the previous definition
> Compiling acpustatus.o...
> In file included from /usr/include/fcntl.h:14,
>                  from sysdep.h:41,
>                  from acpustatus.cc:15:
> /usr/include/sys/fcntl.h:51: warning: `O_BINARY' redefined
> sysdep.h:18: warning: this is the location of the previous definition
> /usr/include/sys/fcntl.h:52: warning: `O_TEXT' redefined
> sysdep.h:15: warning: this is the location of the previous definition
> Compiling apppstatus.o...
> In file included from /usr/include/fcntl.h:14,
>                  from sysdep.h:41,
>                  from apppstatus.cc:16:
> /usr/include/sys/fcntl.h:51: warning: `O_BINARY' redefined
> sysdep.h:18: warning: this is the location of the previous definition
> /usr/include/sys/fcntl.h:52: warning: `O_TEXT' redefined
> sysdep.h:15: warning: this is the location of the previous definition
> Compiling aaddressbar.o...
> Compiling objbar.o...
> Compiling aapm.o...
> In file included from /usr/include/fcntl.h:14,
>                  from sysdep.h:41,
>                  from aapm.cc:15:
> /usr/include/sys/fcntl.h:51: warning: `O_BINARY' redefined
> sysdep.h:18: warning: this is the location of the previous definition
> /usr/include/sys/fcntl.h:52: warning: `O_TEXT' redefined
> sysdep.h:15: warning: this is the location of the previous definition
> Compiling yapp.o...
> In file included from /usr/include/fcntl.h:14,
>                  from sysdep.h:41,
>                  from yapp.cc:11:
> /usr/include/sys/fcntl.h:51: warning: `O_BINARY' redefined
> sysdep.h:18: warning: this is the location of the previous definition
> /usr/include/sys/fcntl.h:52: warning: `O_TEXT' redefined
> sysdep.h:15: warning: this is the location of the previous definition
> Compiling ytimer.o...
> Compiling ywindow.o...
> Compiling ypaint.o...
> In file included from /usr/include/fcntl.h:14,
>                  from sysdep.h:41,
>                  from ypaint.cc:11:
> /usr/include/sys/fcntl.h:51: warning: `O_BINARY' redefined
> sysdep.h:18: warning: this is the location of the previous definition
> /usr/include/sys/fcntl.h:52: warning: `O_TEXT' redefined
> sysdep.h:15: warning: this is the location of the previous definition
> Compiling ytooltip.o...
> Compiling ypopup.o...
> Compiling ymenu.o...
> Compiling ymenuitem.o...
> Compiling yscrollbar.o...
> Compiling ybutton.o...
> Compiling ylistbox.o...
> Compiling yinput.o...
> Compiling misc.o...
> In file included from /usr/include/fcntl.h:14,
>                  from sysdep.h:41,
>                  from misc.cc:7:
> /usr/include/sys/fcntl.h:51: warning: `O_BINARY' redefined
> sysdep.h:18: warning: this is the location of the previous definition
> /usr/include/sys/fcntl.h:52: warning: `O_TEXT' redefined
> sysdep.h:15: warning: this is the location of the previous definition
> misc.cc: In function `char * basename(const char *)':
> misc.cc:405: warning: return to `char *' from `const char *' 
> discards qualifiers
> 
> Compiling icons.o...
> In file included from /usr/include/fcntl.h:14,
>                  from sysdep.h:41,
>                  from icons.cc:10:
> /usr/include/sys/fcntl.h:51: warning: `O_BINARY' redefined
> sysdep.h:18: warning: this is the location of the previous definition
> /usr/include/sys/fcntl.h:52: warning: `O_TEXT' redefined
> sysdep.h:15: warning: this is the location of the previous definition
> Compiling ycursor.o...
> Compiling ylabel.o...
> Compiling yscrollview.o...
> 
> when using gdb to launch icewm from within the following 
> startup script
> @echo off
> SET DISPLAY=127.0.0.1:0.0
> SET 
> PATH=%PATH%;\usr\local\bin;\usr\X11R6\bin;\cygwin\bin;\cygwin\usr\bin
> start XWin -screen 0 1024x768x16 -whitepixel 255 -blackpixel 
> 0 -engine 1
> start /B xterm -sl 1000 -sb -rightbar -ms red -fg green -bg 
> black -e bash
> start /B gdb icewm
> 
> , it first starts, of course, at wmapp.cc line 1030
> 1030 int main(int argc, char **argv) {   
> 
> on continuing....
> 
> we get the following tty output 
> icewm: Warning: Obsolete option: TitleBarCentered
> icewm: Warning: Could not load font 
> '-artwiz-snap-regular-r-normal-sans-
> 10-*'.
> 
> and then gdb says the program received signal SIGSEGV, 
> Segmentation fault
> line 84, themes.cc
> 84    int dplen(strlen(path));
> 
> like i said previously, if the XWin server has already 
> started, i can from 
> another terminal
> set DISPLAY, and run icewm from there. which i am doing in 
> the interim until 
> there is a possible
> solution, but it would rock if this could be included in the 
> collection 
> for Cygwin, IMHO ;-) 
> Icewm is my favorite, if you need an X gui.
> The Cygwin startx script normally started twm, and that works fine. 
> hopefully that helps. i appreciate it.
> 
> Nc0ded@Hushmail.com
> 
> Free, encrypted, secure Web-based email at www.hushmail.com
> 

--
Want to unsubscribe from this list?
Check out: http://cygwin.com/ml/#unsubscribe-simple


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]