bremfree: bp 0xc77938f4 not locked (Most recently used by kqueue)

2002-08-12 Thread Seth Hettich

I get this all the time, and have for months now.  On two different 
systems (both updated to -current about 2 times per month), both
PCs (but with greatly differing HW).

What would be my first step to resolve this?  I sent in a PR, with
lots of notes, things I tried, and stack dumps.  I'm willing to do
some more work on it, if someone can point me in the right direction.

panic: bremfree: bp 0xc77938f4 not locked
panic messages:
---
panic: Most recently used by kqueue


syncing disks... panic: bremfree: bp 0xc77938f4 not locked
Uptime: 1d2h2m49s
Dumping 256 MB
ata0: resetting devices ..
done
 16 32 48 64 80 96 112 128 144 160 176 192 208 224 240
 ---
 #0  0xc02f9a9b in doadump ()

(kgdb) where
#0  0xc02f9a9b in doadump ()
#1  0xc02f9f7d in boot ()
#2  0xc02fa1a8 in panic ()
#3  0xc033a477 in bremfree ()
#4  0xc033cc60 in getblk ()
#5  0xc033a5aa in breadn ()
#6  0xc033a55c in bread ()
#7  0xc03fd2e6 in ffs_update ()
#8  0xc0411802 in ffs_fsync ()
#9  0xc040f18f in ffs_sync ()
#10 0xc034c358 in sync ()
#11 0xc02f9b9c in boot ()
#12 0xc02fa1a8 in panic ()
#13 0xc0434a9d in mtrash_ctor ()
#14 0xc0433527 in uma_zalloc_arg ()
#15 0xc02ee735 in malloc ()
#16 0xc02dd0e5 in fdcopy ()
#17 0xc02e5711 in fork1 ()
#18 0xc02e4c0a in fork ()
#19 0xc04657a1 in syscall ()
#20 0xc0455e5d in Xint0x80_syscall ()
---Can't read userspace from dump, or kernel process---


-Seth


To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-current in the body of the message



panic: bremfree: bp 0xc7760b48 not locked

2002-08-02 Thread Seth Hettich

I get this all the time, and have for months now.  On two different 
systems (both updated to -current about 2 times per month), both
PCs (but with greatly differing HW).

What would be my first step to resolve this?  I sent in a PR, with
lots of notes, things I tried, and stack dumps.  I'm willing to do
some more work on it, if someone can point me in the right direction.

-Seth

To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-current in the body of the message



mozilla port?

2002-07-11 Thread Seth Hettich

Is this building for anyone?

I always get:
gmake[1]: Leaving directory `/u1/src/ports/www/mozilla/work/mozilla'
/usr/bin/sed -e s;@PREFIX@;/usr/X11R6;g
/u1/src/ports/www/mozilla/files/mozilla.sh
/u1/src/ports/www/mozilla/work/mozilla/mozilla
(cd /u1/src/ports/www/mozilla/work/mozilla/dist/bin;  /usr/bin/env
LD_LIBRARY_PATH=. MOZILLA_FIVE_HOME=. ./regxpcom;  echo
skin,install,select,classic/1.0  chrome/installed-chrome.txt;  echo
locale,install,select,en-US  chrome/installed-chrome.txt;  /usr/bin/env
LD_LIBRARY_PATH=. MOZILLA_FIVE_HOME=. ./regchrome)
[1]   32857 Segmentation fault (core dumped) 
*** Error code 139

Stop in /u1/src/ports/www/mozilla.


-Seth

To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-current in the body of the message



crashes in -current

2002-07-02 Thread Seth Hettich

I'm still getting these crashes:
  Panicstring: bremfree: bp 0xc772a840 not locked
and:
  Panicstring: Most recently used by kqueue

On two very different systems (both PC's).  I have more info in 
PR 38438.  Is this happening to other people?

-Seth

To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-current in the body of the message



FireWire for DV anyone?

2002-06-20 Thread Seth Hettich

I see that this may work for linux, but are any -current people
using this for real (not just toy applications)?

I was just given a Sony DV camera, and I thought I should at least
make an attempt to hook it up to the computer.

-Seth

To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-current in the body of the message



panic: bremfree: bp 0xc779fd40 not locked

2002-05-28 Thread Seth Hettich

Is anyone else getting these?  Is that a generic sort of error, or
does the error indicate (to someone) what might be wrong?

http://www.freebsd.org/cgi/query-pr.cgi?pr=38438

has all the info about my crashes...

-Seth

To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-current in the body of the message



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 unsubscribe freebsd-current in the body of the message



Re: Any matrox users?

2002-05-24 Thread Seth Hettich

Dag-Erling Smorgrav [EMAIL PROTECTED]: wrote:
 Seth Hettich [EMAIL PROTECTED] writes:
  I'd be interested to know if any other -current users with a
  G200 AGP are having problems.
 
 What kind of problems?  I'm running XF 4.2.0 with the Matrox drivers,
 and have been running XF 4 for as long as it's been in ports (and XF 3
 before that).  No problems whatsoever.

It was working fine for me for a long time.  After a recent cvsup it
crashes (see PR kern/38438 for more detail) w/ xkbcomp on the cpu.

-Seth

To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-current in the body of the message



Any matrox users?

2002-05-23 Thread Seth Hettich

I'd be interested to know if any other -current users with a
G200 AGP are having problems.

-Seth

To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-current in the body of the message



crash when starting X

2002-05-21 Thread Seth Hettich

I updated yesterday, and now when I start XFree the system pauses for
~30 seconds (on a blank screen) and then resets.  I do not get a 
crash dump or a panic message.

Is anyone else getting this?

-Seth

To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-current in the body of the message



rio500 usb support

2002-05-20 Thread Seth Hettich

I just started playing w/ this.  While it seems to work, connecting
the rio, disconnecting it, and then reconnecting causes a panic when
it trys to re-make the /dev entry.

I don't see a usb mailing list, so where should I take this?

-Seth

To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-current in the body of the message



Re: could sleep with pcm0:play:0 locked

2002-05-20 Thread Seth Hettich

 
 I got this message (after fifo fix kernel):
 
 May 21 13:54:35 waterblue kernel: ../../../vm/uma_core.c:1324: could sleep wi
th pcm0:play:0 locked from ../../../dev/sound/pcm/dsp.c:734

Me to.  Also, starting XFree causes a panic.

-Seth

To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-current in the body of the message



sh dies w/ sig 12

2002-04-11 Thread Seth Hettich

Trying to update to -current, in SU mode, doing the make installworld:

[ ! -e /usr/bin/passwd ] || echo foo

will make sh die

This is even with the new sh from my buildworld (I am running the new
kernel).

Ideas?

-Seth

To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-current in the body of the message



Updating from 4.4

2002-04-05 Thread Seth Hettich

Doing a buildworld I get:
cc -O -pipe  -D_open=open -DIN_GCC -DHAVE_CONFIG_H
-DPREFIX=\/usr/obj/usr/src/i386/usr\
-I/usr/obj/usr/src/i386/usr/src/gnu/usr.bin/cc/cc_fbsd/../cc_tools
-I/usr/src/gnu/usr.bin/cc/cc_fbsd/../cc_tools
-I/usr/src/gnu/usr.bin/cc/cc_fbsd/../../../../contrib/gcc.295
-I/usr/src/gnu/usr.bin/cc/cc_fbsd/../../../../contrib/gcc.295/config  -c
/usr/src/gnu/usr.bin/cc/cc_fbsd/../../../../lib/libc/stdio/mktemp.c -o
mktemp.o
/usr/src/gnu/usr.bin/cc/cc_fbsd/../../../../lib/libc/stdio/mktemp.c:38:
syntax error before string constant
/usr/src/gnu/usr.bin/cc/cc_fbsd/../../../../lib/libc/stdio/mktemp.c:38:
warning: data definition has no type or storage class
*** Error code 1

Stop in /usr/src/gnu/usr.bin/cc/cc_fbsd.
*** Error code 1

Stop in /usr/src/gnu/usr.bin/cc.
*** Error code 1



-Seth

To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-current in the body of the message



segfault in getpwuid()?

2002-03-13 Thread Seth Hettich

Can anyone explain this to me?

#0  0x286613cc in _ftello () from /usr/lib/libc.so.5
#1  0x28661358 in ftello () from /usr/lib/libc.so.5
#2  0x286612f6 in ftell () from /usr/lib/libc.so.5
#3  0x28678ef7 in .cerror () from /usr/lib/libc.so.5
#4  0x28676c9e in isatty () from /usr/lib/libc.so.5
#5  0x2865f621 in _nsyy_init_buffer () from /usr/lib/libc.so.5
#6  0x2865f577 in _nsyy_create_buffer () from /usr/lib/libc.so.5
#7  0x2865e9c3 in _nsyylex () from /usr/lib/libc.so.5
#8  0x28657680 in _nsyyparse () from /usr/lib/libc.so.5
#9  0x2865905d in _nsdbtget () from /usr/lib/libc.so.5
#10 0x286591dc in nsdispatch () from /usr/lib/libc.so.5
#11 0x2863085a in getpwuid () from /usr/lib/libc.so.5
#12 0x2814db0e in g_get_any_init () at gutils.c:539
#13 0x2814ddb9 in g_get_home_dir () at gutils.c:623
#14 0x2859bd97 in gnomelib_init () from /usr/X11R6/lib/libgnome.so.5
#15 0x282123bf in gnome_init_with_popt_table ()
from /usr/X11R6/lib/libgnomeui.so.5
#16 0x282124ae in gnome_init () from /usr/X11R6/lib/libgnomeui.so.5
#17 0x281765b5 in gnome_CORBA_init () from /usr/X11R6/lib/libgnorba.so.5
#18 0x805dddb in main ()
#19 0x8058ee5 in _start ()

A listing at #12:

534 #  endif /* !HAVE_GETPWUID_R */
535
536 if (!pw)
537   {
538 setpwent ();
539 pw = getpwuid (getuid ());
540 endpwent ();
541   }
542 if (pw)
543   {

(that's from glib12)

This makes panel,gnome-session, etc all crash on start.


-current as of this morning.


-Seth

To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-current in the body of the message



gnome in -currurent

2002-03-08 Thread Seth Hettich

With the latest source gnome-session, panel, sawfish, etc all:
pid 1096 (gnome-session), uid 1001: exited on signal 10 (core dumped)


gnome-session:
#0  0x285c02ad in exit () from /usr/lib/libc.so.5
#1  0x285be052 in __qdivrem () from /usr/lib/libc.so.5
#2  0x285a6975 in _nsyy_create_buffer () from /usr/lib/libc.so.5
#3  0x285a68cb in _nsyy_switch_to_buffer () from /usr/lib/libc.so.5
#4  0x285a5d17 in __putlong () from /usr/lib/libc.so.5
#5  0x2859e960 in ___toupper () from /usr/lib/libc.so.5
#6  0x285a0349 in _nsdbtget () from /usr/lib/libc.so.5
#7  0x285a04c8 in _nsdbtput () from /usr/lib/libc.so.5
#8  0x2857772a in netname2host () from /usr/lib/libc.so.5
#9  0x2850aa1f in g_get_any_init () from /usr/local/lib/libglib12.so.3
#10 0x2850accd in g_get_home_dir () from /usr/local/lib/libglib12.so.3
#11 0x28499d97 in gnomelib_init () from /usr/X11R6/lib/libgnome.so.5
#12 0x804ffe4 in main ()
#13 0x804d1d1 in _start ()


panel:
#0  0x286792ad in exit () from /usr/lib/libc.so.5
#1  0x28677052 in __qdivrem () from /usr/lib/libc.so.5
#2  0x2865f975 in _nsyy_create_buffer () from /usr/lib/libc.so.5
#3  0x2865f8cb in _nsyy_switch_to_buffer () from /usr/lib/libc.so.5
#4  0x2865ed17 in __putlong () from /usr/lib/libc.so.5
#5  0x28657960 in ___toupper () from /usr/lib/libc.so.5
#6  0x28659349 in _nsdbtget () from /usr/lib/libc.so.5
#7  0x286594c8 in _nsdbtput () from /usr/lib/libc.so.5
#8  0x2863072a in netname2host () from /usr/lib/libc.so.5
#9  0x2814da1f in g_get_any_init () from /usr/local/lib/libglib12.so.3
#10 0x2814dccd in g_get_home_dir () from /usr/local/lib/libglib12.so.3
#11 0x2859bd97 in gnomelib_init () from /usr/X11R6/lib/libgnome.so.5
#12 0x282123bf in gnome_init_with_popt_table ()
from /usr/X11R6/lib/libgnomeui.so.5
#13 0x282124ae in gnome_init () from /usr/X11R6/lib/libgnomeui.so.5
#14 0x281765b5 in gnome_CORBA_init () from /usr/X11R6/lib/libgnorba.so.5
#15 0x805dcef in main ()
#16 0x8058ee5 in _start ()



sawfish:
#0  0x2807413a in reloc_plt () from /usr/libexec/ld-elf.so.1
#1  0x28071b7c in find_symdef () from /usr/libexec/ld-elf.so.1
#2  0x280706af in _rtld () from /usr/libexec/ld-elf.so.1



etc.

Is this happening to anyone else?  I recompiled most of these w/ the latest
port...

-Seth

To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-current in the body of the message



smbfs in -current?

2002-03-06 Thread Seth Hettich

The NOTES has no real info, and I don't see a man page... how
is this supposed to work?

I'm getting lots of:
smbfs_smb.o: In function `smbfs_smb_lockandx':
/usr/src/sys/i386/compile/SJH/../../../fs/smbfs/smbfs_smb.c(.text+0x90):
undefin
ed reference to `mb_put_uint8'


I have both:
options SMBFS
options NETSMB


in my config.

Perhaps someone could give a little explanation, and add it to NOTES?

-Seth

To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-current in the body of the message