Hi,
I put a patch to Phabricator and Github.
https://reviews.freebsd.org/D1542
https://github.com/kuriyama/freebsd/compare/openssl-digest-return-value
Any comments are welcome!
DESCRIPTION
OpenSSL changed return value type of *_{Init,Update,Final}() functions
at 2001 [1]. Our
kmgr locks are held on the return to userspace, but I'll have to dig
> them up tomorrow and send them to you. Basically, it adds a per-thread
> lockmgr lock count in a thread-local variable, incrementing for each lock,
> and decrementing for each release, and then KASSERT()
We might then ask you to use
> the "show locks" command on various processes. You'll need to have DDB
> and WITNESS compiled in.
I got it.
http://www.imgsrc.co.jp/~kuriyama/BSD/lock-20031202.log
--
Jun Kuriyama <[EMAIL PROTECTED]> // IMG
We might then ask you to use
> the "show locks" command on various processes. You'll need to have DDB
> and WITNESS compiled in.
He he, I of course have serial console, DDB and WITNESS. They are
good safety belf fot -current users, isn't it? :-)
I'll post informati
time.
> I think I have a weekly run report somewhere, reporting 'vm exhaustion'
> errors. I can dig it up if it's helpful.
> At the time, the box had 128Megs of RAM and 256MB swap, P-III 450.
My box has 2GB memory, so it would be enough. My box makes world and
release nig
is box has
serial console.
--
Jun Kuriyama <[EMAIL PROTECTED]> // IMG SRC, Inc.
<[EMAIL PROTECTED]> // FreeBSD Project
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, se
At Sat, 29 Nov 2003 01:02:59 + (UTC),
Matt Bell wrote:
> is there still an ongoing problem with anoncvs?
>
> anoncvs.freebsd.org(209.181.243.20):2401 failed: Connection refused
Sorry, this box is waiting for console operation after upgrading
failure.
--
Jun Kuriyama <[EMA
d 5.1R but
> the result were the same.
I haven't seen fast USB floppy drive. So I think all of USB floppy
drive may be too slow...
--
Jun Kuriyama <[EMAIL PROTECTED]> // IMG SRC, Inc.
<[EMAIL PROTECTED]> // FreeBSD Project
__
ot;, fs.m));
893 /*
894 * Sanity check: page must be completely valid or it is not fit to
895 * map into user space. vm_pager_get_pages() ensures this.
--
Jun Kuriyama <[EMAIL PROTECTED]> // IMG SRC, Inc.
<[EMAIL PROTECTE
dr = 96, fs_pendingblocks = 0, fs_pendinginodes = 0, fs_snapinum = {
0 }, fs_avgfilesize = 16384, fs_avgfpdir = 64,
fs_save_cgsize = 0, fs_sparecon32 = {0 }, fs_flags = 0,
fs_contigsumsize = 16, fs_maxsymlinklen = 60, fs_old_inodefmt = 2,
fs_maxfilesize = 4402345721855, fs_qbmask = 4
> p is correct. I tried again without changing the slices at all, and
> when newfs ran the install stopped with this error: "newfs: Cannot
> retrieve operator gid".
I saw "p" slice too. Is your disk is fresh one (no write after
buying), or already used one?
--
; and enter at prompt.
--
Jun Kuriyama <[EMAIL PROTECTED]> // IMG SRC, Inc.
<[EMAIL PROTECTED]> // FreeBSD Project
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to "[EMAIL PROTECTED]"
At Fri, 31 Oct 2003 16:56:43 + (UTC),
Stephane Raimbault wrote:
> Does anyone have any thoughts regarding this? I would like to get 5.1 on
> this server.
How about trying with -v at boot?
--
Jun Kuriyama <[EMAIL PROTECTED]> // IMG SRC, Inc.
<[EMAIL PROTECT
e. Does anyone
> know what is going on?
Hmm, on my environment, freebsd.cf is built correctly. Is there
freebsd.submit.cf in the same directory?
--
Jun Kuriyama <[EMAIL PROTECTED]> // IMG SRC, Inc.
___
[EMAIL PROTECTED] mailing list
http://li
ed leading to a NULL
> pointer dereference when the object is locked.
>
> Tested by: rwatson
>
> Revision ChangesPath
> 1.208 +5 -2 src/sys/fs/specfs/spec_vnops.c
--
Jun Kuriyama <[EMAIL PROTECTED]> // IMG SRC, Inc.
<[EMAIL PROTECTED]&g
aturday.
I hope we can fix this today, but I'm not sure we can do that...
--
Jun Kuriyama <[EMAIL PROTECTED]> // IMG SRC, Inc.
<[EMAIL PROTECTED]> // FreeBSD Project
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.or
king about memory corruption. But if
> vp->v_object is NULL, then it could be we're not creating a VM object
> along some code path.
FWIW, ffs_getpages() at ffs_vnops.c:938, dp->v_object is NULL. Where
this should be allocated?
--
Jun Kuriyama <[EMAIL PROTE
alking about memory corruption. But if
> vp->v_object is NULL, then it could be we're not creating a VM object
> along some code path.
At least I checked with printf() debugging, it seems vp->v_object is
NULL.
Should I check in ffs_getpages(), too?
--
Jun Kuriyama <[EMAIL
gt;i_devvp->v_object in ffs_getpages() (the caller of
spec_getpages() via VOP_GETPAGES()) is also NULL.
I don't know where this should be initialized...
--
Jun Kuriyama <[EMAIL PROTECTED]> // IMG SRC, Inc.
<[EMAIL PROTECTED]> // FreeBSD Project
___
I got a reproducable panic when installing current snapshot on VMware
3.x on Windows XP.
Sorry, panic message and trace is PNG image captured on Windows:
http://www.imgsrc.co.jp/~kuriyama/tmp/20030808.png
If more information is needed, please let me know.
--
Jun Kuriyama <[EMAIL PROTEC
Hmm, it seems this macro is John's baby. John?
At Mon, 28 Jul 2003 02:00:50 + (UTC),
Thomas Moestl wrote:
>
> [1 ]
> On Mon, 2003/07/28 at 09:30:08 +0900, Jun Kuriyama wrote:
> >
> > Is this caused by -oS option?
> >
> > - in making BOOTMFS in
At Mon, 28 Jul 2003 00:30:35 + (UTC),
kuriyama wrote:
> Is this caused by -oS option?
Grrr, of course this should be s/-oS/-Os/.
These warnings are caused from DROP_GIANT() macro. By tracking this
down, actual source is __PCPU_GET() macro (line: 115) in
sys/i386/include/pcp
/geom_dev.c:340: warning: dereferencing type-punned pointer will
break strict-aliasing rules
*** Error code 1
1 error
--
Jun Kuriyama <[EMAIL PROTECTED]> // IMG SRC, Inc.
<[EMAIL PROTECTED]> // FreeBSD Project
___
[EMAIL P
ow -c exp.c
exp.c: In function `main':
exp.c:4: warning: declaration of `exp' shadows a global declaration
:0: warning: shadowed declaration is here
--
Jun Kuriyama <[EMAIL PROTECTED]> // IMG SRC, Inc.
<[EMAIL PROTECTED]> // FreeBSD Project
_
(exp);
- return exp = NULL;
+ free(expr);
+ return expr = NULL;
}
- return exp;
+ return expr;
}
--
Jun Kuriyama <[EMAIL PROTECTED]> // IMG SRC, Inc.
<[EMAIL PROTECTED]> // FreeBSD Project
___
th same config). Is MUTEX_PROFILING not passed to kernel module
building?
--
Jun Kuriyama <[EMAIL PROTECTED]> // IMG SRC, Inc.
<[EMAIL PROTECTED]> // FreeBSD Project
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.
At Fri, 27 Jun 2003 09:37:40 + (UTC),
kuriyama wrote:
> (kgdb) l *linux_brk+0x1a
> 0xc19d24ca is in linux_brk
> (/.a/black/host/disk/arena/home/kuriyama/ncvs/src/sys/compat/linux/linux_misc.c:217).
> 212
> 213 #ifdef DEBUG
> 214 if (
19d24ca is in linux_brk
(/.a/black/host/disk/arena/home/kuriyama/ncvs/src/sys/compat/linux/linux_misc.c:217).
212
213 #ifdef DEBUG
214 if (ldebug(brk))
215 printf(ARGS(brk, "%p"), (void *)args->dsend);
216 #endif
217 old = (vm_offse
emove(c3b09b00,282df000,282e,0,c829eda8) at vm_map_remove+0x58
munmap(c829f980,e8ff4d10,c0410a80,3fd,2) at munmap+0x9e
syscall(2f,2f,2f,c7000,1000) at syscall+0x26e
Xint0x80_syscall() at Xint0x80_syscall+0x1d
--- syscall (73), eip = 0x28251f33, esp = 0xbfbef80c, ebp = 0xbfbef838 ---
--
Jun Kuriyama <[EMAIL P
sym SIO_PRT=${BOOT_COMCONSOLE_PORT}
+all: ${OBJS} kgzldr.o
+
kgzldr.o: ${OBJS}
${CC} ${LDFLAGS} -o ${.TARGET} ${OBJS}
+
+realinstall:
+ ${INSTALL} -o ${BINOWN} -g ${BINGRP} -m ${LIBMODE} \
+ kgzldr.o ${DESTDIR}${BINDIR}
.include
--
Jun Kuriyama <[EMAIL PROT
is causes problem when installing on the other box as mounting
/usr/src and /usr/obj.
I'll appreciate if you can teach me how to build absolute-path-free
objdir in another way...
--
Jun Kuriyama <[EMAIL PROTECTED]> // IMG SRC, Inc.
<[EMAIL PROTECTED]> // FreeBSD Proje
3 Jun 2000 11:39:36 - 1.3
+++ usr.bin/less/Makefile.common23 Jan 2003 23:22:06 -
@@ -8,4 +8,4 @@
.SUFFIXES: .nro .1
.nro.1:
- ln -s ${.IMPSRC} ${.TARGET}
+ cp ${.IMPSRC} ${.TARGET}
--
Jun Kuriyama <[EMAIL PROTECTED]> // IMG SRC, Inc.
&
evice
pass1: 16.000MB/s transfers
--
Jun Kuriyama <[EMAIL PROTECTED]> // IMG SRC, Inc.
<[EMAIL PROTECTED]> // FreeBSD Project
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsub
(c01f8b90,c3afc100,e1190d48) at fork_exit+0xc4
fork_trampoline() at fork_trampoline+0x1a
--- trap 0x1, eip = 0, esp = 0xe1190d7c, ebp = 0 ---
db> panic
panic: from debugger
cpuid = 0; lapic.id =
boot() called on cpu#0
Uptime: 1h41m22s
Dumping 2047 MB
ata2: resetting devices ..
done
--
At Thu, 13 Mar 2003 23:24:03 +0100,
Stefan Farfeleder wrote:
> There's a patch from phk at http://phk.freebsd.dk/patch/ken.patch which
> works for me (though it breaks gkrellm :)
Thaks! I missed previous thread of this subject. I'll try that
patch.
--
Jun Kuriyama <[EMAIL
does this mean?
--
Jun Kuriyama <[EMAIL PROTECTED]> // IMG SRC, Inc.
<[EMAIL PROTECTED]> // FreeBSD Project
To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message
At Mon, 27 Jan 2003 11:58:34 +0100 (CET),
Martin Blapp wrote:
> Can you try to cvsup on both boxes and then manually rebuild
> libc, mountd, rpcbind, nfsd.
Hmm, 5.0-RELEASE box is difficult to upgrade to HEAD.
I'll try to update my box to the latest of HEAD tomorrow.
--
Jun Kuriy
to find the case which is easy to reproduce.
--
Jun Kuriyama <[EMAIL PROTECTED]> // IMG SRC, Inc.
To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message
2003/01/15 23:27:31 PST
Modified files:
usr.sbin/mountd mountd.c
Log:
Implement nonblocking tpc-connections. rpcgen -m does still
produce backcompatible code.
I don't know the problem is in amd or mountd. I fear other programs
are broken with this commit...
--
(target
device has root:operator and crw-r-).
This behavior is understandable. But in actual backup operations,
what should we do? I'd like to hear what you thought in design.
(1) Do dump as root with -L option.
(2) Do chmod g+w for device.
(3) Other ideas?
--
Jun Kuriyama <[EMAIL
660 and others)
> link_elf: symbol rc4_init undefined
I got same result on today's snapshot of HEAD (20030113-JPSNAP). I'm
using {kern,mfsroot}.flp and FTP installation.
--
Jun Kuriyama <[EMAIL PROTECTED]> // IMG SRC, Inc.
<[EMAIL PROTECTED]> // FreeB
1440 -L test /dev/md1
/dev/md1: 2847 sectors in 2847 FAT12 clusters (512 bytes/cluster)
bps=512 spc=1 res=1 nft=2 rde=224 sec=2880 mid=0xf0 spf=9 spt=18 hds=2 hid=0
% sudo mount -t msdos /dev/md1 /mnt
msdosfs: /dev/md1: No such file or directory
How should I do?
--
Jun Kuriyama <[EMAIL P
../../geom/geom_slice.c:298
--
Jun Kuriyama <[EMAIL PROTECTED]> // IMG SRC, Inc.
<[EMAIL PROTECTED]> // FreeBSD Project
To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message
f)
> E:78172289 = (ff/ef/ff)
>
> 1S:63 = (0/1/1) E:128519 = (7/fe/3f)
> S:128520 = (8/0/1)
> E:120101939 = (ff/fe/ff)
This is known issue. Removing there debug stuff will be removed
before release.
--
Jun Kuriyama <[EMAIL PROTECTED]> // IMG SRC, Inc.
<[EMAIL P
lector for NT).
Can I do something for debugging?
--
Jun Kuriyama <[EMAIL PROTECTED]> // IMG SRC, Inc.
<[EMAIL PROTECTED]> // FreeBSD Project
To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message
kewhatis.1 makewhatis.local.8
+SCRIPTS=makewhatis.local.sh
+MAN= makewhatis.local.8
libexecdir=/usr/libexec
LINKS=${libexecdir}/makewhatis.local ${libexecdir}/catman.local
--
Jun Kuriyama <[EMAIL PROTECTED]> // IMG SRC, Inc.
<[EMAIL PROTECTED]> // FreeBSD Project
To Uns
DE with dual P-III (1.13GHz). Yes, it works
fine when I removed "options SMP" and "options apic" from kernel
configuration.
--
Jun Kuriyama <[EMAIL PROTECTED]> // IMG SRC, Inc.
<[EMAIL PROTECTED]> // FreeBSD Project
To Unsubscribe: send mail to [EMAI
d locks. BUT ONLY ON A SMP KERNEL!
> I have a non SMP kernel running and things so far
> seem stable. Running the system with only 1 CPU is slow,
> so it'll take a while for me to be sure.
I got same result on my box. Only solution I have is deinstall
dnetc. :-)
--
Jun Kuriyam
es, base and crypto. (I'm
> installing on pc98 machine, so need floppies).
I think latter. You can check by selecting "Custom" after selecting
"Minimal".
--
Jun Kuriyama <[EMAIL PROTECTED]> // IMG SRC, Inc.
<[EMAIL PROTECTED]> // FreeBSD Project
At Sat, 2 Nov 2002 01:03:43 + (UTC),
John De Boskey wrote:
> The only (non-critical)
> problem I've seen so far is refresh problems within
> sysinstall.
I think this is caused by printf()s in libdisk.
--
Jun Kuriyama <[EMAIL PROTECTED]> // IMG SRC, Inc.
At Sat, 2 Nov 2002 02:03:48 + (UTC),
kuriyama wrote:
> I used "BootMgr" in sysinstall. When I booted after install, it
> stopped at:
>
> -
> F1 FreeBSD
>
> Default: F1
> -
Oops, I set "LBA" in BIOS explicitly, it booted fine.
Hmm
[Enter] causes beeping but not go to next
stage.
Is there someone who has successfully installed recent -current with
BootMgr?
--
Jun Kuriyama <[EMAIL PROTECTED]> // IMG SRC, Inc.
<[EMAIL PROTECTED]> // FreeBSD Project
To Unsubscribe: send mail to [EMAIL PROTECTED]
with &
keys.
When I select already formatted drive, it works fine.
Is there a possibility fresh drive is not supported in libdisk?
--
Jun Kuriyama <[EMAIL PROTECTED]> // IMG SRC, Inc.
<[EMAIL PROTECTED]> // FreeBSD Project
To Unsubscribe: send mail to [EMAIL PROTECTED]
with &
At Wed, 30 Oct 2002 13:01:32 +0100,
Dag-Erling Smorgrav wrote:
> Jun Kuriyama <[EMAIL PROTECTED]> writes:
> > I got same result as Poul-Henning. It seems installed libssh.a in
> > chroot does not have mm_auth_krb5().
>
> The *installed* libssh shouldn't mat
I don't know why "-DKRB5" is not defined in libssh building but
is defined in sshd building...
--
Jun Kuriyama <[EMAIL PROTECTED]> // IMG SRC, Inc.
<[EMAIL PROTECTED]> // FreeBSD Project
To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubs
2002
-
I don't know where the system stalled. System does not go to DDB by
signalling from serial console.
Does anyone have any idea for debugging more?
--
Jun Kuriyama <[EMAIL PROTECTED]> // IMG SRC, Inc.
<[EMAIL PROTECTED]> // FreeBSD Project
To Unsubscribe
+++ http.c 27 Oct 2002 06:07:54 -
@@ -179,6 +179,7 @@
return (-1);
io->buf = tmp;
io->bufsize = len;
+ return (0);
}
/*
--
Jun Kuriyama <[EMAIL PROTECTED]> // IMG SRC, Inc.
<[EMAIL PROTECTED]> // FreeBSD Project
To
At Thu, 24 Oct 2002 12:10:53 + (UTC),
kuriyama wrote:
> I've created install CD with "make iso.1" (with sources few hours
> before).
>
> I'm trying to install fresh current box with this CD. But I got
> "MAKEDEV returned non-zero status" dialog a
at devfs environment.
Is this my local problem?
--
Jun Kuriyama <[EMAIL PROTECTED]> // IMG SRC, Inc.
<[EMAIL PROTECTED]> // FreeBSD Project
To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message
ot on run queue
cpuid = 0; lapic.id =
boot() called on cpu#0
Uptime: 10h56m15s
Terminate ACPI
--
Jun Kuriyama <[EMAIL PROTECTED]> // IMG SRC, Inc.
<[EMAIL PROTECTED]> // FreeBSD Project
To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message
;
381 chn_reset(wrch, 0);
382 pcm_chnrelease(wrch);
383 }
384 i_dev->si_drv1 = NULL;
385 i_dev->si_drv2 = NULL;
386
--
Jun Kuriyama <[EMAIL PROTECTED]> // IMG SRC, Inc.
<[EMAIL PROTECTED
tomatic variables, see gcc(1) for details).
Yeah, I know why gcc complains about this. :-)
What I want to know is, our buildworld does not been supported without
-O or not.
--
Jun Kuriyama <[EMAIL PROTECTED]> // IMG SRC, Inc.
To Unsubscribe: send mail to [EMAIL PROTECTED]
with "uns
** Error code 1
--
Jun Kuriyama <[EMAIL PROTECTED]> // IMG SRC, Inc.
<[EMAIL PROTECTED]> // FreeBSD Project
To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message
ascq=0x00 error=0x00
Cannot this drive accept ATAPI_SET_SPEED atapi command?
--
Jun Kuriyama <[EMAIL PROTECTED]> // IMG SRC, Inc.
<[EMAIL PROTECTED]> // FreeBSD Project
To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message
I've installed gdb-5.2_1, but I cannot debug usual code. I've tried
with "-g", "-gstabs+" and "-g -gstabs+" but got same result.
% cat test1.c
int main() { int *p; *p = 1; }
% cc -g test1.c -o test1
% ./test1
Bus error (core dumped)
% gdb52 test1 test1.core
GNU gdb 5.2 (FreeBSD)
Copyright 2002
stall,select,en-US >> chrome/installed-chrome.txt;
> /usr/bin/env LD_LIBRARY_PATH=. MOZILLA_FIVE_HOME=. ./regchrome)
> [1] Segmentation fault (core dumped)
> *** Error code 139
>
> Stop in /usr/ports/www/mozilla.
I got same result, too.
--
Jun Kuriyama <[EMAIL PR
nge_euid(e86bd800,1) at change_euid+0x26
setreuid(e86e1d60,e86f0cf8) at setreuid+0x13b
syscall(2f,2f,2f,bfbff550,1) at syscall+0x299
syscall_with_err_pushed() at syscall_with_err_pushed+0x1b
--- syscall (126, FreeBSD ELF, setreuid), eip = 0x280e8cbf, esp = 0xbfbff3f0, ebp =
0xbfbff40c ---
--
Jun Kur
h.so: undefined reference to
`SSL_get_peer_certificate'
/usr/obj/usr/src/i386/usr/lib/libfetch.so: undefined reference to `SSL_write'
*** Error code 1
Stop in /usr/src/usr.sbin/pkg_install/add.
*** Error code 1
--
Jun Kuriyama <[EMAIL PROTECTED]> // IMG SRC, Inc.
To Unsubscr
0x280b3a0b, esp = 0xbfbff71c, ebp =
0xbfbff748 ---
--
Jun Kuriyama <[EMAIL PROTECTED]> // IMG SRC, Inc.
To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message
be used as
replacement of "-g". I added it to COPTFLAGS and tried again, but no
luck.
makeoptions COPTFLAGS=-gstabs+ #Build kernel with gdb(1) debug symbols
(gdb) core-file /var/crash/vmcore.6
"/var/crash/vmcore.6" is not a core dump: File format not recogniz
/devel/gdb52.
--
Jun Kuriyama <[EMAIL PROTECTED]> // IMG SRC, Inc.
To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message
is not a core dump: File format not recognized
--
Jun Kuriyama <[EMAIL PROTECTED]> // IMG SRC, Inc.
To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message
7) at open+0x155
syscall(2f,2f,2f,804e6a4,2807343a) at syscall+0x205
syscall_with_err_pushed() at syscall_with_err_pushed+0x1b
--- syscall (5, FreeBSD ELF, open), eip = 0x280f4bcb, esp = 0xbfbffa08, ebp =
0xbfbffa44 ---
--
Jun Kuriyama <[EMAIL PROTECTED]> // IMG SRC, Inc.
To Unsubscri
ck" locked from ../../../kern/kern_prot.c:613
--
Jun Kuriyama <[EMAIL PROTECTED]> // IMG SRC, Inc.
To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message
Here is a message of lock order reversal (just fresh current):
lock order reversal
1st 0xe853eb18 process lock (process lock) @ ../../../kern/kern_exec.c:316
2nd 0xc0324400 filelist lock (filelist lock) @ ../../../kern/kern_descrip.c:1112
--
Jun Kuriyama <[EMAIL PROTECTED]> // IMG SR
e|\
makeoptions|\
options|\
profile|\
cpu|\
option|\
maxusers\
)[ \t]/ { print; next }
{ printf("unrecognized line: line %d: %s\n", NR, $0) > "/dev/stderr" }
'
-
--
Jun Kuriyama <[EMAIL PROTECTED]> // IMG SRC, Inc.
<[EMAIL PROTECTED]> // Fre
> No setuid executables ... it's a mystery to me how one encounters this
> code path when running netscape :-(
Hmmm, after patch about FILEDESC_LOCK (1.139), my netscape can run
correctly. (@_@)
--
Jun Kuriyama <[EMAIL PROTECTED]> // IMG SRC, Inc.
<[EMAIL PR
> I have no idea about this. I'm portupgrade'ing linux_base,
> linux-netscape-* port and I'll try this again.
Hmm, I can reproduce this even after upgrading related ports...
--
Jun Kuriyama <[EMAIL PROTECTED]> // IMG SRC, Inc.
<[EMAIL PROT
invoke this without problem...
--
Jun Kuriyama <[EMAIL PROTECTED]> // IMG SRC, Inc.
<[EMAIL PROTECTED]> // FreeBSD Project
-r-xr-xr-x 1 root wheel 293 Apr 22 22:37 /usr/local/bin/navigator-linux-4.79
-r--r--r-- 1 root wheel16934 Oct 17 2001 /usr/local/
d50, uap=0xe805bcdc)
> > at ../../../kern/kern_exec.c:372
>
> My -CURRENT is a few days old. I'll see if updating allows me to
> reproduce the problem.
A kern_descrip.c is updated by tanimura after your r1.137. Could you
try with r1.138?
--
Jun Kuriyama <[EMAIL
lock1->li_line);
533 panic("recurse");
534 }
535 CTR4(KTR_WITNESS, "%s: pid %d recursed on %s r=%d", __func__,
536 td->td_proc->p_pid, lock->lo_name,
537
#ifndef DEBUG_LOCKS
282 return (lockmgr(&vp->v_lock, ap->a_flags, &vp->v_interlock, ap->a_td));
283 #else
284 return (debuglockmgr(&vp->v_lock, ap->a_flags, &vp->v_interlock,
285 ap->a_td, "vop_stdlock"
Today's -current kernel.
lock order reversal
1st 0xe322f024 DIRHASH (UMA zone) @ ../../../vm/uma_core.c:269
2nd 0xc081da94 PCPU 256 (UMA cpu) @ ../../../vm/uma_core.c:1265
--
Jun Kuriyama <[EMAIL PROTECTED]> // IMG SRC, Inc.
<[EMAIL PROTECTED]> // Fr
At Fri, 1 Mar 2002 01:34:17 + (UTC),
John Baldwin wrote:
> That's bad juju panic. :) Are you using witness? If so, did you get a printf
> about sleeping with a lock held?
I forgot to mention, I'm using WITNESS and WITNESS_SKIPSPIN options.
--
Jun Kuriyama <[EMAIL PRO
lock order reversal
everytime I booted.
lock order reversal
1st 0xc036afc0 allproc @ ../../../kern/vfs_syscalls.c:452
2nd 0xc7ecce34 filedesc structure @ ../../../kern/vfs_syscalls.c:457
--
Jun Kuriyama <[EMAIL PROTECTED]> // IMG SRC, Inc.
To Unsubscribe: send mail to [EMAIL PROTECTED]
failed at ../../../kern/kern_mutex.c:126
>
> I have yet to see this, running either:
I cannot reproduce this assertion failure. I'll try to get core if I
got this failure next time.
--
Jun Kuriyama <[EMAIL PROTECTED]> // IMG SRC, Inc.
<[EMAIL PROTECTED]> // Free
Sorry, I forgot to get kernel core for this (today's -current)...
panic: Assertion td->td_proc->p_stat == SRUN || td->td_proc->p_stat == SZOMB ||
td->td_proc->p_stat == SSTOP failed at ../../../kern/kern_mutex.c:126
--
Jun Kuriyama <[EMAIL PROTECTED]> // IMG S
I got this message on today's -current:
lock order reversal
1st 0xc036afc0 allproc @ ../../../kern/vfs_syscalls.c:452
2nd 0xc7ecce34 filedesc structure @ ../../../kern/vfs_syscalls.c:457
--
Jun Kuriyama <[EMAIL PROTECTED]> // IMG SRC, Inc.
To Unsubscribe: send mail to [EMAI
t ar_buf)
$2 = 96
(kgdb) p sizeof(struct buf)
$3 = 364
I'm not familiar with this area, but I think
(1) arstrategy() should allocate enough size to cover "struct buf" for
"struct ar_buf",
(2) bioqdisksort() should not suppose "struct bio *bp" can be
r/libexec/elf/ld: cannot find -lc
*** Error code 1
Stop in /usr/src/kerberos5/lib/libroken.
*** Error code 1
--
Jun Kuriyama <[EMAIL PROTECTED]> // IMG SRC, Inc.
<[EMAIL PROTECTED]> // FreeBSD Project
To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe fr
r/libexec/elf/ld: cannot find -lc
*** Error code 1
Stop in /usr/src/kerberos5/lib/libroken.
*** Error code 1
--
Jun Kuriyama <[EMAIL PROTECTED]> // IMG SRC, Inc.
<[EMAIL PROTECTED]> // FreeBSD Project
To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe fr
break;
94 if (bn != NULL) {
95 mtx_lock(&dksort_mtx);
--
Jun Kuriyama <[EMAIL PROTECTED]> // IMG SRC, Inc.
<[EMAIL PROTECTED]> // FreeBSD Project
To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message
OTOBUF(bn)->b_vp)
93 break;
94 if (bn != NULL) {
95 mtx_lock(&dksort_mtx);
--
Jun Kuriyama <[EMAIL PROTECTED]> // IMG SRC, Inc.
<[EMAIL PROTECTED]> // FreeBSD Project
To Unsubsc
REACHED */
3210 }
3211}
-
--
Jun Kuriyama <[EMAIL PROTECTED]> // IMG SRC, Inc.
To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message
pushed+0x1b
--- syscall (147, FreeBSD ELF, setsid), eip = 0x280b5a43, esp =0xbfbff700, ebp =
0xbfbffcac ---
--
Jun Kuriyama <[EMAIL PROTECTED]> // IMG SRC, Inc.
<[EMAIL PROTECTED]> // FreeBSD Project
To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe fre
AG_UCODE;
> - CSR_WRITE_4(sc, FXP_CSR_PORT, FXP_PORT_SOFTWARE_RESET);
> + CSR_WRITE_4(sc, FXP_CSR_PORT, FXP_PORT_SELECTIVE_RESET);
> DELAY(50);
>
> /*
--
Jun Kuriyama <[EMAIL PROTECTED]> // IMG SRC, Inc.
<[EMAIL PROTECTED]> // FreeBSD Project
To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-stable" in the body of the message
--- End Message ---
B, too.
So it is difficult to send dump. If you can instruct how I should do,
I'll follow you.
--
Jun Kuriyama <[EMAIL PROTECTED]> // IMG SRC, Inc.
To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message
48) at fork_exit+0x9c
fork_trampoline() at fork_trampoline+0x8
--
Jun Kuriyama <[EMAIL PROTECTED]> // IMG SRC, Inc.
<[EMAIL PROTECTED]> // FreeBSD Project
To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message
ine 36
*** Error code 69
Stop in /usr/src/share/colldef.
*** Error code 1
Stop in /usr/src/share.
*** Error code 1
--
Jun Kuriyama <[EMAIL PROTECTED]> // IMG SRC, Inc.
<[EMAIL PROTECTED]> // FreeBSD Project
To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsu
_reset] *ERROR* mga_dma_reset
called without lock held
-
I re-installed XFree86-Server and drm-kmod but X is still really slow.
I'm using X without mga.ko (this shows reasonable speed).
Does anyone know any hints about this?
--
Jun Kuriyama <[EMAIL PROTECTED]> // IMG SRC, Inc.
1 - 100 of 193 matches
Mail list logo