hi there,
i'm having similar issues with libc. while doing buildworld i got this
segfault:
>>> stage 4.2: building libraries
--
cd /usr/src; MAKEOBJDIRPREFIX=/usr/obj MACHINE_ARCH=amd64 MACHINE=amd64
CPUTYPE=native GROFF_BIN_PATH=/us
pt in that directory
4. and replaced /etc with the backup version
yet gcc still segfaults during buildworld. :(
thanks go out to delphij, nox---, jilles, garrcoop, x6b and joerg on #bsddev
for helping me with this problem. :)
--
Alexander Best
___
freeb
i still haven't been able to do a buildworld without cc segfaulting. :(
if i repeat the cc operation that segfaulted during buildworld with cc under
/usr/bin everything works fine. the segfault only occurs during buildworld
with the bootstrapped version of cc under /usr/ob/usr/src/tmp/usr/bin/cc.
ok. i think i finally solved this riddle. the cause for the problem seems to
have been my CPUTYPE in /etc/make.conf. it is set to 'native'. actually i've
been using the 'native' keyword for years now and never had any problems with
it, but it seems a recent commit broke 'native' as CPUTYPE. for me
Garrett Cooper schrieb am 2010-03-21:
> On Sat, Mar 20, 2010 at 5:55 PM, Alexander Best
> wrote:
> > ok. i think i finally solved this riddle. the cause for the problem
> > seems to
> > have been my CPUTYPE in /etc/make.conf. it is set to 'native'.
> >
Garrett Cooper schrieb am 2010-03-21:
> On Sun, Mar 21, 2010 at 4:00 AM, Alexander Best
> wrote:
> > Garrett Cooper schrieb am 2010-03-21:
> >> On Sat, Mar 20, 2010 at 5:55 PM, Alexander Best
> >>
> >> wrote:
> >> > ok. i think i finally s
ative
CFLAGS=-O2 -fno-strict-aliasing -pipe -s
btw: what's the -s switch doing?
alex
> CPUTYPE?=core2
> NO_CPU_CFLAGS=
> CFLAGS= -mtune=native -O2 -fno-strict-aliasing -pipe -s
> Peg
--
Alexander Best
___
freebsd-current@free
Andriy Gapon schrieb am 2010-03-21:
> on 21/03/2010 14:35 Alexander Best said the following:
> > Andriy Gapon schrieb am 2010-03-21:
> >> on 21/03/2010 13:43 Garrett Cooper said the following:
> >>> Works for me *shrugs*:
> >>> $ gcc -v -x c -E
Andriy Gapon schrieb am 2010-03-21:
> on 21/03/2010 14:53 Alexander Best said the following:
> > *lol* sorry. ;)
> No worries.
> BTW, when that rash happens, are you able to examine the core with
> gdb?
> Is it possible to examine values of 's' and 'p'
Andriy Gapon schrieb am 2010-03-21:
> on 21/03/2010 20:46 Alexander Best said the following:
> > Andriy Gapon schrieb am 2010-03-21:
> >> on 21/03/2010 14:53 Alexander Best said the following:
> >>> *lol* sorry. ;)
> >> No worries.
> >> BTW, whe
Andriy Gapon schrieb am 2010-03-21:
> on 21/03/2010 23:11 Alexander Best said the following:
> > *hehe* that makes more sense. well i already sent you lp.
> > unfortunately str is
> > not available to gdb:
> > (gdb) print str
> > Variable "str" is not
Andriy Gapon schrieb am 2010-03-22:
> on 22/03/2010 00:12 Alexander Best said the following:
> > Andriy Gapon schrieb am 2010-03-21:
> >> on 21/03/2010 23:11 Alexander Best said the following:
> >>> *hehe* that makes more sense. well i already sent you lp.
> &
ative
amd64 sse2 sse
otaku% make -V MACHINE_CPU -DCPUTYPE=nocona
amd64 sse2 sse
otaku% make -V MACHINE_CPU -DCPUTYPE=i386
amd64 sse2 sse
otaku% make -V MACHINE_CPU -DCPUTYPE=lalalala
amd64 sse2 sse
..oh and of course i ran these commands with no C
l -o /dev/null
> -mtune=generic
hmm...that's odd indeed. i finally was able to do some debugging. i've
attached two files:
running gcc -v -x c -E -mtune=native /dev/null and gcc -v -x c -E
-mtune=nocona /dev/null
> Peg
--
Alexander Best
`gdb -v -x c -E -mtune=native /dev/nul
Scot Hetzel schrieb am 2010-03-23:
> On Tue, Mar 23, 2010 at 4:34 AM, Alexander Best
> wrote:
> > i don't think conf/112997 and the issue where gcc segfaults are
> > directly
> > related to each other:
> > 1. if CPUTYPE is set to 'native' your pa
HEAD (r205561) on amd64. this is my card:
a...@pci0:5:1:0:class=0x02 card=0x5a001385 chip=0x0013168c
rev=0x01 hdr=0x00
vendor = 'Atheros Communications Inc.'
device = '802.11a/b/g Wireless Adapter (AR2312)'
class = network
subclass = eth
Rui Paulo schrieb am 2010-03-26:
> On 26 Mar 2010, at 17:24, Alexander Best wrote:
> > hi there,
> > `netstat -i` reports:
> > NameMtu Network Address Ipkts Ierrs Idrop
> > Opkts
> > Oerrs Coll
> > ath0 2290 00:0f:b5:82
tput of `dmesg -a|grep ada0`:
ada0 at ahcich2 bus 0 scbus3 target 0 lun 0
ada0: ATA-7 SATA 2.x device
ada0: 300.000MB/s transfers (SATA 2.x, UDMA6, PIO 8192bytes)
ada0: Command Queueing enabled
ada0: 238474MB (488395055 512 byte sectors: 16H 63S/T 16383C)
--
Alexander Best
_
* Error code 1
Stop in /usr/local/src/clangbsd/libexec.
*** Error code 1
Stop in /usr/local/src/clangbsd.
*** Error code 1
Stop in /usr/local/src/clangbsd.
*** Error code 1
Stop in /usr/local/src/clangbsd.
running llvm-devel-2.7.r100430 and clangbsd revision 206838.
--
Alexander Best
___
freebsd-current@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to "freebsd-current-unsubscr...@freebsd.org"
Roman Divacky schrieb am 2010-04-19:
> you have to use -O2
thanks a lot. using -O2 worked. :)
i was also wondering: what's the reason gcc is still being used during step
"Building an up-to-date make(1)" and not clang?
cheers.
> On Mon, Apr 19, 2010 at 02:29:07PM +0200,
Eitan Adler schrieb am 2010-04-20:
> > i was also wondering: what's the reason gcc is still being used
> > during step
> > "Building an up-to-date make(1)" and not clang?
> because make segfaults when using clang ;)
ah ok. that's qu
disabled=1) gives me a system freeze.
--
Alexander Best
___
freebsd-current@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to "freebsd-current-unsubscr...@freebsd.org"
Roman Divacky schrieb am 2010-04-21:
> On Wed, Apr 21, 2010 at 05:20:57PM +0200, Alexander Best wrote:
> > i might have stumbled upon a problem with clang. i've compiled a
> > kernel from
> > the clang branch using `make kernel INSTKERNNAME=clang` and booted
> > f
Roman Divacky schrieb am 2010-04-21:
> On Wed, Apr 21, 2010 at 07:22:00PM +0200, Alexander Best wrote:
> > Roman Divacky schrieb am 2010-04-21:
> > > On Wed, Apr 21, 2010 at 05:20:57PM +0200, Alexander Best wrote:
> > > > i might have stumbled upon a problem with
all
and after this step:
-rw-r--r-- 1 root wheel 187480 Apr 21 21:37 sound.ko
-rw-r--r-- 1 root wheel 872983 Apr 21 21:37 sound.ko.debug
-rw-r--r-- 1 root wheel 792856 Apr 21 21:37 sound.ko.symbols
so quite some code is missing it seems.
[snip]
--
Alexander Best
Roman Divacky schrieb am 2010-04-21:
> On Wed, Apr 21, 2010 at 09:44:45PM +0200, Alexander Best wrote:
> > Roman Divacky schrieb am 2010-04-21:
> > [snip]
> > > 1) cd modules/sound/sound && make CC=gcc
> > after this step these are the sizes of sound.ko*
Roman Divacky schrieb am 2010-04-21:
> On Wed, Apr 21, 2010 at 09:44:45PM +0200, Alexander Best wrote:
> > Roman Divacky schrieb am 2010-04-21:
> > [snip]
> > > 1) cd modules/sound/sound && make CC=gcc
> > after this step these are the sizes of sound.ko*
Roman Divacky schrieb am 2010-04-21:
> On Wed, Apr 21, 2010 at 09:44:45PM +0200, Alexander Best wrote:
> > Roman Divacky schrieb am 2010-04-21:
> > [snip]
> > > 1) cd modules/sound/sound && make CC=gcc
> > after this step these are the sizes of sound.ko*
Andrew Reilly schrieb am 2010-04-22:
> On Wed, Apr 21, 2010 at 05:23:38PM +0200, Roman Divacky wrote:
> > On Wed, Apr 21, 2010 at 05:20:57PM +0200, Alexander Best wrote:
> > > i might have stumbled upon a problem with clang. i've compiled a
> > > kernel from
&g
Ulrich Spörlein schrieb am 2010-04-22:
> On Wed, 21.04.2010 at 23:30:15 +0200, Alexander Best wrote:
> > Roman Divacky schrieb am 2010-04-21:
> > > On Wed, Apr 21, 2010 at 09:44:45PM +0200, Alexander Best wrote:
> > > > Roman Divacky schrieb am 2010-04-21:
> >
cam(4) i
guess the fate of ata(4) dependant binaries in the base should also be
discussed.
maybe somebody could put together a list of ata(4) dependant binaries
currently in base in addition to burncd(8) and atacontrol(8)?
--
Alexander Best
___
fr
gt; > > buffer.c
> > > and
> > > compile them accordingly. Redo your tests till we know the single
> > > function(s)
> > > where clang produces bad code.
[snip]
--
Alexander Best
___
freebsd-current@freebsd.org
Jaakko Heinonen schrieb am 2010-04-23:
> On 2010-04-23, Alexander Best wrote:
> > has anybody thought about adding scsi support to burncd(8)? i've
> > been using
> > ATA CAM for quite a while now and really love it. however i miss
> > burncd(8).
> I have tho
On Wed Aug 18 10, Gordon Tetlow wrote:
> All,
>
> I sat down and rewrote the man tools from a relatively old codebase to a
> single shell script. My original motivation was to allow multiple
> configuration files so port installations did not have to mess with
> /etc/manpath.config (like perl for
On Wed Aug 18 10, Alexander Best wrote:
> On Wed Aug 18 10, Gordon Tetlow wrote:
> > All,
> >
> > I sat down and rewrote the man tools from a relatively old codebase to a
> > single shell script. My original motivation was to allow multiple
> > configuration fi
hi there,
the FreeBSD base GCC version is dated 20070719 which is the release date of
GCC 4.2.1.
after this release the 4.2 branch got GPLv3'ed which is the reason anything
after 20070719 in the 4.2 branch cannot be imported into the FreeBSD. Also all
the other branches > 4.2 are GPLv3'ed too.
ho
On Fri Aug 27 10, Kostik Belousov wrote:
> On Thu, Aug 26, 2010 at 05:50:01PM -0700, Xin LI wrote:
> > -BEGIN PGP SIGNED MESSAGE-
> > Hash: SHA256
> >
> > Hi,
> >
> > The attached patch changes FreeBSD/x86 back to FreeBSD/i386 on i386 and
> > FreeBSD/amd64 on amd64.
> >
> > Comments welc
On Fri Aug 27 10, Alexander Best wrote:
> On Fri Aug 27 10, Kostik Belousov wrote:
> > On Thu, Aug 26, 2010 at 05:50:01PM -0700, Xin LI wrote:
> > > -BEGIN PGP SIGNED MESSAGE-
> > > Hash: SHA256
> > >
> > > Hi,
> > >
> > >
hi there,
i was trying to create a snapshot of my root fs. the commands i used were
1) mksnap_ffs /.snap/snap1
and
2) mount -u -o snapshot /.snap/snap1 /
both command failed with EAGAIN and the following was output to the console:
Sep 6 18:05:56 otaku kernel: fsync: giving up on dirty
Sep 6
hi there,
except for arm most archs seem to enforce uart support in conf/DEFAULTS. is
this really necessary? shouldn't DEFAULTS only contain vital devices/options
without a kernel on a specific arch won't function at all?
cheers.
alex
--
a13x
___
free
On Thu Sep 9 10, Alexander Best wrote:
> hi there,
>
> except for arm most archs seem to enforce uart support in conf/DEFAULTS. is
> this really necessary? shouldn't DEFAULTS only contain vital devices/options
> without a kernel on a specific arch won't function at all?
On Thu Sep 9 10, Alexander Best wrote:
> On Thu Sep 9 10, Alexander Best wrote:
> > hi there,
> >
> > except for arm most archs seem to enforce uart support in conf/DEFAULTS. is
> > this really necessary? shouldn't DEFAULTS only contain vital devices/options
&g
On Thu Sep 9 10, Gordon Tetlow wrote:
> On Wed, Aug 18, 2010 at 12:11 AM, Gordon Tetlow wrote:
>
> > All,
> >
> > I sat down and rewrote the man tools from a relatively old codebase to a
> > single shell script. My original motivation was to allow multiple
> > configuration files so port install
On Thu Sep 9 10, Gordon Tetlow wrote:
> On Wed, Aug 18, 2010 at 12:11 AM, Gordon Tetlow wrote:
>
> > All,
> >
> > I sat down and rewrote the man tools from a relatively old codebase to a
> > single shell script. My original motivation was to allow multiple
> > configuration files so port install
On Fri Sep 10 10, John Baldwin wrote:
> On Thursday, September 09, 2010 3:50:45 pm Alexander Best wrote:
> > On Thu Sep 9 10, Alexander Best wrote:
> > > On Thu Sep 9 10, Alexander Best wrote:
> > > > hi there,
> > > >
> > > > exc
On Fri Sep 10 10, John Baldwin wrote:
> On Thursday, September 09, 2010 3:50:45 pm Alexander Best wrote:
> > On Thu Sep 9 10, Alexander Best wrote:
> > > On Thu Sep 9 10, Alexander Best wrote:
> > > > hi there,
> > > >
> > > > exc
On Sun Sep 12 10, Marius Strobl wrote:
> On Sun, Sep 12, 2010 at 02:40:49AM +0000, Alexander Best wrote:
> > On Fri Sep 10 10, John Baldwin wrote:
> > > On Thursday, September 09, 2010 3:50:45 pm Alexander Best wrote:
> > > > On Thu Sep 9 10, Alexander Best wro
hi there,
any thoughts on using http://pciids.sourceforge.net/ for pciids instead of the
Hart and Boemler lists. the SF site seems to be updated more regularly and
would get rid of the need to decide for each entry, whether to take the Hart or
Boemler one.
right now tools/tools/pciid/mk_pci_vendo
hi there,
a few minutes ago my machine froze running HEAD (r212616; amd64). after i did
a reset i had to deal with a situation i've documented in the attached file.
after having a healthy ufs2 fs again the results was:
i lost 4 files (unimportant /usr/ports/* stuff).
otaku% tunefs -p /
tunefs:
On Tue Sep 14 10, Steve Kargl wrote:
> On Tue, Sep 14, 2010 at 07:39:22PM +0000, Alexander Best wrote:
> > hi there,
> >
> > a few minutes ago my machine froze running HEAD (r212616; amd64). after i
> > did
> > a reset i had to deal with a situation i
hi there,
just wanted to ask if the following entries from
BSD.include.dist: "lwres"
and
BSD.usr.dist: "bind9" (including arm and misc)
could be moved to BIND.chroot.dist so `make delete-old` doesn't have to remove
those directories after every installworld and WITHOUT_BIND=true?
cheers.
alex
hi there,
yesterday during a regular reboot my system was unable to sync vnodes and
buffers. vnodes went down to 1, but then it kept repeating 1 until a timeout
was hit. the output of the buffer syncs was running so fast i could hardly make
out any numbers at all (but i took a picture, if anyone's
On Sun Sep 19 10, David Xu wrote:
> just typed sysctl -a on keyboard, and found it is slow, sometimes
> it has been stuck for a few seconds, further studied,I found it is
> stucked at sysctl kern.geom:
>
> %/usr/bin/time sysctl -a kern.geom
> kern.geom.collectstats: 1
> kern.geom.debugflags: 0
> k
On Sat Sep 11 10, Gordon Tetlow wrote:
> On Thu, Sep 9, 2010 at 7:41 PM, Alexander Best wrote:
>
> > > Feedback on the man(1), manpath(1), apropos(1), and man.conf(5) manpages
> > > would be appreciated. I'm new to manpage authoring and could use a
> > rev
On Mon Sep 27 10, Hans Petter Selasky wrote:
> Hi,
>
> I was thinking about adding a sysctl to ukbd and ums that shows how many
> keypresses have been done and how many pixels you have moved the mouse during
> a day. These number will mostly be useful for making ergonomic arguments that
> a cer
On Wed Sep 29 10, Dimitry Andric wrote:
> Hi,
>
> I just encountered the following soft update panic while running perl
> 5.12's tests:
>
> panic: indir_trunc: Index out of range -148 parent -2061 lbn -305164
> cpuid = 3
> KDB: enter: panic
> [ thread pid 19 tid 100047 ]
> Stopped at kdb_ent
hi there,
i wanted to ask if it would be possible to asjust glabel so that e.g. inserting
a new media into a dvd-drive gets recognised and glabel displays the lablel
right away.
right now i use this shell alias to work around this issue:
mdvd='sh -c ": 3>/dev/dvd" ; mount /media/dvd/ && cd /medi
hi there,
glabel seems to ignore IDs, if there are proper labels available. e.g. if a
partition has a glabel or a ufs label the gptid or ufsid won't get displayed in
'glabel status'.
however for partitions of the type 'freebsd-boot' this doesn't seem to be the
case:
On Tue Oct 12 10, Edho P Arief wrote:
> On Tue, Oct 12, 2010 at 9:24 PM, Alexander Best wrote:
> >
> > as you can see ada0p1 has a proper glabel in place, still in addition to
> > that
> > 'glabel status' shows its gptid. is this really necessary?
> >
&
hi there,
the iostat(8) manual seems to contain a few errors. this patch should take care
of that.
cheers.
alex
--
a13x
diff --git a/usr.sbin/iostat/iostat.8 b/usr.sbin/iostat/iostat.8
index 6a9ef02..3b03acc 100644
--- a/usr.sbin/iostat/iostat.8
+++ b/usr.sbin/iostat/iostat.8
@@ -60,7 +60,7 @@
hi there,
i sent this patch to mav@, but he seems rather busy atm.
maybe somebody else would like to take a look at it and see if it improves
camcontrol's current behavior.
cheers.
alex
- Forwarded message from Alexander Best -
Date: Mon, 27 Sep 2010 00:35:41 +
From: Alex
On Sat Oct 16 10, Sergey Kandaurov wrote:
> On 16 October 2010 00:42, Alexander Best wrote:
> > hi there,
> >
> > the iostat(8) manual seems to contain a few errors. this patch should take
> > care
> > of that.
> >
> > cheers.
> > alex
> >
hi there,
could we please have support for log2(), log2f() and log2l() in freebsd?
mplayer (svn) won't build without them. netbsd has support and there are two
open pr related to this matter (including patches):
82654
83845
more details here: http://www.opengroup.org/onlinepubs/9699919799/
che
On Sun Oct 17 10, Ralph Ellis wrote:
> Doug Barton wrote:
> >Y'all will probably recall that I had a lot of problems with the
> >nvidia-driver, and video generally (esp. flash) on i386 -current. Well
> >I haven't had any problems recently because I haven't been using
> >FreeBSD. :) But I have t
On Fri Sep 17 10, Alex Dupre wrote:
> I created hackish scripts to generate pci_vendors file from Boemler and
> Mares (pciids.sf.net) lists. I haven't found the Hart list.
>
> The results of the scripts are here:
sorry it seems i missed your post back then.
i found two more lists:
http://rh-sof
On Mon Oct 18 10, Alexander Best wrote:
> On Fri Sep 17 10, Alex Dupre wrote:
> > I created hackish scripts to generate pci_vendors file from Boemler and
> > Mares (pciids.sf.net) lists. I haven't found the Hart list.
> >
> > The results of the scripts are here:
&
On Mon Oct 18 10, Garrett Cooper wrote:
> On Mon, Oct 18, 2010 at 8:28 AM, Alexander Best wrote:
> > On Mon Oct 18 10, Alexander Best wrote:
> >> On Fri Sep 17 10, Alex Dupre wrote:
> >> > I created hackish scripts to generate pci_vendors file from Boemler and
>
here's a slighly updated version without any whitespace diffs.
cheers.
alex
On Fri Oct 15 10, Alexander Best wrote:
> hi there,
>
> i sent this patch to mav@, but he seems rather busy atm.
>
> maybe somebody else would like to take a look at it and see if it improves
&g
On Mon Sep 20 10, Alexander Best wrote:
> On Sun Sep 19 10, David Xu wrote:
> > just typed sysctl -a on keyboard, and found it is slow, sometimes
> > it has been stuck for a few seconds, further studied,I found it is
> > stucked at sysctl kern.geom:
> >
> > %
On Mon Oct 18 10, Dan Nelson wrote:
> In the last episode (Oct 18), Ed Maste said:
> > On Mon, Oct 18, 2010 at 01:11:42PM -0500, Dan Nelson wrote:
> > > Maybe only blank it out on 32-bit machines? It's a long, and a 64-bit
> > > cp_time value essentially won't roll over (at 1 billion increments pe
On Mon Oct 18 10, Dan Nelson wrote:
> In the last episode (Oct 18), Ed Maste said:
> > On Mon, Oct 18, 2010 at 01:11:42PM -0500, Dan Nelson wrote:
> > > Maybe only blank it out on 32-bit machines? It's a long, and a 64-bit
> > > cp_time value essentially won't roll over (at 1 billion increments pe
hi there,
i'm running HEAD (r213495; amd64). i stumbled upon this severe problem:
after attaching my mobile phone, it simply resets without doing mount or
anything. however after letting the device come up again it won't show up in
the console. after detaching it the usb subsystem seemed to have
hi there,
with "options DDB" in my kernel conf i run into the following issue with my
kernel modules:
link_elf_lookup_symbol: missing symbol hash table
KLD file snd_hda.ko is missing dependencies
KLD file sound.ko is missing dependencies
KLD file nvidia.ko is missing dependencies
KLD file linux.k
On Mon Oct 25 10, Alexander Motin wrote:
> Hans Petter Selasky wrote:
> > On Wednesday 20 October 2010 17:30:40 Alexander Best wrote:
> >> hi there,
> >>
> >> i'm running HEAD (r213495; amd64). i stumbled upon this severe problem:
> >>
> >>
27; attempt and one
for the second. as you can see the problem is that for some reason kldunloadf()
returns zero, although it couldn't unload the module.
cheers.
alex
- Forwarded message from Alexander Best -
Date: Fri, 5 Nov 2010 01:15:24 +0000
From: Alexander Best
To: freebsd-q
On Tue Nov 9 10, John Baldwin wrote:
> On Tuesday, November 09, 2010 6:46:12 am Alexander Best wrote:
> > hi there,
> >
> > i posted this message on freebsd-questions@, but nobody could help me with
> > it.
> > to me this looks like a bug, so i assume pos
On Fri Nov 5 10, Ulrich Spörlein wrote:
> On Sat, 30.10.2010 at 23:22:44 +0000, Alexander Best wrote:
> > hi there,
> >
> > with "options DDB" in my kernel conf i run into the following issue with my
> > kernel modules:
> >
> > link_elf_look
On Tue Nov 9 10, Alexey Shuvaev wrote:
> On Tue, Nov 09, 2010 at 06:25:12PM +0000, Alexander Best wrote:
> > On Fri Nov 5 10, Ulrich Spörlein wrote:
> > > On Sat, 30.10.2010 at 23:22:44 +0000, Alexander Best wrote:
> > > > hi there,
> > > >
> >
On Wed Nov 10 10, Alexander Best wrote:
> On Tue Nov 9 10, Alexey Shuvaev wrote:
> > On Tue, Nov 09, 2010 at 06:25:12PM +, Alexander Best wrote:
> > > On Fri Nov 5 10, Ulrich Spörlein wrote:
> > > > On Sat, 30.10.2010 at 23:22:44 +, Alexander
On Tue Nov 9 10, John Baldwin wrote:
> On Tuesday, November 09, 2010 9:10:28 am Alexander Best wrote:
> > On Tue Nov 9 10, John Baldwin wrote:
> > > On Tuesday, November 09, 2010 6:46:12 am Alexander Best wrote:
> > > > hi there,
> > > >
> > >
On Wed Nov 10 10, Alexander Best wrote:
> On Tue Nov 9 10, John Baldwin wrote:
> > On Tuesday, November 09, 2010 9:10:28 am Alexander Best wrote:
> > > On Tue Nov 9 10, John Baldwin wrote:
> > > > On Tuesday, November 09, 2010 6:46:12 am Alexander
On Wed Nov 10 10, Alexander Best wrote:
> On Wed Nov 10 10, Alexander Best wrote:
> > On Tue Nov 9 10, Alexey Shuvaev wrote:
> > > On Tue, Nov 09, 2010 at 06:25:12PM +0000, Alexander Best wrote:
> > > > On Fri Nov 5 10, Ulrich Spörlein wrote:
> > > &
On Thu Nov 11 10, Alexey Shuvaev wrote:
> On Thu, Nov 11, 2010 at 04:18:30PM +0000, Alexander Best wrote:
> > On Wed Nov 10 10, Alexander Best wrote:
> > > On Wed Nov 10 10, Alexander Best wrote:
> > > > On Tue Nov 9 10, Alexey Shuvaev wrote:
> > > >
hi there,
i'm having an issue with www/chromium. sometimes it will completely lock up my
system without producing a core dump. i'm running HEAD (r215102; amd64).
this time however chrome.core made it to disk somehow:
Core was generated by `chrome'.
Program terminated with signal 11, Segmentation
On Sat Nov 13 10, Kostik Belousov wrote:
> On Fri, Nov 12, 2010 at 10:37:15PM +0000, Alexander Best wrote:
> > hi there,
> >
> > i'm having an issue with www/chromium. sometimes it will completely lock up
> > my
> > system without producing a core dump. i
On Sat Nov 13 10, Kostik Belousov wrote:
> On Sat, Nov 13, 2010 at 11:59:00AM +0000, Alexander Best wrote:
> > On Sat Nov 13 10, Kostik Belousov wrote:
> > > On Fri, Nov 12, 2010 at 10:37:15PM +0000, Alexander Best wrote:
> > > > hi there,
> > > >
>
On Sat Nov 13 10, Kostik Belousov wrote:
> On Sat, Nov 13, 2010 at 12:38:46PM +0000, Alexander Best wrote:
> > On Sat Nov 13 10, Kostik Belousov wrote:
> > > On Sat, Nov 13, 2010 at 11:59:00AM +0000, Alexander Best wrote:
> > > > On Sat Nov 13 10, Kostik Belousov w
hi there,
any reason to keep lib/libc_r still around? it has been detached from the build
process on all supported branches (r162846; 4 years ago).
cheers.
alex
--
a13x
___
freebsd-current@freebsd.org mailing list
http://lists.freebsd.org/mailman/list
On Sat Nov 13 10, Tim Kientzle wrote:
> Has anyone else tried "make buildworld" on an 8-STABLE checkout on a recent
> -CURRENT using clang?
>
> I'm seeing failures building GCC and was wondering if this was something
> messed-up locally and whether it was worth even trying to fix.
can you check
On Sat Nov 13 10, Julian Elischer wrote:
> On 11/13/10 2:13 PM, Robert Watson wrote:
> >
> >On Sat, 13 Nov 2010, Garrett Cooper wrote:
> >
> >> Isn't there also DEADLKRES that might be helpful in this case (if
> >>Alex is really dealing with a livelock in the kernel)...?
> >
> >The deadlock resol
On Tue Nov 16 10, Marcin Wisnicki wrote:
> On Sat, 13 Nov 2010 14:17:35 -0800, Julian Elischer wrote:
>
> > On 11/13/10 2:08 PM, Robert Watson wrote:
> >>
> >> If regular crashdumps appear unreliable, try setting up a textdump with
> >> an automatic reboot, that might provde more reliable (small c
On Wed Nov 10 10, John Baldwin wrote:
> On Wednesday, November 10, 2010 5:07:21 pm Alexander Best wrote:
> > On Wed Nov 10 10, Alexander Best wrote:
> > > On Tue Nov 9 10, John Baldwin wrote:
> > > > On Tuesday, November 09, 2010 9:10:28 am Alexander Best wrote:
&g
On Tue Nov 16 10, Alexander Best wrote:
> On Tue Nov 16 10, Marcin Wisnicki wrote:
> > On Sat, 13 Nov 2010 14:17:35 -0800, Julian Elischer wrote:
> >
> > > On 11/13/10 2:08 PM, Robert Watson wrote:
> > >>
> > >> If regular crashdumps appear unre
On Wed Nov 17 10, John Baldwin wrote:
> On Tuesday, November 16, 2010 10:20:12 pm Alexander Best wrote:
> > On Wed Nov 10 10, John Baldwin wrote:
> > > On Wednesday, November 10, 2010 5:07:21 pm Alexander Best wrote:
> > > > On Wed Nov 10 10, Alexander Best wrote:
&g
On Wed Nov 17 10, Alexander Best wrote:
> On Wed Nov 17 10, John Baldwin wrote:
> > On Tuesday, November 16, 2010 10:20:12 pm Alexander Best wrote:
> > > On Wed Nov 10 10, John Baldwin wrote:
> > > > On Wednesday, November 10, 2010 5:07:21 pm Alexander Best wro
On Thu Nov 18 10, Andriy Gapon wrote:
> on 18/11/2010 13:04 O. Hartmann said the following:
> > On 11/18/10 02:30, grarpamp wrote:
> >> Just documenting regarding interactive performance things.
> >> This one's from Linux.
> >>
> >> http://www.phoronix.com/scan.php?page=article&item=linux_2637_vide
On Thu Nov 18 10, Matthew D. Fuller wrote:
> On Thu, Nov 18, 2010 at 06:23:24PM + I heard the voice of
> Alexander Best, and lo! it spake thus:
> >
> > judging from the videos the changes are having a huge impact imo.
>
> Well, my (admittedly limited, and certainly
On Thu Nov 18 10, Rob Farmer wrote:
> On Thu, Nov 18, 2010 at 10:39, Chuck Swiger wrote:
> > Frankly, I'm also turned off by the attempt to popup a full page ad in
> > addition to the rest of the advertising content which surrounds what is
> > nominally supposed to be the real content. That doe
On Tue Nov 16 10, Robert N. M. Watson wrote:
>
> On 15 Nov 2010, at 22:19, Alexander Best wrote:
>
> > thanks for all your help. i've recently switched to chromium 6.0.472.63
> > and so far my computer has been very stable.
> >
> > if i experience more
On Thu Nov 18 10, Alexander Kabaev wrote:
> On Thu, 18 Nov 2010 18:56:35 +
> Alexander Best wrote:
>
> > On Thu Nov 18 10, Matthew D. Fuller wrote:
> > > On Thu, Nov 18, 2010 at 06:23:24PM + I heard the voice of
> > > Alexander Best, and lo! it spake th
1 - 100 of 338 matches
Mail list logo