Hi, A panic occured on tmpfs overfill. /tmp with tmpmfs was configured for 100MB size. Backtrace from debugger: db> where Tracing pid 60288 tid 100299 td 0xffffff02c3cba980 putc() at putc+0xa9 ttyoutput() at ttyoutput+0x2d tputchar() at tputchar+0x35 putchar() at putchar+0xf8 kvprintf() at kvprintf+0x91 uprintf() at uprintf+0x22c ffs_realloccg() at ffs_realloccg+0x974 ffs_balloc_ufs2() at ffs_balloc_ufs2+0x667 ffs_write() at ffs_write+0x28a VOP_WRITE_APV() at VOP_WRITE_APV+0x6c vn_write() at vn_write+0x1f3 dofilewrite() at dofilewrite+0x86 kern_writev() at kern_writev+0x51 write() at write+0x4a syscall() at syscall+0x642 Xfast_syscall() at Xfast_syscall+0xa8 --- syscall (4, FreeBSD ELF64, write), rip = 0x3ef888bc, rsp 0x7fffffffe008, rbp = 0x1000 ---
On Fri, Sep 16, 2005 at 05:14:49PM +0200, Slawek Zak wrote:> Hi, > > A panic occured on tmpfs overfill. /tmp with tmpmfs was configured for > 100MB size. Backtrace from debugger: > > db> where > Tracing pid 60288 tid 100299 td 0xffffff02c3cba980 > putc() at putc+0xa9 > ttyoutput() at ttyoutput+0x2d > tputchar() at tputchar+0x35 > putchar() at putchar+0xf8 > kvprintf() at kvprintf+0x91 > uprintf() at uprintf+0x22cKnown problem, it will hopefully be addressed in 6.0. Kris -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 187 bytes Desc: not available Url : http://lists.freebsd.org/pipermail/freebsd-stable/attachments/20050916/25b2402b/attachment.bin
This is a well known problem. A fix is hopefully being worked on. Scott Slawek Zak wrote:> Hi, > > A panic occured on tmpfs overfill. /tmp with tmpmfs was configured for > 100MB size. Backtrace from debugger: > > db> where > Tracing pid 60288 tid 100299 td 0xffffff02c3cba980 > putc() at putc+0xa9 > ttyoutput() at ttyoutput+0x2d > tputchar() at tputchar+0x35 > putchar() at putchar+0xf8 > kvprintf() at kvprintf+0x91 > uprintf() at uprintf+0x22c > ffs_realloccg() at ffs_realloccg+0x974 > ffs_balloc_ufs2() at ffs_balloc_ufs2+0x667 > ffs_write() at ffs_write+0x28a > VOP_WRITE_APV() at VOP_WRITE_APV+0x6c > vn_write() at vn_write+0x1f3 > dofilewrite() at dofilewrite+0x86 > kern_writev() at kern_writev+0x51 > write() at write+0x4a > syscall() at syscall+0x642 > Xfast_syscall() at Xfast_syscall+0xa8 > --- syscall (4, FreeBSD ELF64, write), rip = 0x3ef888bc, rsp > 0x7fffffffe008, rbp = 0x1000 --- > _______________________________________________ > freebsd-stable@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-stable > To unsubscribe, send any mail to "freebsd-stable-unsubscribe@freebsd.org"