f77 abort

2005-08-04 Thread Danny Braniss
hi, this 11k lines of fortran compile and run under Linux, on FreeBSD 5.4, compiling with f77 produces a binary, apparently without errors, but executing it, inmediately gives 'Abort', ldd gives signal 6 ktrace is not very helpful :-) 36372 ktrace RET ktrace 0 36372 ktrace

Re: f77 abort

2005-08-04 Thread David Malone
On Thu, Aug 04, 2005 at 11:00:46AM +0300, Danny Braniss wrote: > this 11k lines of fortran compile and run under Linux, > on FreeBSD 5.4, compiling with f77 produces a binary, apparently without > errors, but > executing it, inmediately gives 'Abort', ldd gives signal 6 > ktrace is not

Re: f77 abort

2005-08-04 Thread Danny Braniss
> On Thu, Aug 04, 2005 at 11:00:46AM +0300, Danny Braniss wrote: > > this 11k lines of fortran compile and run under Linux, > > on FreeBSD 5.4, compiling with f77 produces a binary, apparently without > > errors, but > > executing it, inmediately gives 'Abort', ldd gives signal 6 > > ktrac

Re: kernel: bge0: watchdog timeout -- resetting

2005-08-04 Thread Raphael H. Becker
On Wed, Aug 03, 2005 at 05:41:42PM +0200, Raphael H. Becker wrote: > On Tue, Jul 05, 2005 at 10:02:33AM +0200, Uzi Klein wrote: > > Ever since i upgraded to 5.4-RELEASE-p3 i get these entries in > > /var/log/messages once in a while : > > > > kernel: bge0: watchdog timeout -- resetting > > Same

``shutdown -p now'' not working in 5.4 STABLE

2005-08-04 Thread Mike Eubanks
I have finished migrating my system from 5.1-RELEASE to 5.4-STABLE. The system no longer powers down using either the `shutdown -p now' or `acpiconf -s 5' commands. Instead it always restarts. I have tried the GENERIC kernel as well as several custom kernels. I'm stuck at this point. Are there

``shutdown -p now'' not working in 5.4 STABLE

2005-08-04 Thread Mike Eubanks
I have finished migrating my system from 5.1-RELEASE to 5.4-STABLE. The system no longer powers down using either the `shutdown -p now' or `acpiconf -s 5' commands. Instead it always restarts. I have tried the GENERIC kernel as well as several custom kernels. I'm stuck at this point. Are there

Re: ``shutdown -p now'' not working in 5.4 STABLE

2005-08-04 Thread Garance A Drosihn
At 1:32 PM -0700 8/4/05, Mike Eubanks wrote: I have finished migrating my system from 5.1-RELEASE to 5.4-STABLE. The system no longer powers down using either the `shutdown -p now' or `acpiconf -s 5' commands. Instead it always restarts. This won't help much, but I have a system running 5.4-ST

Re: ``shutdown -p now'' not working in 5.4 STABLE

2005-08-04 Thread J. Nyhuis
Wouldn't you want a -h for "halt" to prevent it from powering back up? Thanks, John H. Nyhuis Sr. Computer Specialist Dept. of Pediatrics HS RR349B, Box 356320 University of Washington Desk: (206)-685-3884 [EMAIL PROTECTED] On Thu, 4 Aug 2005, Garance A Drosihn wrote: At 1:32 PM -07

Re: ``shutdown -p now'' not working in 5.4 STABLE

2005-08-04 Thread Mike Eubanks
On Thu, 2005-08-04 at 17:09 -0400, Garance A Drosihn wrote: > At 1:32 PM -0700 8/4/05, Mike Eubanks wrote: > >I have finished migrating my system from 5.1-RELEASE to 5.4-STABLE. > >The system no longer powers down using either the `shutdown -p now' > >or `acpiconf -s 5' commands. Instead it always

Re: ``shutdown -p now'' not working in 5.4 STABLE

2005-08-04 Thread Mike Eubanks
On Thu, 2005-08-04 at 14:21 -0700, J. Nyhuis wrote: > Wouldn't you want a -h for "halt" to prevent it from powering back > up? > > Thanks, > > John H. Nyhuis > Sr. Computer Specialist > Dept. of Pediatrics > HS RR349B, Box 356320 > University of Washington > Desk: (206)-685-3884 > [E

yes

2005-08-04 Thread David Moreno
___ freebsd-stable@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-stable To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Re: ``shutdown -p now'' not working in 5.4 STABLE

2005-08-04 Thread ajm
On Thu, Aug 04, 2005 at 02:25:17PM -0700, Mike Eubanks wrote: > On Thu, 2005-08-04 at 17:09 -0400, Garance A Drosihn wrote: > > At 1:32 PM -0700 8/4/05, Mike Eubanks wrote: > > >I have finished migrating my system from 5.1-RELEASE to 5.4-STABLE. > > >The system no longer powers down using either th

Re: ``shutdown -p now'' not working in 5.4 STABLE

2005-08-04 Thread Mike Eubanks
On Thu, 2005-08-04 at 19:14 -0400, Garance A Drosihn wrote: > At 2:25 PM -0700 8/4/05, Mike Eubanks wrote: > >On Thu, 2005-08-04 at 17:09 -0400, Garance A Drosihn wrote: > >> At 1:32 PM -0700 8/4/05, Mike Eubanks wrote: > >> >I have finished migrating my system from 5.1-RELEASE to 5.4-STABLE. > >

Re: RELENG_5 PAE panic

2005-08-04 Thread Frank McConnell
Further debugging led me to the conclusion that the problem is in pmap_protect(), in src/sys/i386/i386/pmap.c; and has to do with a 32-bit-truncated pt_entry_t being passed to PHYS_TO_VM_PAGE(). (pt_entry_t is 64 bits if the kernel is built with PAE.) This caused a page fault in vm_page_flag_set()