On Wed, Nov 16, 2011 at 1:04 PM, Dipl.-Ing. Markus Wawersich
<[email protected]> wrote:
> Hi,
>
> I have used sendbug to send this bugreport, but I don't got any message
from
> You.
> And the Bug Tracking system on http://www.openbsd.org/query-pr.html don't
> work
> (klick on "Query" => The requested URL /cgi-bin/query-pr-wrapper was not
found
> on this server
>
> So I send this report as email (again ?):
>
> hope this is ok.
>

it's the only way it works currently, so yes, it's ok.

>
=============================================================================
> =====
>>Synopsis:      sharity-light => uvm_fault
>>Category:      kernel
>>Environment:
>        System      : OpenBSD 5.0
>        Details     : OpenBSD 5.0 (GENERIC) #43: Wed Aug 17 10:10:52 MDT
2011
>                        
[email protected]:/usr/src/sys/arch/i386/comp
> ile/GENERIC
>
>        Architecture: OpenBSD.i386
>        Machine     : i386
>>Description:
>
> I have tested this issue with 3 different computers with OpenBSD 5.0.
> I keep getting the same crash.
> I have tested the bsd Kernel from 5.0 and this one:
> http://openbsd.cs.fau.de/pub/OpenBSD/snapshots/i386/bsd
> Always the same result.
>
> I want to synchronize a samba share (mounted with shlight) with rsync.
> But it crashes again and again. So I have reduced the issu to this simple
> steps:
> - mount a share with shlight
> - chown a folder of the share
> - ls the folder
>
>
>>How-To-Repeat:
> You need:
> - OpenBSD 5.0
> - the package "sharity-light-1.3p0.tgz"
> - a linux server with samba (I think an ObenBSD or Windows server is also
OK)
>
> Then mount the samba-share
>
> mkdir /tmp/server
> shlight //<server-ip>/<name of the share> /tmp/server -n
> mkdir /tmp/server/new-folder
> chown nobody /tmp/server/new-folder
> ls /tmp/server/new-folder
>
> then You see :
> ___________________________________________________________________________
> uvm_fault(0xd09fa3c0, 0xefffa000, 0, 3) -> d
> kernel: page fault trap, code=0
> Stopped at      cache_zap+0x23: movl    %eax,0x4(%edx)
> ddb>

this is where you should run `trace', `ps', `show registers', etc.

> ddb> boot sync
> syncing disks... panic: rw_enter: vfslock locking against myself
> Stopped at      Debugger+0x4:   popl    %ebp
> RUN AT LEAST 'trace' AND 'ps' AND INCLUDE OUTPUT WHEN REPORTING THIS PANIC!
> DO NOT EVEN BOTHER REPORTING THIS WITHOUT INCLUDING THAT INFORMATION!
> ddb> trace

not here.

cheers!

Reply via email to