Re: gcc -O broken in CURRENT

2002-03-16 Thread Alexander N. Kabaev
> Alex are you still workin' for a patch? Yes, I am. But as I write before I am not familiar with this particular part of GCC at all, so I cannot give any estimates and even promize to produce a working patch. If some other more knowledgeable person is feeling like beating me to it, please feel f

Re: SIGBUS w/ 5.0-CURRENT + Imlib

2002-02-21 Thread Alexander N. Kabaev
Imlib depends on libpng and binutils in -CURRENT contain a bug which causes ld to create invalid shared library image for libpng.so.5. The problem has been discussed already, see PR ports/34908 for the patch. Curiously, none of the messages from the PR audit trail made it to my mailbox since I

RE: Related to remote debugging using gdb

2001-11-20 Thread Alexander N. Kabaev
Are you sure you have the serial port configured identically on both ends? Does tip work correctly between nodes? What OS is running is your host mashine? FreeBSD has a very nice nmdm virtual serial port driver, which allows VMWare guests to communicate with host and presumably with each other wit

RE: sx_assert() vs. SX_ASSERT_*()

2001-10-23 Thread Alexander N. Kabaev
SD.org/ > > To Unsubscribe: send mail to [EMAIL PROTECTED] > with "unsubscribe freebsd-hackers" in the body of the message E-Mail: Alexander N. Kabaev <[EMAIL PROTECTED]> Date: 23-Oct-2001 Time: 14:00:00 --

RE: dmesg -> $pir entries?

2001-10-12 Thread Alexander N. Kabaev
ail to [EMAIL PROTECTED] > with "unsubscribe freebsd-hackers" in the body of the message -------- E-Mail: Alexander N. Kabaev <[EMAIL PROTECTED]> Date: 12-Oct-2001 Time: 15:29:34 To Unsubscribe: send

RE: debugging vmware3 linux binary

2001-09-28 Thread Alexander N. Kabaev
Mark, linux_kdump port will properly decode Linux syscalls so that you will be able to see where vmware3 binary fails exactly. -- E-Mail: Alexander N. Kabaev <[EMAIL PROTECTED]> To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-hackers" in the body of the message

RE: post 2.95.3 patches to test

2001-09-06 Thread Alexander N. Kabaev
All my previous test cases which used to break without sjlj patches are working with this patch correctly. I guess you might my results to your list of successes. To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-hackers" in the body of the message

RE: kernel ddb help

2001-09-05 Thread Alexander N. Kabaev
ect to cause the panic? Thanks. ------------ E-Mail: Alexander N. Kabaev <[EMAIL PROTECTED]> Date: 05-Sep-2001 Time: 14:44:40 To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-hackers" in the body of the message

Re: GCC Upgrade?

2001-03-21 Thread Alexander N. Kabaev
David O'Brien wrote: > On Wed, Mar 21, 2001 at 01:35:30PM -0500, Alexander N. Kabaev wrote: >> This patch will work. According to Berndt Schmidt, there are some problems >> with it on HP/UX and that was the main reason why it was backed out. > > That I knew, but I never s

Re: GCC Upgrade?

2001-03-21 Thread Alexander N. Kabaev
This patch will work. According to Berndt Schimidt, there are some problems with it on HP/UX and that was the main reason why it was backed out. I never saw any ill effects on i386 with this patch though, while good efects include: a) working sjlj exceptions b) ability to compile QT2 with excepti

Re: GCC Upgrade?

2001-03-21 Thread Alexander N. Kabaev
.95.2 for C++ development. > > /fjoe -- E-Mail: Alexander N. Kabaev <[EMAIL PROTECTED]> Date: 21-Mar-2001 Time: 07:58:37 -- To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-hackers" in the body of the message

Re: GCC Upgrade?

2001-03-20 Thread Alexander N. Kabaev
On 20-Mar-2001 David O'Brien wrote: > On Tue, Mar 20, 2001 at 04:31:06PM -0500, Alexander N. Kabaev wrote: >> I certainly do not see that happening in FreeBSD 4-STABLE any time >> soon. > > It never will. I was trying to tell the same in less definitive words :)

Re: GCC Upgrade?

2001-03-20 Thread Alexander N. Kabaev
On 20-Mar-2001 Titus von Boxberg wrote: > "Alexander N. Kabaev" wrote: >> >> On 19-Mar-2001 Titus von Boxberg wrote: >> > David O'Brien wrote: >> >> >> >> On Mon, Mar 19, 2001 at 02:54:52PM +0100, Titus von Boxberg wrote:

Re: GCC Upgrade?

2001-03-19 Thread Alexander N. Kabaev
C 2.95.3 work properly on AIX 4.x. > Before end of april I cannot investigate the problem any further. > please let me know by then if I may help you with that problem. > > regards > titus > > To Unsubscribe: send mail to [EMAIL PROTECTED] > with "unsubscribe

RE: gcc and exceptions and frame.c

2001-03-19 Thread Alexander N. Kabaev
The stack trace looks pretty useless because of all these "cannot access memory" messages. Anyway, it seems like your program is dying because of unhandled exception. Either you did not provide the suitable try {} catch construct or bug in GCC or your code prevents DWARF unwinder from finding su

Re: FreeBSD pthreads

2001-03-04 Thread Alexander N. Kabaev
> Actually, clone() returns to your program with the stack fixed up > so that you don't crash immediately, FreeBSD has a way of doing > this, it's documented in the manpages and through disucssion on > the mailing lists. > > -- > -Alfred Perlstein - [[EMAIL PROTECTED]|[EMAIL PROTECTED]] Yes, I k

RE: FreeBSD pthreads

2001-03-04 Thread Alexander N. Kabaev
On 04-Mar-2001 Jordan DeLong wrote: > Hey; I've got a question about the pthread implementation on freebsd. I was > looking it over and noticed that the pthread library is green; which is > disadvantagous on SMP machines. I found a port of the linux pthreads, but it > uses rfork() to create th

RE: SYSINIT for userland?

2001-01-25 Thread Alexander N. Kabaev
ards for > it on the way? > > -- > -Alfred Perlstein - [[EMAIL PROTECTED]|[EMAIL PROTECTED]] > "I have the heart of a child; I keep it in a jar on my desk." > > > To Unsubscribe: send mail to [EMAIL PROTECTED] > with "unsubscribe freebsd-hackers" in the body

How to allocate kernel memory with PG_NC_PCD set

2000-10-04 Thread Alexander N. Kabaev
*pte |= PG_NC_PCD; invtlb(); -- E-Mail: Alexander N. Kabaev <[EMAIL PROTECTED]> Date: 04-Oct-00 Time: 12:12:22 -- To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-hackers" in the body of the message

Re: Document about threads

2000-08-25 Thread Alexander N. Kabaev
stay for quite some time and I doubt that it will ever be changed to use DWARF unwinding. -- E-Mail: Alexander N. Kabaev <[EMAIL PROTECTED]> Date: 25-Aug-00 Time: 09:45:59 -- To Unsubscribe: send mail to [

Re: Anyone try the new dual-head G-400 drivers?

2000-08-18 Thread Alexander N. Kabaev
This is the case when I am certainly glad I was mistaken. The sentence from README about driver working only with framebuffer fooled me. Thanks for clearing my confusion. On 18-Aug-00 Jeroen C. van Gelderen wrote: > "Alexander N. Kabaev" wrote: >> >> This driver wil

RE: Anyone try the new dual-head G-400 drivers?

2000-08-17 Thread Alexander N. Kabaev
ems administrator : http://www.afterthought.org/ > research triangle commerce, inc. : 1.919.657.1317 -- E-Mail: Alexander N. Kabaev <[EMAIL PROTECTED]> Date: 17-Aug-00 Time: 22:43:41 --

tconv and friends

2000-05-18 Thread Alexander N. Kabaev
I just noticed that tconv is marked as broken in /usr/src/usr.bin/Makefile. Is there any interest in reviving this program? Or may be it makes more sense to start building tic, infocmp and others from ncurses source as part of the buildworld? To Unsubscribe: send mail to [EMAIL PROTECTED] wit

RE: What are the best gcc optimization options for Pentium 200 M

2000-04-08 Thread Alexander N. Kabaev
What are we going to rip off today and claim as our own? > > Microsoft:Where do you want to be taken today? > > > > To Unsubscribe: send mail to [EMAIL PROTECTED] > with "unsubscribe freebsd-hackers" in the body of the message --

RE: ntop

2000-02-07 Thread Alexander N. Kabaev
Look at /usr/ports/sysutils/lsof To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-hackers" in the body of the message

Page attribute table (PAT) support?

1999-12-19 Thread Alexander N. Kabaev
Are there plans to add support for PAT on Intel P6 and AMD Athlon processors? This feature provides more flexible interface allowing to setup various memory cache modes on a page-by-page bases. It is much easier to program than MTRRs and does not suffer from their size/alignment limitations. Provi

RE: Severe problems with softupdates.

1999-11-11 Thread Alexander N. Kabaev
rom it I'd be very grateful to know. > My /usr partition is uncleanable (although I can 'mount -f' it!! nasty!!). > > Joe. > -- > Josef Karthauser FreeBSD: How many times have you booted today? > Technical Manager Viagra for your server (http://www.uk.fre