Re: mpslsi0 : Trying sleep, but thread marked as sleeping prohibited

2012-02-23 Thread Alexander Kabaev
ying sleep, but thread marked as sleeping > > > prohibited". > > > > Which makes sense, as msleep() can be used to sleep for > > indefinitely. > This part is clear. ! I agree with all experts view. > > > > -- > > Ed Schouten > > WWW: http://80386.nl/ > ___ > freebsd-s...@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-scsi > To unsubscribe, send any mail to > "freebsd-scsi-unsubscr...@freebsd.org" -- Alexander Kabaev signature.asc Description: PGP signature

Re: Benchmark (Phoronix): FreeBSD 9.0-RC2 vs. Oracle Linux 6.1 Server

2012-01-04 Thread Alexander Kabaev
y tou > journalisticly pumped compare & contrast). For the FreeBSD > community, who else outside of the FreeBSD community actually runs > public c Matthew Not really related to the discussion on hand, but the above about the most unreadable email I am yet to read on the public mailing list. -- Alexander Kabaev signature.asc Description: PGP signature

Re: devel/subversion: svn: Couldn't perform atomic initialization

2011-07-03 Thread Alexander Kabaev
On Sun, 03 Jul 2011 11:15:50 +0200 "Hartmann, O." wrote: > On 07/02/11 20:45, Alexander Kabaev wrote: > > On Sat, 02 Jul 2011 09:27:42 +0200 > > "Hartmann, O." wrote: > > > >> > > Update database/sqlite3 port to the 3.7.7.1 version co

Re: devel/subversion: svn: Couldn't perform atomic initialization

2011-07-02 Thread Alexander Kabaev
commit message was left in a temporary file: > Update database/sqlite3 port to the 3.7.7.1 version committed today. -- Alexander Kabaev signature.asc Description: PGP signature

Re: RFC vgrind in base (and buildworld)

2011-01-22 Thread Alexander Kabaev
On Thu, 20 Jan 2011 23:11:43 +0100 Ulrich Spörlein wrote: > On Thu, 20.01.2011 at 15:31:03 -0500, Alexander Kabaev wrote: > > On Thu, 20 Jan 2011 21:17:40 +0100 > > Ulrich Spörlein wrote: > > > > > Hello, > > > > > > Currently our b

Re: RFC vgrind in base (and buildworld)

2011-01-21 Thread Alexander Kabaev
On Thu, 20 Jan 2011 17:11:13 -0800 Marcel Moolenaar wrote: > > On Jan 20, 2011, at 12:31 PM, Alexander Kabaev wrote: > > > On Thu, 20 Jan 2011 21:17:40 +0100 > > Ulrich Spörlein wrote: > > > >> Hello, > >> > >> Currently our buildworld

Re: RFC vgrind in base (and buildworld)

2011-01-20 Thread Alexander Kabaev
de > formatting. So do we still have vgrind(1) users out there? > > Regards, > Uli Why it needs to be in bootsrap tools at all? We have build tools for this exact purpose. -- Alexander Kabaev signature.asc Description: PGP signature

Re: Build issue in libstdc++ at revision r216418

2010-12-13 Thread Alexander Kabaev
/../../../contrib/libstdc++/include/ext/atomicity.h:54: > error: 'void __gnu_cxx::__atomic_add(volatile _Atomic_word*, int)' > previously defined here *** Error code 1 > Clean your obj, pretty please. Then do make cleandir couple of times in src. Then repeat your build. -- Alexander Kabaev signature.asc Description: PGP signature

Re: TTY task group scheduling

2010-11-18 Thread Alexander Kabaev
where we already are ;) > > well...i tried playing back a 1080p vide files while doing > `make -j64 buildkernel` and FreeBSD's interactivity seems far from > perfect. One thing that just begs to be asked: since when decoding 1080p became an interactive task? -- Alexander Kabaev signature.asc Description: PGP signature

Re: ionice in FreeBSD?

2010-02-05 Thread Alexander Kabaev
ation > and desktop for a few months last year without a glitch. In what twilight zone does that mean 'Yes, it is production ready' to warrant such a nice diatribe? -- Alexander Kabaev signature.asc Description: PGP signature

Re: status of flash9/flash10 support in RELENG_7 ?

2009-07-25 Thread Alexander Kabaev
hplugin[7|9]. > It does not work very well under Linux32 compat on -current - our futex implementation seems to be too broken and causes frequent deadlock and causes multiple threads to get stuck on process exit. One can easily collect dozens of those stuck processes doing causal web bro

Re: Failure to make world for RELENG_6_4

2009-04-05 Thread Alexander Kabaev
, this seems to be the issue with combination of FreeBSD 6.x and VMWare hypervisor when running with more than one virtual CPUs. I see it will the full range of VMWare products, from Player to Fusion and Workstation. FreeBSD 7 and up are working fine. -- Alexander Kabaev _

Re: -m32 broken on bi-arch amd64 systems?

2008-12-23 Thread Alexander Kabaev
switch? > -- > regards, Maciej Suszko. Read email archives, this was discussed on several occasions before. Short summary: it never worked and will not work unless some non-trivial work is put into how GCC handles include and linker search paths. -- Alexander Kabaev signature.asc Description: PGP signature

Re: Help me to develop a FreeBSD patch for gcc-4.2.1

2008-10-08 Thread Alexander Kabaev
On Tue, 7 Oct 2008 20:25:03 -0700 (PDT) Unga <[EMAIL PROTECTED]> wrote: > --- On Wed, 10/8/08, Alexander Kabaev <[EMAIL PROTECTED]> wrote: > > > > > If you still have CVS tree available, you can do 'cvs > > diff -rFSF' in > > cont

Re: Help me to develop a FreeBSD patch for gcc-4.2.1

2008-10-07 Thread Alexander Kabaev
can compile the > FreeBSD kernel or not. > > Many thanks in advance. > > Kind regards > Unga If you still have CVS tree available, you can do 'cvs diff -rFSF' in contrib/gcc and apply the patches to files gcc-4.2.1/gcc. -- Alexander Kabaev signature.asc Description: PGP signature

Re: threads cleanup?

2008-04-25 Thread Alexander Kabaev
ib/libc.so.6) > ... You definitely need deeper stacktrace to see where mutexes are allocated. Info above says nothing otherwise. Also, note that when running threaded programs under valgrind you are testing valgrind's own threading library implementatiion, not 'real' libthr. -- Alexander Kabaev signature.asc Description: PGP signature

Re: Bug in less version 406.

2007-08-03 Thread Alexander Kabaev
On Sat, 4 Aug 2007 01:29:57 +0200 Pieter de Goeje <[EMAIL PROTECTED]> wrote: > There's also another regression in less: it doesn't automatically > repaint the screen anymore when you resize the terminal. > > Regards, > Pieter de Goeje It most certainly d

Re: ImageMagick's "modules" and __cxa_finalize

2007-07-31 Thread Alexander Kabaev
You thought wrong. Please read the PR again and try to understand what part it really does cover and what doesn't. The comment was given to you before and it is the right one: atexit() cannot be used safely from the shared library. That is the reason why __cxa_atexit was invented in the first place. -- Alexander Kabaev signature.asc Description: PGP signature

Re: OT: Re: Bug in 6.x' C++ compiler

2006-10-12 Thread Alexander Kabaev
stable@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-stable > To unsubscribe, send any mail to > "[EMAIL PROTECTED]" I've just had a confident message from heaven. They said major compiler upgrades in 6.x will not happen anytime soon and w

Re: improper handling of dlpened's C++/atexit() code?

2006-05-22 Thread Alexander Kabaev
n of Syslog.so, libstdc++.so.5 is unloaded. > And weak PLT relocation is resolved to 0. As result we got the > frame #0 from your trace. > > This theory is confirmed by presence of libstdc++ in lsof output. > Please, check that it does not show up at the time of crash dump > by using "show shared" gdb command on crash dump. > > Short-time fix is to use LD_PRELOAD hack. The real solution > would be to mark the libstdc++ DSO as unloadable and > implement support for unloadable DSO in rtld (BTW, I think > this is also needed for threading libraries libpthread and libthr > for the same reason). I know that glibc dynamic loader has support > for this feature. > > P.S. Apache seems to call exit(3) from the signal handler. This is > wrong. Sounds very plausible to me. This should be fixed once we have shared libgcc_s.so. -- Alexander Kabaev signature.asc Description: PGP signature

Re: improper handling of dlpened's C++/atexit() code?

2006-05-21 Thread Alexander Kabaev
On Sun, 21 May 2006 13:13:35 -0400 "m m" <[EMAIL PROTECTED]> wrote: > Any hints on this available? Suggestions, more info, anything else? > > On 5/15/06, m m <[EMAIL PROTECTED]> wrote: > > On 5/14/06, Alexander Kabaev <[EMAIL PROTECTED]> wrote: > &

Re: improper handling of dlpened's C++/atexit() code?

2006-05-14 Thread Alexander Kabaev
_ > freebsd-stable@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-stable > To unsubscribe, send any mail to > "[EMAIL PROTECTED]" You'll need to build ld-elf.so.1 and libc.so.6 to get a sensible backtrace. -- Alexander Kabaev signature.asc Description: PGP signature

Re: ucom doesn't work in 6.1-PRERELEASE?

2006-03-11 Thread Alexander Kabaev
gt; _______ > freebsd-stable@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-stable > To unsubscribe, send any mail to > "[EMAIL PROTECTED]" /dev/ucomX devices became /dev/ttyUX devices quite some time ago. -- Alexander Kabaev signature.asc Description: PGP signature