Le 04/09/2013 17:01, Alexander a écrit :
> ...
> #8 0x80319390 in drm_attach (kdev=,
> idlist=) at /usr/src/sys/dev/drm/drm_drv.c:462
> ...
In this stack trace, it appears that the "drm" code is used, not "drm2".
Do you have "device drm" in your kernel config? If yes, please remove
it,
05.09.2013 17:30, John Baldwin wrote:
> On Thursday, September 05, 2013 10:08:21 am Alexander wrote:
> [ ..cut ..]
>>> Hmm, 'p *dev'?
>>>
>>>
>> (kgdb) p *dev
>> No symbol "dev" in current context.
> Please go back to frame 6 first and then run 'p *dev'.
>
(kgdb) frame 6
#6 0x810402a6 in i
05.09.2013 18:57, John Baldwin пишет:
> On Thursday, September 05, 2013 11:46:13 am Alexander wrote:
>> 05.09.2013 17:30, John Baldwin wrote:
>>> On Thursday, September 05, 2013 10:08:21 am Alexander wrote:
>>> [ ..cut ..]
> Hmm, 'p *dev'?
>
>
(kgdb) p *dev
No symbol "dev" in
On Thursday, September 05, 2013 11:46:13 am Alexander wrote:
> 05.09.2013 17:30, John Baldwin wrote:
> > On Thursday, September 05, 2013 10:08:21 am Alexander wrote:
> > [ ..cut ..]
> >>> Hmm, 'p *dev'?
> >>>
> >>>
> >> (kgdb) p *dev
> >> No symbol "dev" in current context.
> > Please go back to fr
On Thursday, September 05, 2013 10:08:21 am Alexander wrote:
> 04.09.2013 21:40, John Baldwin пишет:
> > On Wednesday, September 04, 2013 2:16:35 pm Alexander wrote:
> >> 04.09.2013 18:58, John Baldwin wrote:
> >>> On Wednesday, September 04, 2013 11:01:03 am Alexander wrote:
> 02.09.2013 14:4
04.09.2013 21:40, John Baldwin пишет:
> On Wednesday, September 04, 2013 2:16:35 pm Alexander wrote:
>> 04.09.2013 18:58, John Baldwin wrote:
>>> On Wednesday, September 04, 2013 11:01:03 am Alexander wrote:
02.09.2013 14:42, Jean-Sébastien Pédron пишет:
> On 02.09.2013 12:00, Alexander wr
On Wednesday, September 04, 2013 2:16:35 pm Alexander wrote:
> 04.09.2013 18:58, John Baldwin wrote:
> > On Wednesday, September 04, 2013 11:01:03 am Alexander wrote:
> >> 02.09.2013 14:42, Jean-Sébastien Pédron пишет:
> >>> On 02.09.2013 12:00, Alexander wrote:
> (...)
> #17 0x80
04.09.2013 18:58, John Baldwin wrote:
> On Wednesday, September 04, 2013 11:01:03 am Alexander wrote:
>> 02.09.2013 14:42, Jean-Sébastien Pédron пишет:
>>> On 02.09.2013 12:00, Alexander wrote:
(...)
#17 0x80462700 in sysctl_move_oid ()
#18 0x80319070 in drm_attach ()
On Wednesday, September 04, 2013 11:01:03 am Alexander wrote:
> 02.09.2013 14:42, Jean-Sébastien Pédron пишет:
> > On 02.09.2013 12:00, Alexander wrote:
> >> (...)
> >> #17 0x80462700 in sysctl_move_oid ()
> >> #18 0x80319070 in drm_attach ()
> >> (...)
> > The kernel is missing deb
02.09.2013 14:42, Jean-Sébastien Pédron пишет:
> On 02.09.2013 12:00, Alexander wrote:
>> (...)
>> #17 0x80462700 in sysctl_move_oid ()
>> #18 0x80319070 in drm_attach ()
>> (...)
> The kernel is missing debug symbols. Could you please rebuild your
> kernel with the following option
On 02.09.2013 12:00, Alexander wrote:
> (...)
> #17 0x80462700 in sysctl_move_oid ()
> #18 0x80319070 in drm_attach ()
> (...)
The kernel is missing debug symbols. Could you please rebuild your
kernel with the following option:
makeoptions DEBUG=-g
(also found in GENERIC)
Then
30.08.2013 22:32, Jean-Sébastien Pédron пишет:
> reat! Could you please run:
> kgdb /boot/kernel/kernel /var/crash/vmcore.0
>
> And, at gdb prompt:
> bt
>
> Then send the whole output (from the moment you run "kgdb" to the end
> of "bt" output) and your /var/log/messages file?
Hi
kgdb /boot/k
Le 30/08/2013 19:45, Alexander a écrit :
Hi
I created the coredump files after create swap on new disk.
But size very large.
Great! Could you please run:
kgdb /boot/kernel/kernel /var/crash/vmcore.0
And, at gdb prompt:
bt
Then send the whole output (from the moment you run "kgdb" to the e
30.08.2013 20:11, John-Mark Gurney пишет:
> Jean-Sbastien Pdron wrote this message on Fri, Aug 30, 2013 at 15:50 +0200:
>> On 29.08.2013 19:51, Alexander wrote:
>>> I have swapinfo on zfs partition
>> I always heard that swap on ZFS is asking for trouble, because ZFS loves
>> to use memory. So when
Jean-Sbastien Pdron wrote this message on Fri, Aug 30, 2013 at 15:50 +0200:
> On 29.08.2013 19:51, Alexander wrote:
> > I have swapinfo on zfs partition
>
> I always heard that swap on ZFS is asking for trouble, because ZFS loves
> to use memory. So when the system is using swap space, ZFS has mor
On 29.08.2013 19:51, Alexander wrote:
> I have swapinfo on zfs partition
I always heard that swap on ZFS is asking for trouble, because ZFS loves
to use memory. So when the system is using swap space, ZFS has more work
and therefore wants more RAM, whici is unavailable.
Furthermore, I'm not sure
On 29.08.2013 19:06, John Baldwin wrote:
> On Thursday, August 29, 2013 11:39:45 am Jean-Sébastien Pédron wrote:
>> On 29.08.2013 17:35, Alexander wrote:
>>> in sysctl:
>>> kern.coredump: 1
>>> kern.corefile: /var/coredumps/%U.%N.%P.core
>>>
>>> but coredump files not created.
>
> These control us
29.08.2013 18:39, Jean-Sébastien Pédron пишет:
> On 29.08.2013 17:35, Alexander wrote:
>> in sysctl:
>> kern.coredump: 1
>> kern.corefile: /var/coredumps/%U.%N.%P.core
>>
>> but coredump files not created.
>>
>> How to set for creating core files?
> You must add the following line to your /etc/rc.c
On Thursday, August 29, 2013 11:39:45 am Jean-Sébastien Pédron wrote:
> On 29.08.2013 17:35, Alexander wrote:
> > in sysctl:
> > kern.coredump: 1
> > kern.corefile: /var/coredumps/%U.%N.%P.core
> >
> > but coredump files not created.
These control user process core dumps, not kernel crash dumps.
On 29.08.2013 17:35, Alexander wrote:
> in sysctl:
> kern.coredump: 1
> kern.corefile: /var/coredumps/%U.%N.%P.core
>
> but coredump files not created.
>
> How to set for creating core files?
You must add the following line to your /etc/rc.conf:
dumpdev="AUTO"
Also add this line to your /etc/sy
29.08.2013 12:24, Jean-Sébastien Pédron пишет:
> On 28.08.2013 21:42, Alexander Panyushkin wrote:
>> problem in load module i915kms.ko
>> if *kldload i915kms.ko* system is going to reboot
> Are you able to obtain a kernel core dump? They're saved in /var/crash
> during the next boot.
>
> If you hav
On 28.08.2013 21:42, Alexander Panyushkin wrote:
> problem in load module i915kms.ko
> if *kldload i915kms.ko* system is going to reboot
Are you able to obtain a kernel core dump? They're saved in /var/crash
during the next boot.
If you have one, could you please send the last core.txt? This file
*uname -a*
FreeBSD iskander.advancedhosters.com 10.0-CURRENT FreeBSD 10.0-CURRENT
#0: Tue Aug 27 23:53:04 EEST 2013
r...@iskander.advancedhosters.com:/usr/obj/usr/src/sys/Kernel amd64
in *make.conf*
X_WINDOW_SYSTEM=xorg
WITH_NEW_XORG=true
WITH_KMS=true
xorg-* ports rebuild
After *Xorg -configu
*uname -a*
FreeBSD iskander.advancedhosters.com 10.0-CURRENT FreeBSD 10.0-CURRENT
#0: Tue Aug 27 23:53:04 EEST 2013
r...@iskander.advancedhosters.com:/usr/obj/usr/src/sys/Kernel amd64
in *make.conf*
X_WINDOW_SYSTEM=xorg
WITH_NEW_XORG=true
WITH_KMS=true
xorg-* ports rebuild
After *Xorg -configur
24 matches
Mail list logo