public inbox for cygwin@cygwin.com
 help / color / mirror / Atom feed
* info crashes
@ 2000-12-26 20:01 Jong B. Lee
  2000-12-26 20:32 ` Jong B. Lee
  2000-12-27  6:41 ` Earnie Boyd
  0 siblings, 2 replies; 7+ messages in thread
From: Jong B. Lee @ 2000-12-26 20:01 UTC (permalink / raw)
  To: cygwin

This morning, I installed cygwin from the scratch.

It comes with cygwin1.dll version 1.1.7-1, perl-5.6.1-1, gcc-2.95-6, and so on...

After doing the following work, info crashes with stack dump error.

 bash$ cd /usr/info
 bash$ for f in *.info ; do install-info $f dir ; done

I went back to cygwin1.dll version 1.1.6-1, and same thing occured.

What did I do wrong?



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

* Re: info crashes
  2000-12-26 20:01 info crashes Jong B. Lee
@ 2000-12-26 20:32 ` Jong B. Lee
  2000-12-27  6:41 ` Earnie Boyd
  1 sibling, 0 replies; 7+ messages in thread
From: Jong B. Lee @ 2000-12-26 20:32 UTC (permalink / raw)
  To: cygwin

O.K.

I made it work by doing this :
   bash$ cd /usr/info
   bash$ mv dir.info dir
   bash$ for f in *.info ; do install-info $f dir ; done
>dir.info was generated automatically by the gen-info-dir script.
>This version was generated on Mon Dec 25 02:33:03 EST 2000
>by cgf@trixie.bosbc.com for /cygnus/netrel/inst/gcc-2.95.2-6/usr/info
I don't know why cgf@trixie.bosbc.com uses "dir.info" instead of "dir"...


----- Original Message ----- 
From: "Jong B. Lee" <jbdoll@kepri.re.kr>
To: "cygwin" <cygwin@cygwin.com>
Sent: Wednesday, December 27, 2000 1:02 PM
Subject: info crashes


> This morning, I installed cygwin from the scratch.
> 
> It comes with cygwin1.dll version 1.1.7-1, perl-5.6.1-1, gcc-2.95-6, and so on...
> 
> After doing the following work, info crashes with stack dump error.
> 
>  bash$ cd /usr/info
>  bash$ for f in *.info ; do install-info $f dir ; done
> 
> I went back to cygwin1.dll version 1.1.6-1, and same thing occured.
> 
> What did I do wrong?
> 
> 
> 
> 

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

* Re: info crashes
  2000-12-26 20:01 info crashes Jong B. Lee
  2000-12-26 20:32 ` Jong B. Lee
@ 2000-12-27  6:41 ` Earnie Boyd
  2000-12-27 17:14   ` info crashes -- with gcc-2.95.2-6 Jong B. Lee
  1 sibling, 1 reply; 7+ messages in thread
From: Earnie Boyd @ 2000-12-27  6:41 UTC (permalink / raw)
  To: Jong B. Lee; +Cc: cygwin

"Jong B. Lee" wrote:

> This morning, I installed cygwin from the scratch.
>
> It comes with cygwin1.dll version 1.1.7-1, perl-5.6.1-1, gcc-2.95-6, and so on...
>
> After doing the following work, info crashes with stack dump error.
>
>  bash$ cd /usr/info
>  bash$ for f in *.info ; do install-info $f dir ; done
>
> I went back to cygwin1.dll version 1.1.6-1, and same thing occured.
>
> What did I do wrong?

Do you have more than one cygwin1.dll in your PATH?  Do other commands work?  Output
of `cygcheck -s -r -v' sent to the list and not to me would be appreciated.

Cheers,
Earnie


__________________________________________________
Do You Yahoo!?
Talk to your friends online with Yahoo! Messenger.
http://im.yahoo.com

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

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

* Re: info crashes -- with gcc-2.95.2-6
  2000-12-27  6:41 ` Earnie Boyd
@ 2000-12-27 17:14   ` Jong B. Lee
  2000-12-27 22:58     ` Trevor Forbes
  2000-12-31  6:15     ` Gerrit P. Haase
  0 siblings, 2 replies; 7+ messages in thread
From: Jong B. Lee @ 2000-12-27 17:14 UTC (permalink / raw)
  To: cygwin

> Do you have more than one cygwin1.dll in your PATH?

Absolutely not!

>  Do other commands work?

Yes, sir.

> Output of `cygcheck -s -r -v' sent to the list and not to me would be appreciated.
> 
> Cheers,
> Earnie

I don't think that is necessary.

I just removed all the files and installed all stuffs. (default)

The problem is related to the new gcc-2.95.2-6.
It has dir.info  file in /usr/info  directory  and it conflicts with dir.
(gcc-2.95.2-5 does not have dir.info)

What I have tested is to install gcc-2.95.2-5, and do the normal thing
>  bash$ cd /usr/info
>  bash$ for f in *.info ; do install-info $f dir ; done
to create a  dir   file.

Everything is fine at this step. (info works well, too.)

Then, upgrade gcc to gcc-2.95.2-6.
Now, I have   dir   and    dir.info   in the /usr/info  directory,  and info crashes with this message :
   $ info
         0 [main] info 711029 handle_exceptions: Exception: STATUS_ACCESS_VIOLATION
   1720 [main] info 711029 stackdump: Dumping stack trace to INFO.EXE.stackdump Segmentation fault (core dumped)

The simplest way to solve this problem is to remove  dir.info  in /usr/info,  I think.

If you install gcc-2.95.2-6 from the beginning, then you still have dir.info.
And you will have the same problem.
My solution is to remove dir.info and to generate a new dir (Top of the INFO tree).

Is this just for my PC?
Does anyone have this problem?

jbl

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

* Re: info crashes -- with gcc-2.95.2-6
  2000-12-27 17:14   ` info crashes -- with gcc-2.95.2-6 Jong B. Lee
@ 2000-12-27 22:58     ` Trevor Forbes
  2000-12-31  6:15     ` Gerrit P. Haase
  1 sibling, 0 replies; 7+ messages in thread
From: Trevor Forbes @ 2000-12-27 22:58 UTC (permalink / raw)
  To: Cygwin

----- Original Message -----
From: "Jong B. Lee" <jbdoll@kepri.re.kr>
.........
>
> The simplest way to solve this problem is to remove  dir.info  in
/usr/info,  I think.

Agreed

>
> If you install gcc-2.95.2-6 from the beginning, then you still have
dir.info.
> And you will have the same problem.
> My solution is to remove dir.info and to generate a new dir (Top of the
INFO tree).
>
> Is this just for my PC?
> Does anyone have this problem?
>
> jbl

Yes, except I did not get the stackdump - I guess your just lucky :)

Trevor


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

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

* Re: info crashes -- with gcc-2.95.2-6
  2000-12-27 17:14   ` info crashes -- with gcc-2.95.2-6 Jong B. Lee
  2000-12-27 22:58     ` Trevor Forbes
@ 2000-12-31  6:15     ` Gerrit P. Haase
  1 sibling, 0 replies; 7+ messages in thread
From: Gerrit P. Haase @ 2000-12-31  6:15 UTC (permalink / raw)
  To: cygwin

<28 Dec 2000, 10:15 Uhr wars, als Jong B. Lee folgendes schrub:>
< Re: info crashes -- with gcc-2.95.2 >

[...]
> Then, upgrade gcc to gcc-2.95.2-6.
> Now, I have   dir   and    dir.info   in the /usr/info  directory,  and info crashes with
> this message :
>    $ info
>          0 [main] info 711029 handle_exceptions: Exception: STATUS_ACCESS_VIOLATION
>    1720 [main] info 711029 stackdump: Dumping stack trace to INFO.EXE.stackdump
>    Segmentation fault (core dumped)
> 
> The simplest way to solve this problem is to remove  dir.info  in /usr/info,  I think.
> 
Yes, thats correct.

> Is this just for my PC?
> Does anyone have this problem?

I got the same problem...
$ info
      0 [main] info 424 handle_exceptions: Exception: STATUS_ACCESS_VIOLATION
    929 [main] info 424 stackdump: Dumping stack trace to info.exe.stackdump
Segmentation fault (core dumped)
-- 
=^..^=
Gerrit Peter Haase
ID: 0x28A05137
FP: 875C 745E 01CF 8A34 2767  BE39 305E 5261 28A0 5137

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

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

* RE: info crashes
@ 2000-12-28  0:38 Mathis Severin
  0 siblings, 0 replies; 7+ messages in thread
From: Mathis Severin @ 2000-12-28  0:38 UTC (permalink / raw)
  To: 'cygwin@cygwin.com'

Hello 

The crash of info is related to gcc-2.95-6
I recognized that just starting info results in a core dump. I did the same
thing: Install cygwin from scratch, yesterday morning. By just downgrading
gcc to gcc-2.95-5 the bad behaviour disappears.

Find below output of cygcheck and the stackdump.

Regards
Severin
=======================================================
Cygnus Win95/NT Configuration Diagnostics
Current System Time: Thu Dec 28 08:59:28 2000

WinNT Ver 4.0 build 1381 Service Pack 6

Path:	.
	/usr/bin
	/usr/local/bin
	/c/program files/Inprise/AppServer/bin
	/c/WINNT/system32
	/c/WINNT
	/c/Program Files/DeskView/System
	/c/Program Files/DeskView/DeskInfo
	/c/WIN32APP/ORANT/BIN
	/cygdrive/i/Zslib/bin
	/cygdrive/i/Tuxedo/Bin
	.
	/c/TUXEDO/bin
	/c/WINNT/System32/WBEM
	/c/Program Files/Network Associates/PGPNT
	/c/Programme/ClearCase/bin
	/c/temp
	/c/PROGRA~1/Borland/Delphi4/Bin
	/c/PROGRA~1/MICROS~1/COMMON/MSDEV98/BIN
	/c/Utils

SysDir: C:\WINNT\System32
WinDir: C:\WINNT

Here's some environment variables that may affect cygwin:
PWD = `/home'
MAKE_MODE = `UNIX'
HOME = `/home'

Here's the rest of your environment variables:
NUMBER_OF_PROCESSORS = `1'
PROMPT = `$P$G'
LOGONSERVER = `\\NB'
OS2LIBPATH = `C:\WINNT\system32\os2\dll;'
TZ = `CET-1CDT'
COMSPEC = `C:\WINNT\system32\cmd.exe'
!C: = `C:\Cygnus'
SYSTEMDRIVE = `C:'
HOSTNAME = `NT'
PROCESSOR_REVISION = `0502'
PATHEXT = `.COM;.EXE;.BAT;.CMD'
COMPUTERNAME = `NT'
CLASSPATH = `C:\Win32app\Exceed\hcljrcsv.jar;C:\Win32app\Exceed\;'
WINDIR = `C:\WINNT'
USERPROFILE = `C:\WINNT\Profiles\ixms'
EMACSHOME = `H:\progra~1\Emacs'
PS1 = `($USERNAME@$HOSTNAME[${PWD}])# '
TUXDIR = `I:\Tuxedo'
SMS_LOCAL_DIR_USER = `C:\WINNT'
LS_COLORS = `ln=07;34:di=01;36:'
MACHTYPE = `i686-pc-cygwin'
PROCESSOR_IDENTIFIER = `x86 Family 6 Model 5 Stepping 2, GenuineIntel'
OS = `Windows_NT'
INPUTRC = `/etc/inputrc'
USERLANG = `EN'
OLDPWD = `/'
LANGCODE = `D'
PROCESSOR_ARCHITECTURE = `x86'
TEMP = `/c/TEMP'
PROCESSOR_LEVEL = `6'
SYSTEMROOT = `C:\WINNT'
TMP = `/c/TEMP'
HOMEDRIVE = `C:'
UXSRV = `hp'
SHLVL = `1'
HOMEPATH = `\'
USERDOMAIN = `SLCHDEV'
SYSTEMLANG = `EN'
ULOGPFX = `C:\TEMP\ULOG\ULOG'
USERNAME = `ixms'
SHELL = `/bin/sh'
HOSTTYPE = `i686'
OSTYPE = `cygwin'
TERM = `cygwin'
SMS_LOCAL_DIR = `C:\WINNT'
_ = `/usr/bin/cygcheck'

Scanning registry for keys with `Cygnus' in them...
HKEY_CURRENT_USER\Software\Cygnus Solutions
HKEY_CURRENT_USER\Software\Cygnus Solutions\Cygwin
HKEY_CURRENT_USER\Software\Cygnus Solutions\Cygwin\mounts v2
  (default) = `/cygdrive'
  cygdrive flags = 0x00000022
HKEY_CURRENT_USER\Software\Cygnus Solutions\Cygwin\mounts v2\/
  (default) = `C:/Cygnus'
  flags = 0x00000002
HKEY_CURRENT_USER\Software\Cygnus Solutions\Cygwin\mounts v2\/c
  (default) = `C:'
  flags = 0x00000002
HKEY_CURRENT_USER\Software\Cygnus Solutions\Cygwin\mounts v2\/home
  (default) = `C:\User'
  flags = 0x00000002
HKEY_CURRENT_USER\Software\Cygnus Solutions\Cygwin\mounts v2\/usr/bin
  (default) = `C:/Cygnus/bin'
  flags = 0x00000002
HKEY_CURRENT_USER\Software\Cygnus Solutions\Cygwin\mounts v2\/usr/lib
  (default) = `C:/Cygnus/lib'
  flags = 0x00000002
HKEY_CURRENT_USER\Software\Cygnus Solutions\Cygwin\Program Options

Listing available drives...
Drv Type        Size   Free Flags              Name
a:  fd           N/A    N/A                    
c:  hd  NTFS    8032Mb  53% CP CS UN PA FC     SWISSLIFE
d:  cd           N/A    N/A                    
g:  net NTFS   52063Mb  96% CP CS UN PA FC     Drive-D
h:  net NTFS   174080Mb  95% CP CS UN PA        ixms$
i:  net NTFS   868883Mb  41% CP CS UN PA        Apps$
j:  net NTFS     902Mb  42% CP CS UN PA FC     CE_BOOT
k:  net NTFS   143360Mb  90% CP CS UN PA        transfer
q:  net NTFS   138240Mb  96% CP CS UN PA        zs
r:  net NTFS   52063Mb  96% CP CS UN PA FC     Drive-D
s:  net NTFS   138240Mb  96% CP CS UN PA        zslib
t:  net NTFS   52063Mb  96% CP CS UN PA FC     Drive-D
w:  net MVFS    1000Mb  50% CP CS              CCase
x:  net MVFS    1000Mb  50% CP CS              CCase
fd=floppy, hd=hard drive, cd=CD-ROM, net=Network Share
CP=Case Preserving, CS=Case Sensitive, UN=Unicode
PA=Persistent ACLS, FC=File Compression, VC=Volume Compression

Mount entries: these map POSIX directories to your NT drives.
-NT-  -POSIX-  -Type-  -Flags-
C:\Cygnus\bin  /usr/bin  user    binmode
C:\Cygnus\lib  /usr/lib  user    binmode
C:\Cygnus  /        user    binmode
C:\User  /home    user    binmode
C:    /c       user    binmode

Looking to see where common programs can be found, if at all...
Found: C:\Cygnus\bin\bash.exe
Found: C:\Cygnus\bin\cat.exe
Found: C:\Cygnus\bin\cpp.exe
Found: C:\Cygnus\bin\find.exe
Found: C:\Cygnus\bin\gcc.exe
Found: C:\Cygnus\bin\gdb.exe
Found: C:\Cygnus\bin\ld.exe
Found: C:\Cygnus\bin\ls.exe
Found: C:\Cygnus\bin\make.exe
Found: C:\PROGRA~1\Borland\Delphi4\Bin\make.exe
Warning: C:\Cygnus\bin\make.exe hides
C:\PROGRA~1\Borland\Delphi4\Bin\make.exe
Found: C:\Cygnus\bin\sh.exe

Looking for various Cygnus DLLs...  (-v gives version info)
   56k 2000/12/03 C:\Cygnus\bin\cygbz21.0.dll - os=4.0 img=1.0 sys=4.0
                  "cygbz21.0.dll" v0.0 ts=2000/11/21 0:53
   45k 2000/12/07 C:\Cygnus\bin\cygform5.dll - os=4.0 img=1.0 sys=4.0
                  "cygform5.dll" v0.0 ts=2000/12/7 7:41
   18k 2000/10/23 C:\Cygnus\bin\cyggdbm.dll - os=4.0 img=1.0 sys=4.0
                  "cyggdbm.dll" v0.0 ts=2000/10/23 4:26
   17k 2000/11/30 C:\Cygnus\bin\cyghistory4.dll - os=4.0 img=1.0 sys=4.0
                  "cyghistory4.dll" v0.0 ts=2000/11/30 3:28
   14k 2000/10/23 C:\Cygnus\bin\cygintl.dll - os=4.0 img=1.0 sys=4.0
                  "cygintl.dll" v0.0 ts=2000/10/23 21:02
   81k 2000/12/05 C:\Cygnus\bin\cygitcl30.dll - os=4.0 img=1.0 sys=4.0
                  "cygitcl30.dll" v0.0 ts=2000/11/26 2:43
   35k 2000/12/05 C:\Cygnus\bin\cygitk30.dll - os=4.0 img=1.0 sys=4.0
                  "cygitk30.dll" v0.0 ts=2000/11/26 2:43
   45k 2000/10/22 C:\Cygnus\bin\cygjbig1.dll - os=4.0 img=1.0 sys=4.0
                  "cygjbig1.dll" v0.0 ts=2000/10/23 1:06
  119k 2000/10/23 C:\Cygnus\bin\cygjpeg6b.dll - os=4.0 img=1.0 sys=4.0
                  "cygjpeg6b.dll" v0.0 ts=2000/10/23 2:58
   26k 2000/12/07 C:\Cygnus\bin\cygmenu5.dll - os=4.0 img=1.0 sys=4.0
                  "cygmenu5.dll" v0.0 ts=2000/12/7 7:40
  159k 2000/12/07 C:\Cygnus\bin\cygncurses++5.dll - os=4.0 img=1.0 sys=4.0
                  "cygncurses++5.dll" v0.0 ts=2000/12/7 7:42
  225k 2000/12/07 C:\Cygnus\bin\cygncurses5.dll - os=4.0 img=1.0 sys=4.0
                  "cygncurses5.dll" v0.0 ts=2000/12/7 7:39
   15k 2000/12/07 C:\Cygnus\bin\cygpanel5.dll - os=4.0 img=1.0 sys=4.0
                  "cygpanel5.dll" v0.0 ts=2000/12/7 7:40
  162k 2000/10/23 C:\Cygnus\bin\cygpng2.dll - os=4.0 img=1.0 sys=4.0
                  "cygpng2.dll" v0.0 ts=2000/10/23 2:40
  108k 2000/11/30 C:\Cygnus\bin\cygreadline4.dll - os=4.0 img=1.0 sys=4.0
                  "cygreadline4.dll" v0.0 ts=2000/11/30 3:28
  390k 2000/12/05 C:\Cygnus\bin\cygtcl80.dll - os=4.0 img=1.0 sys=4.0
                  "cygtcl80.dll" v0.0 ts=2000/11/26 2:39
    5k 2000/12/05 C:\Cygnus\bin\cygtclpip80.dll - os=4.0 img=1.0 sys=4.0
   10k 2000/12/05 C:\Cygnus\bin\cygtclreg80.dll - os=4.0 img=1.0 sys=4.0
                  "cygtclreg80.dll" v0.0 ts=2000/11/26 2:39
  243k 2000/10/23 C:\Cygnus\bin\cygtiff3.dll - os=4.0 img=1.0 sys=4.0
                  "cygtiff3.dll" v0.0 ts=2000/10/23 3:14
  623k 2000/12/05 C:\Cygnus\bin\cygtk80.dll - os=4.0 img=1.0 sys=4.0
                  "cygtk80.dll" v0.0 ts=2000/11/26 2:43
   41k 2000/11/20 C:\Cygnus\bin\cygXpm-noX4.dll - os=4.0 img=1.0 sys=4.0
                  "cygXpm-noX4.dll" v0.0 ts=2000/11/20 3:41
   45k 2000/11/20 C:\Cygnus\bin\cygXpm-X4.dll - os=4.0 img=1.0 sys=4.0
                  "cygXpm-X4.dll" v0.0 ts=2000/11/20 3:45
   49k 2000/10/23 C:\Cygnus\bin\cygz.dll - os=4.0 img=1.0 sys=4.0
                  "cygz.dll" v0.0 ts=2000/10/23 2:22
  611k 2000/12/25 C:\Cygnus\bin\cygwin1.dll - os=4.0 img=1.0 sys=4.0
                  "cygwin1.dll" v0.0 ts=2000/12/25 18:39
    Cygwin DLL version info:
        dll major: 1001
        dll minor: 7
        dll epoch: 19
        dll bad signal mask: 19005
        dll old termios: 5
        dll malloc env: 28
        api major: 0
        api minor: 31
        shared data: 3
        dll identifier: cygwin1
        mount registry: 2
        cygnus registry name: Cygnus Solutions
        cygwin registry name: Cygwin
        program options name: Program Options
        cygwin mount registry name: mounts v2
        cygdrive flags: cygdrive flags
        cygdrive prefix: cygdrive prefix
        cygdrive default prefix: 
        build date: Mon Dec 25 12:39:48 EST 2000
        shared id: cygwin1S3
=======================================================
Exception: STATUS_ACCESS_VIOLATION at eip=00410CAA
eax=73650ADF ebx=0A0108C8 ecx=73650ADF edx=00000000 esi=0A010830
edi=0A010408
ebp=0247FB14 esp=0247FDB4 program=C:\Cygnus\bin\info.exe
cs=001B ds=0023 es=0023 fs=003B gs=0000 ss=0023
Stack trace:
Frame     Function  Args
0247FB14  00410CAA  (00000000, 00000000, 00000000, 00000000)
0247FDB4  00410CAA  (73650ADF, 00000000, 00000000, 0040506E)
0247FE04  004102C0  (0A0107C8, 0040F1E4, 0247FE34, 0040F3E4)
0247FE34  0040F3C2  (0040F1E4, 0A0107C8, 0247FEA4, 00409202)
0247FE64  0040F28E  (00000000, 00000000, 0247FEB4, 00407AE1)
0247FEB4  0040803A  (00000001, 12010B40, 0A010008, FFFFFFFE)
0247FF10  610038C5  (00000000, 00000000, 77F763D3, 77F763DB)
0247FF40  61003AAD  (00407AD0, 00000000, 80981AC8, 7FFDD000)
0247FF60  61003AEC  (00000000, 00000000, 807B4433, 808BD000)
0247FF90  00422DA3  (00407AD0, 00000000, 00000246, 8011748B)
0247FFC0  0040103D  (00000000, 00000000, 7FFDF000, 7FFDF000)
0247FFF0  77F1B9EA  (00401000, 00000000, 000000B0, 00000100)
End of stack trace
=======================================================


> -----Original Message-----
> From:	Earnie Boyd [SMTP:earnie_boyd@yahoo.com]
> Sent:	Wednesday, December 27, 2000 3:43 PM
> To:	Jong B. Lee
> Cc:	cygwin
> Subject:	Re: info crashes
> 
> "Jong B. Lee" wrote:
> 
> > This morning, I installed cygwin from the scratch.
> >
> > It comes with cygwin1.dll version 1.1.7-1, perl-5.6.1-1, gcc-2.95-6, and
> so on...
> >
> > After doing the following work, info crashes with stack dump error.
> >
> >  bash$ cd /usr/info
> >  bash$ for f in *.info ; do install-info $f dir ; done
> >
> > I went back to cygwin1.dll version 1.1.6-1, and same thing occured.
> >
> > What did I do wrong?
> 
> Do you have more than one cygwin1.dll in your PATH?  Do other commands
> work?  Output
> of `cygcheck -s -r -v' sent to the list and not to me would be
> appreciated.
> 
> Cheers,
> Earnie
> 
> 
> __________________________________________________
> Do You Yahoo!?
> Talk to your friends online with Yahoo! Messenger.
> http://im.yahoo.com
> 
> 
>>> Rentenanstalt/Swiss Life - Official Partner Expo.02 <<<

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

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

end of thread, other threads:[~2000-12-31  6:15 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2000-12-26 20:01 info crashes Jong B. Lee
2000-12-26 20:32 ` Jong B. Lee
2000-12-27  6:41 ` Earnie Boyd
2000-12-27 17:14   ` info crashes -- with gcc-2.95.2-6 Jong B. Lee
2000-12-27 22:58     ` Trevor Forbes
2000-12-31  6:15     ` Gerrit P. Haase
2000-12-28  0:38 info crashes Mathis Severin

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