Pav Lucistnik wrote:
What am I missing here?
Let we have a function called popup(). Inside this function there is
this code:
list = get_children(ds, x, TYPE_ELEMENT);
gdb shows these values:
(gdb) print ds
$46 = (Type *) 0x1
(gdb) print x
$47 = 0x86adb80
So far, everything is fine. Now, let step
What am I missing here?
Let we have a function called popup(). Inside this function there is
this code:
list = get_children(ds, x, TYPE_ELEMENT);
gdb shows these values:
(gdb) print ds
$46 = (Type *) 0x1
(gdb) print x
$47 = 0x86adb80
So far, everything is fine. Now, let step down one frame in
On Fri, Aug 29, 2003 at 06:37:38PM +, omestre wrote:
>
> Hello,
> I have a FreeBSD web server (diskless), running a 4.7 kernel
> and with a 4.5 filesystem. In Linux environment, the kernel and user-land
> programs do not fight.
In FreeBSD you can't do this. FreeBSD is a complete system, no
On 28 Aug 2003, at 17:34, Marc Ramirez wrote:
> c0271430 T vm_page_remove
> c02714f8 T vm_page_lookup
Your fault address is between those two, so it happened sometime
after you entered vm_page_remove.
This particular failure is often related to running out of KVM/KVA
space (or hardware problem
Hello,
I have a FreeBSD web server (diskless), running a 4.7 kernel
and with a 4.5 filesystem. In Linux environment, the kernel and user-land
programs do not fight.
Well, i'm having problems, with 15 our 20 days of uptime the system
becomes very slow... and the *reboot* put everything in the p
[cc: net cause it belongs there even]
This is my situation now:
[EMAIL PROTECTED] n_dimensions]# ngctl msg classifier_mast: stop
^C^C^C^C^C^C^C^C^C^C^C^C^C^C^C^C^C^C^C^C^C^C^C^C^C^C^C
and this is ps axl:
0 416 203 0 -20 0 900 440 netgra D+v10:00.01 ngctl msg cl
and if i
I'm currently running several -CURRENT systems with libc_r mapped to
libthr via libmap.conf. One is running postfix and BIND8 (I'm planning
to upgrade to 9 this weekend). The other's running KDE but has GNOME
installed as well.
I'd be happy to do performance testing with the various thread
libra
On Thu, Aug 28, 2003 at 05:34:29PM -0400, Marc Ramirez wrote:
>
> supped as of ~ 1:40pm EST today
>
> The panic:
>
> Fatal trap 12: page fault while in kernel mode
This is probably hardware-related, but it's possible it may be due to
a kernel problem. As a first step, you need to try and get a
Hi
I am setting up a gateway for a friend and he want it to firewall and
traffic shape.
The network:
Router (running NAT and PPP)
|(192.168.1.1)
|(no ip)
Gateway (FreeBSD 5.1, ipfw + dummynet and DHCP to the LAN)
|(192.168.2.1 to the LAN and 192.168.3.1 to the DMZ)
|\
| \
| DMZ(192.168.3.0
Hello !
In file sys/net/bpf.c CVS revision 1.95 introduce a error. It is wrong
if a program use not default setting flag BIOCGSEESENT. Locally
generated packet may be copy in user space if flag BIOCGSEESENT set to one.
http://vys.renet.ru/patchs/freebsd-5.1-bpf-1.2.patch
This patch required
Hi,
I am using a Dual PIII PC with a 3ware Raid Card. I have cvsup yesterday, install
buildworld and tried both the 4BSD/ULE scheduler.
I have installed these packages that I have compiled in an FreeBSD 5.1 release machine:
XFree86 4.3
KDE 3.1.3/Konq
Mozilla 1.4
Openoffice
xmms
While changin
Mikulas Patocka wrote:
I am reading FreeBSD ATA drivers because I want to use them as base for my
ATA driver and I found a total nonsence: in ata-dma.c in FreeBSD 4.8,
there is line
if (!((pci_read_config(parent,0x40,4)>>(ch->unit<<8))&0x4000)) {
Hm, it should be (IMHO)
if (!((pci_read_co
12 matches
Mail list logo