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
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
> 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
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
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
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
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
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
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
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
___
freebsd-stable@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-stable
To unsubscribe, send any mail to "[EMAIL PROTECTED]"
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
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.
> >
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()
14 matches
Mail list logo