why change: from proc to thread?

2002-05-27 Thread kai ouyang
Hi,everybody I found many v_operations, such as VOP_UNLOCK, VOP_OPEN., there all have a parameter(struct proc) in FreeBSD4.x, but, there all be changed to thread in FreeBSD5.0.why? Andwhat relation of the proc and thread ? Thank you!Best RegardsOuyang Kai´ÓÍøÕ¾µÃµ½¸ü¶àÐÅÏ¢¡£MSN Explorer

Re: gdb breaks world

2002-05-27 Thread Jun Kuriyama
At Mon, 27 May 2002 02:46:01 + (UTC), David O'Brien wrote: Add it to COPTFLAGS. Why are you adding it to DEBUG? ``grep DEBUG /sys/conf/*.mk /sys/conf/Makefile.*'' shows DEBUG is not used this way. I added it to DEBUG because I think -gstabs+ will be used as replacement of -g. I added it

witness process lock

2002-05-27 Thread Jun Kuriyama
How about this? ../../../vm/uma_core.c:1324: could sleep with process lock locked from ../../../kern/kern_prot.c:867 ../../../vm/uma_core.c:1324: could sleep with process lock locked from ../../../kern/kern_prot.c:511 Debugger(witness_sleep) Stopped at breakpoint+0x4: leave db trace

Re: i386 tinderbox failure

2002-05-27 Thread Andrea Campi
On Sat, May 25, 2002 at 09:19:17PM +0200, Gerhard Sittig wrote: On Fri, May 24, 2002 at 23:32 -0700, Peter Wemm wrote: Is this the moment where src/usr.bin/perl should be mailwrapper like? Instead of searching the interpreter in some uncertain location (and failing) shouldn't the program

Re: Messages from WITNESS [Sun May 26 kernel]

2002-05-27 Thread Rasmus Skaarup
I have several different types of could sleep with messages. The following appear during boot-up. /usr/src/sys/vm/uma_core.c:1324: could sleep with eventhandler locked from /usr/src/sys/kern/subr_eventhandler.c:162 /usr/src/sys/vm/uma_core.c:1324: could sleep with sf_bufs list lock locked

Re: reading kernel dump - post gcc 3.1

2002-05-27 Thread Georg-W. Koltermann
Am Sa, 2002-05-25 um 02.30 schrieb Craig Carey: [...] savecore(8) should copy a dump of the crashed kernel to /var/crash and created files kernel.0 and vmcore.0. gdb -k kernel.0 vmcore.0 hunter[13]$ gdb -k kernel.debug vmcore.19 GNU gdb 4.18 (FreeBSD) Copyright 1998 Free

ALERT - GroupShield ticket number OA2424_1022498040_POSTMAN_1 was generated

2002-05-27 Thread GroupShield for Exchange (POSTMAN)
Action Taken: The attachment was quarantined from the message and replaced with a text file informing the recipient of the action taken. To: [EMAIL PROTECTED] [EMAIL PROTECTED] From: current [EMAIL PROTECTED] Sent: 319976576,29492569 Subject: A good tool Attachment Details:- Attachment

ALERT - GroupShield ticket number OB3_1022498041_POSTMAN_1 was generated

2002-05-27 Thread GroupShield for Exchange (POSTMAN)
Action Taken: The message was quarantined and replaced with a text informing the recipient of the action taken. To: [EMAIL PROTECTED] [EMAIL PROTECTED] From: current [EMAIL PROTECTED] Sent: -1684271232,29492591 Subject: A good tool Attachment Details:- Attachment Name: N/A File:

World is broken

2002-05-27 Thread Maxim Sobolev
Finally I have decided to give post gcc-3.1 perless world a try, but found that world doesn't build. :(( The system in question is 5-CURRENT makeworlded about a month ago. Any ideas? -Maxim Script started on Mon May 27 12:28:52 2002 root@notebook# make buildworld

buildworld is broken(src/bin/sh)

2002-05-27 Thread MOCHIZUKI Akihide/$BK>7n><=((B
Hello all. I make buildworld and buildkernel after cvsup at May 25th on my 4-stable box(cvsuped and make buildworld, buildkernel, installkernel and installworld at May 25th ). No error,so I make installkernel and installworld on ThinkPad i1124. And (re)buildworld on ThinkPad(5-current) for same

Re: World is broken

2002-05-27 Thread Andrew Kenneth Milton
+---[ Maxim Sobolev ]-- | Finally I have decided to give post gcc-3.1 perless world a | try, but found that world doesn't build. :(( The system in | question is 5-CURRENT makeworlded about a month ago. | | Any ideas? I had to do a make includes, and then world built fine

Re: why change: from proc to thread?

2002-05-27 Thread Kris Kennaway
On Mon, May 27, 2002 at 02:56:50PM +0800, kai ouyang wrote: Hi,everybody I found many v_operations, such as VOP_UNLOCK, VOP_OPEN., there all have a parameter(struct proc) in FreeBSD4.x, but, there all be changed to thread in FreeBSD5.0. why? And what relation of the proc and thread ?

Re: gcc internal compiler error with mozilla

2002-05-27 Thread Sheldon Hearn
On Sun, 26 May 2002 15:28:44 MST, Lamont Granquist wrote: I got non-deterministic internal compiler errors when I was trying to compile mozilla. At the same time I was compiling gnome in another terminal window. It only happened with mozilla, it was non-deterministic in that I could do

Re: World is broken

2002-05-27 Thread Ruslan Ermilov
On Mon, May 27, 2002 at 02:28:26PM +0300, Maxim Sobolev wrote: Finally I have decided to give post gcc-3.1 perless world a try, but found that world doesn't build. :(( The system in question is 5-CURRENT makeworlded about a month ago. Any ideas? Your /usr/include is hosed, well, actually

Re: machine/endian.h revision 1.33 breaks port x11-fm/gentoo

2002-05-27 Thread Oliver Braun
* Mike Barcroft [EMAIL PROTECTED] [2002-05-27 01:30]: Niels Chr. Bank-Pedersen [EMAIL PROTECTED] writes: On Sun, May 19, 2002 at 12:32:07AM +0200, Oliver Braun wrote: Hi, I am the ports maintainer of x11-fm/gentoo. Building gentoo dies since revision 1.33 of machine/endian.h with

Re: machine/endian.h revision 1.33 breaks port x11-fm/gentoo

2002-05-27 Thread Andrea Campi
There's a problem with coldsync port on -current which has to do with endian macros: cc -Wall -ansi -pedantic -O -pipe -march=pentiumpro -DHAVE_CONFIG_H -I. -I./.. - I./../include -I/usr/local/include -c PConnection_net.c In file included from /usr/include/arpa/nameser.h:446,

Patch for review (was Re: Junk in new gcc include path)

2002-05-27 Thread Andrey A. Chernov
Please review this patch, it fix one reported problem: --- cc_tools/auto-host.h.bakSat May 18 16:30:17 2002 +++ cc_tools/auto-host.hMon May 27 19:23:37 2002 @@ -87,7 +87,7 @@ /* #undef ssize_t */ /* Define if cpp should also search $prefix/include. */ -#define PREFIX_INCLUDE_DIR

Re: machine/endian.h revision 1.33 breaks port x11-fm/gentoo

2002-05-27 Thread Mike Barcroft
Andrea Campi [EMAIL PROTECTED] writes: There's a problem with coldsync port on -current which has to do with endian macros: cc -Wall -ansi -pedantic -O -pipe -march=pentiumpro -DHAVE_CONFIG_H -I. -I./.. - I./../include -I/usr/local/include -c PConnection_net.c In file included from

Re: reading kernel dump - post gcc 3.1

2002-05-27 Thread David O'Brien
On Mon, May 27, 2002 at 12:23:13PM +0200, Georg-W. Koltermann wrote: Please read bin/38236. I wasn't asking for general directions but for a specific solution to a current -current problem. RTFM specifically the -gstabs+ GCC option. To Unsubscribe: send mail to [EMAIL PROTECTED] with

Re: gdb breaks world

2002-05-27 Thread David O'Brien
On Mon, May 27, 2002 at 04:08:44PM +0900, Jun Kuriyama wrote: At Mon, 27 May 2002 02:46:01 + (UTC), David O'Brien wrote: Add it to COPTFLAGS. Why are you adding it to DEBUG? ``grep DEBUG /sys/conf/*.mk /sys/conf/Makefile.*'' shows DEBUG is not used this way. I added it to DEBUG

Re: gcc internal compiler error with mozilla

2002-05-27 Thread David O'Brien
On Mon, May 27, 2002 at 02:59:36PM +0200, Sheldon Hearn wrote: On Sun, 26 May 2002 15:28:44 MST, Lamont Granquist wrote: I got non-deterministic internal compiler errors when I was trying to compile mozilla. At the same time I was compiling gnome in another terminal window. It only

New kernel option GDBSPEED (as in CONSPEED)?

2002-05-27 Thread Nick Hibma
CONSPEED is used for both console and gdb. This is a bit awkward because it means that I have to run my kernel console on 9600 baud on my diskless box. The attached patch fixes this by introducing another variable GDBSPEED. The patch makes the default for GDBSPEED 9600, so anyone who uses a

Re: wi0 wpc11 wireless lockup problem

2002-05-27 Thread M. Warner Losh
I think you are getting bitten by the toshiba topic suckage bug. Sometimes interrupts don't happen on it :-( Warner To Unsubscribe: send mail to [EMAIL PROTECTED] with unsubscribe freebsd-current in the body of the message

Re: Messages from WITNESS [Sun May 26 kernel]

2002-05-27 Thread Lamont Granquist
from May 26 kernel: % dmesg | egrep sleep | sort | uniq -c 3 /usr/src/sys/vm/uma_core.c:1324: could sleep with UMA lock locked from /usr/src/sys/vm/uma_core.c:1157 2 /usr/src/sys/vm/uma_core.c:1324: could sleep with eventhandler locked from /usr/src/sys/kern/subr_eventhandler.c:162 78

Lock order reversal

2002-05-27 Thread Lamont Granquist
I just got this in dmesg: lock order reversal 1st 0xdaa8ce2c process lock (process lock) @ /usr/src/sys/kern/kern_exec.c:316 2nd 0xc0424d60 filelist lock (filelist lock) @ /usr/src/sys/kern/kern_descrip.c:1112 What other information is needed to debug this? To Unsubscribe: send mail to

[no subject]

2002-05-27 Thread Eirik Nygaard
help To Unsubscribe: send mail to [EMAIL PROTECTED] with unsubscribe freebsd-current in the body of the message

Re: wi0 wpc11 wireless lockup problem

2002-05-27 Thread Jason P Holland
this is a known issue with toshiba laptops? how nice. wireless works great with the exception of this random problem. other than tossing my craptop in the garbage, any suggestions? thanks jason I think you are getting bitten by the toshiba topic suckage bug. Sometimes interrupts don't

Re: New kernel option GDBSPEED (as in CONSPEED)?

2002-05-27 Thread Bruce Evans
On Mon, 27 May 2002, Nick Hibma wrote: CONSPEED is used for both console and gdb. This is a bit awkward because it means that I have to run my kernel console on 9600 baud on my diskless box. The attached patch fixes this by introducing another variable GDBSPEED. The patch makes the default

Re: gcc internal compiler error with mozilla

2002-05-27 Thread Kris Kennaway
On Mon, May 27, 2002 at 10:58:54AM -0700, David O'Brien wrote: Please raise your concern with [EMAIL PROTECTED] I provided them with a USE_GCC patch that would make this easier 2 months ago. It still has yet to be committed to bsd.port.mk. For the benefit of others, there are problems with

Re: World is broken

2002-05-27 Thread Greg 'groggy' Lehey
On Monday, 27 May 2002 at 16:22:54 +0300, Ruslan Ermilov wrote: On Mon, May 27, 2002 at 02:28:26PM +0300, Maxim Sobolev wrote: Finally I have decided to give post gcc-3.1 perless world a try, but found that world doesn't build. :(( The system in question is 5-CURRENT makeworlded about a month

Re: gcc internal compiler error with mozilla

2002-05-27 Thread David O'Brien
On Mon, May 27, 2002 at 04:21:17PM -0700, Kris Kennaway wrote: On Mon, May 27, 2002 at 10:58:54AM -0700, David O'Brien wrote: Please raise your concern with [EMAIL PROTECTED] I provided them with a USE_GCC patch that would make this easier 2 months ago. It still has yet to be committed

Re: gcc internal compiler error with mozilla

2002-05-27 Thread Kris Kennaway
On Mon, May 27, 2002 at 06:58:00PM -0700, David O'Brien wrote: On Mon, May 27, 2002 at 04:21:17PM -0700, Kris Kennaway wrote: On Mon, May 27, 2002 at 10:58:54AM -0700, David O'Brien wrote: Please raise your concern with [EMAIL PROTECTED] I provided them with a USE_GCC patch that

Re: gdb breaks world

2002-05-27 Thread Mark Peek
At 10:54 AM -0700 5/27/02, David O'Brien wrote: Verify that your entire kernel is built with -g -gstabs+. If you still cannot use gdb on a core dump, maybe there is a core dump format change GDB needs to catch up with. Please use the various objdump, etc. tools to verify what type of debugging

Re: gcc internal compiler error with mozilla

2002-05-27 Thread Lamont Granquist
On Mon, 27 May 2002, Sheldon Hearn wrote: On Sun, 26 May 2002 15:28:44 MST, Lamont Granquist wrote: I got non-deterministic internal compiler errors when I was trying to compile mozilla. At the same time I was compiling gnome in another terminal window. It only happened with mozilla,

Re: Junk in new gcc include path

2002-05-27 Thread Scot W. Hetzel
From: Garrett Wollman [EMAIL PROTECTED] On Sat, 25 May 2002 17:17:40 -0500, Scot W. Hetzel [EMAIL PROTECTED] said: So why does adding -I/usr/include to CPPFLAGS cause the compiler to ignore the headers in /usr/include? It doesn't -- it just causes the compiler to emit a warning message

Display controller problem

2002-05-27 Thread Pete Carah
This may relate to the X-window reboots - my machine shows that too, if I boot without acpi; with acpi X never gets going. Supermicro P3TDDE, 2x1ghz P3: Via Apollo Pro 266 or 266T chipset, generic Nvidia TNT2 display. (there is a conflict in the manual which says 266T but 8633 north bridge). I

i386 tinderbox failure

2002-05-27 Thread Dag-Erling Smorgrav
-- Rebuilding the temporary build tree -- stage 1: bootstrap tools -- stage 2: cleaning up the object tree

Re: World is broken

2002-05-27 Thread M. Warner Losh
In message: [EMAIL PROTECTED] Greg 'groggy' Lehey [EMAIL PROTECTED] writes: : On Monday, 27 May 2002 at 16:22:54 +0300, Ruslan Ermilov wrote: : On Mon, May 27, 2002 at 02:28:26PM +0300, Maxim Sobolev wrote: : Finally I have decided to give post gcc-3.1 perless world a : try, but

Re: wi0 wpc11 wireless lockup problem

2002-05-27 Thread M. Warner Losh
In message: [EMAIL PROTECTED] Jason P Holland [EMAIL PROTECTED] writes: : this is a known issue with toshiba laptops? how nice. wireless works : great with the exception of this random problem. other than tossing my : craptop in the garbage, any suggestions? thanks I just need