USB detach crashes possibly fixed

2002-02-14 Thread Brian Fundakowski Feldman
Please try this change (already committed to -CURRENT) and let me know if crashes due to detaching USB devices specifically have been eliminated. http://www.freebsd.org/cgi/cvsweb.cgi/src/sys/dev/usb/usb.c.diff?r1=1.54r2=1.55f=h -- Brian Fundakowski Feldman \'[

Newbie ddb question

2002-02-14 Thread Mike Silbersack
I've been poking around in ddb in an attempt to work on some forkbomb/low memory problems, and I've found it extremely useful. There's one thing I can't figure out how to do that would be useful, though. Say that I have a process of interest tsleeping. Is there some way for me to get a

Re: rdr 127.0.0.1 and blocking 127/8 in ip_output()

2002-02-14 Thread Ruslan Ermilov
On Wed, Feb 13, 2002 at 03:57:33PM -0800, Terry Lambert wrote: Ruslan Ermilov wrote: On Wed, Feb 13, 2002 at 10:50:13AM -0500, Garrett Wollman wrote: On Wed, 13 Feb 2002 11:03:47 +0200, Ruslan Ermilov [EMAIL PROTECTED] said: Please test with and without this patch. I continue

Re: Newbie ddb question

2002-02-14 Thread Bruce Evans
On Thu, 14 Feb 2002, Mike Silbersack wrote: I've been poking around in ddb in an attempt to work on some forkbomb/low memory problems, and I've found it extremely useful. There's one thing I can't figure out how to do that would be useful, though. Say that I have a process of interest

Re: rdr 127.0.0.1 and blocking 127/8 in ip_output()

2002-02-14 Thread Garrett Wollman
On Thu, 14 Feb 2002 11:09:41 +0200, Ruslan Ermilov [EMAIL PROTECTED] said: ping -s 127.1 1.2.3.4 telnet -S 127.1 1.2.3.4 If someone explicitly overrides source-address selection, they are presumed to know WTF they are doing, and the kernel should not be trying to second-guess them.

Re: rdr 127.0.0.1 and blocking 127/8 in ip_output()

2002-02-14 Thread Ruslan Ermilov
[Redirected to -net] On Thu, Feb 14, 2002 at 11:39:37AM -0500, Garrett Wollman wrote: On Thu, 14 Feb 2002 11:09:41 +0200, Ruslan Ermilov [EMAIL PROTECTED] said: ping -s 127.1 1.2.3.4 telnet -S 127.1 1.2.3.4 If someone explicitly overrides source-address selection, they are presumed to

Re: Newbie ddb question

2002-02-14 Thread Mike Silbersack
On Thu, 14 Feb 2002, Bruce Evans wrote: On Thu, 14 Feb 2002, Mike Silbersack wrote: I've been poking around in ddb in an attempt to work on some forkbomb/low memory problems, and I've found it extremely useful. There's one thing I can't figure out how to do that would be useful,

Workaround: Re: ports/34908: libpng port makes bad dynamic libraryon -CURRENT

2002-02-14 Thread Vladimir Kushnir
On Wed, 13 Feb 2002, Terry Lambert wrote: David O'Brien wrote: On Wed, Feb 13, 2002 at 06:14:42PM +0300, Vladimir B. Grebenschikov wrote: building programm with -g gives no more information at all, I have tried Linking aginst static library - works. This suggests a problem with the

Re: ports/34908: libpng port makes bad dynamic library on -CURRENT

2002-02-14 Thread Alexander N. Kabaev
This suggests a problem with the runtime-linker (rtld), not binutils. Actually, the bug is somewhere in the new binutils code, and I am very close to finding where it is exactly. The new liker fails to set DT_TEXTREL property in the shared library header even though its relocation table

Re: ports/34908: libpng port makes bad dynamic library on -CURRENT

2002-02-14 Thread Terry Lambert
Alexander N. Kabaev wrote: This suggests a problem with the runtime-linker (rtld), not binutils. Actually, the bug is somewhere in the new binutils code, and I am very close to finding where it is exactly. The new liker fails to set DT_TEXTREL property in the shared library header even

Re: ports/34908: libpng port makes bad dynamic library on -CURRENT

2002-02-14 Thread Bjoern Fischer
On Thu, Feb 14, 2002 at 07:22:59PM -0500, Alexander N. Kabaev wrote: This suggests a problem with the runtime-linker (rtld), not binutils. Actually, the bug is somewhere in the new binutils code, and I am very close to finding where it is exactly. The new liker fails to set DT_TEXTREL

Current/XFree86 w/gnome or kde coredumps.

2002-02-14 Thread Edwin Culp
I just realized that current/XFree86-4.1.0_12,1 core dumps with either kde or gnome. I seems to work fine with twm. It dumps at the same place when starting x with both. (II) XINPUT: Adding extended input device Mouse1 (type: MOUSE) Could not init font path element

Re: USB detach crashes possibly fixed

2002-02-14 Thread FUJIMOTO Kou
I CVSuped kernel src tree to recompile, and uhub detach problem I've reported seems to be solved. With new kernel, I confirmed I could safely attach/detach all USB devices I have. Brian Fundakowski Feldman wrote: Please try this change (already committed to -CURRENT) and let me know if

Re: function name collision on getcontext with ports/editors/joe

2002-02-14 Thread Daniel Eischen
On Mon, 11 Feb 2002, Bruce Evans wrote: On Sun, 10 Feb 2002, Daniel Eischen wrote: What do you recommend we do? Should we not include sys/ucontext.h from sys/signal.h, or do what Solaris does, or just leave everything as is? Don't include sys/ucontext.h from sys/signal.h, and fix

Re: function name collision on getcontext with ports/editors/joe

2002-02-14 Thread Bruce Evans
On Fri, 15 Feb 2002, Daniel Eischen wrote: Finally getting buildworld to work again... More problems in the kernel though. ucontext_t is used as a parameter to sigreturn (and getsetcontext soon), so it is referenced in sys/sysproto.h. Lots of stuff includes sys/sysproto.h. Do we, a)