witness "process lock"

2002-05-26 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> trac

Re: gdb breaks world

2002-05-26 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 ad

why change: from proc to thread?

2002-05-26 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? And what relation of the proc and thread ?   Thank you!Best RegardsOuyang Kai´ÓÍøÕ¾µÃµ½¸ü¶àÐÅÏ¢¡£MSN Explorer

Re: gdb breaks world

2002-05-26 Thread David O'Brien
On Mon, May 27, 2002 at 11:12:47AM +0900, Jun Kuriyama wrote: > At Wed, 22 May 2002 18:54:02 + (UTC), > David O'Brien wrote: > > -ggdb means to use the most "expressive" debugging format the compiler > > knows about. You want -gstabs+ or -gstabs > > I cannot debug a kernel with -gstabs+ opti

Re: gdb breaks world

2002-05-26 Thread Jun Kuriyama
At Sun, 26 May 2002 21:35:28 -0500, David W. Chapman Jr. <[EMAIL PROTECTED]> wrote: > > % sudo gdb52 > Last time I checked, gdb was broken in -current and people were > encouraged to use gdb in the ports system, but this may be oudated. Yes, I'm using gdb52 from ports/devel/gdb52. -- Jun Kur

Re: gdb breaks world

2002-05-26 Thread David W. Chapman Jr.
On Mon, May 27, 2002 at 11:12:47AM +0900, Jun Kuriyama wrote: > At Wed, 22 May 2002 18:54:02 + (UTC), > David O'Brien wrote: > > -ggdb means to use the most "expressive" debugging format the compiler > > knows about. You want -gstabs+ or -gstabs > > I cannot debug a kernel with -gstabs+ opti

Re: /usr/bin/cut

2002-05-26 Thread Tim J. Robbins
On Sun, May 26, 2002 at 08:52:17PM +0200, Frode Nordahl wrote: > I have included some examples below. [snip] Ok, I can reproduce the problem and have fixed it in rev. 1.18. Thanks. (Yes, I am a dunce) Tim To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-current" in th

Re: gdb breaks world

2002-05-26 Thread Jun Kuriyama
At Wed, 22 May 2002 18:54:02 + (UTC), David O'Brien wrote: > -ggdb means to use the most "expressive" debugging format the compiler > knows about. You want -gstabs+ or -gstabs I cannot debug a kernel with -gstabs+ option. Any hints about this? % cd sys/i386/compile/WATERBLUE % grep gdb ../

Re: Messages from WITNESS [Sun May 26 kernel]

2002-05-26 Thread Jun Kuriyama
At Sun, 26 May 2002 22:19:58 + (UTC), Alfred Perlstein wrote: > Uh, why don't you guys enable 'debug.witness_ddb' and get us some > tracebacks? :) Could this help you? ../../../vm/uma_core.c:1324: could sleep with "process lock" locked from ../../../kern/kern_prot.c:867 ../../../vm/uma_core

Problem with GEOM and cdcontrol

2002-05-26 Thread Jos Backus
With GEOM in today's kernel, if I run ``cdcontrol play'', the cdcontrol process hangs; without GEOM cdcontrol works fine. ps shows: 1000 493 410 0 -84 0 1364 218 getatt D+p30:00.01 cdcontrol pl lizzy:~% ls -l /dev/cd0 crw-r--r-- 1 root operator 15, 0x00010002 May 26 17:58 /

wi0 wpc11 wireless lockup problem

2002-05-26 Thread Jason P Holland
guys, having a strange problem since upgrading to -STABLE. this has happened several times over the past 5 days. when running something network intensive, like a large ftp or cvsup, or even setting the machines net card into promiscuous mode, my machine completely locks up. no response from

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

2002-05-26 Thread Mike Barcroft
[Sorry I missed the beginning of this thread.] 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 th

gcc internal compiler error with mozilla

2002-05-26 Thread Lamont Granquist
Sorry in advance this bug report is probably not going to have enough information... On this box from an Apr 28th kernel that is pre-gcc-3.x: > uname -a FreeBSD coredump.scriptkiddie.org 5.0-CURRENT FreeBSD 5.0-CURRENT #1: Sun Apr 28 14:54:52 PDT 2002 [EMAIL PROTECTED]:/usr/obj/usr/src/sys/CORE

Re: Messages from WITNESS [Sun May 26 kernel]

2002-05-26 Thread Alfred Perlstein
latest rev of uma_core.c that jhb committed. This commit > reveals "possible brokenness". (In what, I can't tell you, but, hey, I > believe John). > > >http://www.FreeBSD.org/cgi/getmsg.cgi?fetch=535626+539491+/usr/local/www/db/text/2002/cvs-all/20020526.cvs-all

Re: Messages from WITNESS [Sun May 26 kernel]

2002-05-26 Thread Jay
hat, I can't tell you, but, hey, I believe John). http://www.FreeBSD.org/cgi/getmsg.cgi?fetch=535626+539491+/usr/local/www/db/text/2002/cvs-all/20020526.cvs-all Other people have mentioned this on the list in the past few days. I myself am suffering from "UMA lock" "rl0" and a

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

2002-05-26 Thread Niels Chr. Bank-Pedersen
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 the following error: > > In file included from cmdseq.c:18: > /usr/include/sys/wait.h:114: duplicate member `w_F

Re: Perl script rewrites - progress (2)

2002-05-26 Thread Joerg Wunsch
Ruslan Ermilov <[EMAIL PROTECTED]> wrote: > I'm in the middle of rewriting release/scripts/*.pl scripts. Is this even necessary? A "make release" has so many prerequisites (among them, a locally available CVS tree) that Perl as a prerequisite would do no harm. Even more, a normal "make release

Messages from WITNESS [Sun May 26 kernel]

2002-05-26 Thread Giorgos Keramidas
A kernel with WITNESS enabled, compiled last night prints the following to my console every now and then: /usr/src/sys/vm/uma_core.c:1324: could sleep with "process lock" locked from /usr/src/sys/kern/kern_prot.c:511 /usr/src/sys/vm/uma_core.c:1324: could sleep with "process lock" locked from /

Re: strtod & sscanf on -CURRENT?

2002-05-26 Thread Igor Roboul
On Fri, May 24, 2002 at 12:13:37PM -0700, Alfred Perlstein wrote: > > You forgot to include stdlib.h. But what's wrong with my test? strtod works Ok but sscanf does not. pre-gcc3.1 sscanf and sscanf on -STABLE work as expected. -- Igor Roboul, System administrator at Speech Technology Center h

Re: /usr/bin/cut

2002-05-26 Thread Frode Nordahl
Hi again, I have included some examples below. cut.broken was compiled this morning, i got the replacement "cut" from the 5.0-DP1 release. Tim J. Robbins said: > On Sun, May 26, 2002 at 01:26:25PM +0200, Frode Nordahl wrote: > >> cut compiles and runs, but it does not cut :) > > Please give me a

Re: crash when starting X

2002-05-26 Thread Seth Hettich
> I have the same symptom with binary package of XFree86-4. And furthermore I > cannot compile XFree86-4-libraries with FreeBSD-current. I got it to work, kind of. See: http://www.freebsd.org/cgi/query-pr.cgi?pr=38438 for more detail. -Seth To Unsubscribe: send mail to [EMAIL PROTECTED] with

Re: cvs commit: src/sys/conf files src/sys/geom geom_aes.c

2002-05-26 Thread Poul-Henning Kamp
I know several of you out there are sitting ready to jump in and protect your p0r^H^H^Hware^H^H^H^Hsource code with this as soon as you see it, but please bear in mind that this is rather crude implementation which mainly serves as "proof-of-concept" and that the final article is likely to be ent

Pam issue w/current yesterday and today: Undefined symbol "_openpam_log"

2002-05-26 Thread Edwin Culp
I've had the following issue with pam since yesterday's build. I thought that today's build would fix it and it hasn't. I know nothing about pam. Could someone give me a clue as to what I could do to solve this and be able to ssh into the machine? May 26 07:27:55 FreeBSD5 sshd[50568]: looki

Re: /usr/bin/cut

2002-05-26 Thread Tim J. Robbins
On Sun, May 26, 2002 at 01:26:25PM +0200, Frode Nordahl wrote: > cut compiles and runs, but it does not cut :) Please give me an example of how you are invoking cut and why the output you get is incorrect or different from -STABLE. Tim To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsu

/usr/bin/cut

2002-05-26 Thread Frode Nordahl
Hello, The changes done to /usr/bin/cut recently seems to have broken it. I have fetched and built CURRENT from scratch this morning. cut compiles and runs, but it does not cut :) Mvh, Frode Nordahl To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-current" in the body

Re: crash when starting X

2002-05-26 Thread Eric Anholt
On Sun, 2002-05-26 at 03:46, 山田 健 wrote: > I have the same symptom with binary package of XFree86-4. And furthermore I > cannot compile XFree86-4-libraries with FreeBSD-current. > It says; > UIThrStubs.c:102: alias arg not a string > UIThrStubs.c:103: alias arg not a string > :

Re: crash when starting X

2002-05-26 Thread $B;3ED!!7r(B
I have the same symptom with binary package of XFree86-4. And furthermore I cannot compile XFree86-4-libraries with FreeBSD-current. It says; UIThrStubs.c:102: alias arg not a string UIThrStubs.c:103: alias arg not a string : : : UIThrStubs.c:115: alias arg no