Re: tired of crashes

2003-02-05 Thread Martin Blapp
Hi, Looks like bad hw. Have you run memtestx86 on this machine about 2-3 hours ? I had the same effects on one machine ... Martin Martin Blapp, <[EMAIL PROTECTED]> <[EMAIL PROTECTED]> -- ImproWare AG,

Re: 4.7-amd cannot mount exports from 5.0-RELEASE

2003-02-06 Thread Martin Blapp
Hi, It works here for both cases. I've done intensive testing, and I just cannot reproduce this bug. The list here just looks normal as it should be: localhost:/ on /a/localhost (nfs, nodev, nosuid) 127.0.0.1:/ on /a/127.0.0.1 (nfs, nodev, nosuid) levais:/ on /a/levais (nfs, nodev, nosuid) leva

sysinstall disk mess

2003-02-11 Thread Martin Blapp
nd. 4.) Restarted sysinstall 5.) Reinit of slices 6.) Install fails with "cannot write to ar0" ... 7.) Writeing disklabel, or anything fails on the disk. Only reboot solves the problem. Is this a known problem ? Martin Martin Blapp, <[EMAIL PROTECTED]&

Link problems with BCM5703X Gigabit Ethernet on IBM X-Series 305

2003-02-11 Thread Martin Blapp
bge_init(), so the card works as it should. Funny thing is that the link led doesn't work either ;) I guess we have to turn on some strange bit ;) I'll read the specs. If someone has a idea, I'd be happy. Martin Martin Blapp, <[EMAIL PROTECTED]&

Invalid realloc size of 0: Unable to install CURRENT on a IBM x-series305 Server

2003-02-13 Thread Martin Blapp
Hi all, I've tested 5.0R and CURRENT from today on this server and it crashes in sysinstall. Message is: Fatal error: invalid realloc size of 0! Press key to reboot. I can prepare the install fine, newfs works and the box begins to install packets. After a while the message appears. It happen

USB kernel module broken ...

2003-02-14 Thread Martin Blapp
One can not unload the thing ... Please fix. Or please take USB out of the GENERIC kernel. It should also not be enabled And I cannot reboot the box if USB is compiled in. It hangs solid then. No break into DDB possible anymore. # kldunload /boot/kernel/usb.ko kldunload: can't unload file: Devic

Reboot(8) when fsck_ufs is running ?

2003-02-14 Thread Martin Blapp
Hi all, I don't know what the behaviour should be, but when I try to reboot a box which has fsck_ufs is running, it doesn't reboot and I have to powercycle it. Looks also like it just hangs. Do you experience the same at your side ? Shouln't we abort the fsck_ufs and reboot ? Martin To Unsubsc

Re: USB kernel module broken ...

2003-02-14 Thread Martin Blapp
Hi all, The problem is still there. I guess the "SMM does not respond" message leads to the kldunload failure. ibm-01# kldload usb ohci0: mem 0xeddff000-0xeddf irq 10 at device 15.2 on pci0 usb0: OHCI version 1.0, legacy support usb0: SMM does not respond, resetting usb0: on ohci0 usb0: US

Re: Invalid realloc size of 0: Unable to install CURRENT on a IBMx-series 305 Server

2003-02-14 Thread Martin Blapp
I've got more news about this. > Fatal error: invalid realloc size of 0! Press key to reboot. 5.0R is fine. The bug seems to have been introduzed after 5.0R. I cannot install any 5.X snap on this box. I tried 3 different dates including today. Martin To Unsubscribe: send mail to [EMAIL PROTEC

ACPI problems: ACPI-1287: *** Error: Method execution failedAE_AML_BUFFER_LIMIT

2003-02-14 Thread Martin Blapp
This IBM X-Series 305 show these ACPI problems. And rebooting the box with ACPI enabled hangs it (deadlock). Feb 13 17:41:05 ibm-01 kernel: acpi0: on motherboard Feb 13 17:41:05 ibm-01 kernel: ACPI-0625: *** Info: GPE Block0 defined as GPE0 to GPE31 Feb 13 17:41:05 ibm-01 kernel: ACPI-0625: ***

ACPI: working ACPI vs broken ACPI

2003-02-15 Thread Martin Blapp
Hi all, I see these differences here in acpidump: Working board: PM2_GPE0_BLK=0xe428-0xe42f Broken board: PM2_GPE0_BLK=0x428-0x42f PM2_GPE1_BLK=0x528-0x52f, GPE1_BASE=32 And the broken board shows errors like this: The errors like: Feb 13 17:41:05 ibm-01 kernel: ACP

Re: USB kernel module broken ...

2003-02-15 Thread Martin Blapp
Sorry guys, > take USB out of the GENERIC kernel. It should also not > be enabled I had a bad days yesterday. Sorry for this mail ... If you have your birthday and a box refuses to work completly, it can really be frustrating. Martin To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubsc

background fsck deadlocks with ufs2 and big disk

2003-02-18 Thread Martin Blapp
works fine with ufs1. Martin Martin Blapp, <[EMAIL PROTECTED]> <[EMAIL PROTECTED]> -- ImproWare AG, UNIXSP & ISP, Zurlindenstrasse 29, 4133 Pratteln, CH Phone: +41 61 826 93 00 Fax: +41 61 826 93 01 PGP: PGP Fingerprint

gethostbyname_r and realpath_r (FreeBSD or Linux for your MySQLServer)

2003-02-22 Thread Martin Blapp
them. Is someone working on this ? Martin Martin Blapp, <[EMAIL PROTECTED]> <[EMAIL PROTECTED]> -- ImproWare AG, UNIXSP & ISP, Zurlindenstrasse 29, 4133 Pratteln, CH Phone: +41 61 826 93 00 Fax: +41 61 826 93 01 PGP:

Re: Sis chipset

2003-02-26 Thread Martin Blapp
Hi, >Is there a chance to get the built in 100MBit network adapter in the chipset >working somehow? I thought I've fixed the support so it should work ? If not, do you have a "pciconf -lv" output for me ? Martin To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-current"

Re: Sis chipset

2003-02-26 Thread Martin Blapp
Hi, > [EMAIL PROTECTED]:8:0: class=0x02 card=0x chip=0x905010b7 rev=0x00 > hdr=0x00 > vendor = '3COM Corp, Networking Division' > device = '3C905-TX Fast Etherlink XL PCI 10/100' > class= network > subclass = ethernet > [EMAIL PROTECTED]:9:0: class=0x02000

C++ Exception handling with shared libs in current is broken again

2003-03-12 Thread Martin Blapp
$ export LD_LIBRARY_PATH=. [EMAIL PROTECTED]:~/cxxtest$ ./arf calling foo in baz foo caught Bax thowing... returned from foo CURRENT: [EMAIL PROTECTED]:~/cxxtest$ export LD_LIBRARY_PATH=. [EMAIL PROTECTED]:~/cxxtest$ ./arf abort trap ... The exception is not catched at all ... Martin Blapp, <[EM

Re: C++ Exception handling with shared libs in current is brokenagain

2003-03-12 Thread Martin Blapp
Hi all, > [EMAIL PROTECTED]:~/cxxtest$ export LD_LIBRARY_PATH=. > [EMAIL PROTECTED]:~/cxxtest$ ./arf > abort trap rtld from 19.October has the same problem. I guess it must be gcc3.2 which is the problem. Martin To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-current"

ld -Bsharable broken in CURRENT ?

2003-03-12 Thread Martin Blapp
"cought string: " << s << endl; } catch (int i) { cerr << "cought int: " << i << endl; } catch (...) { cerr << "cought something" << endl; } bar(argc); return 0; } -

Re: ld -Bsharable broken in CURRENT ?

2003-03-12 Thread Martin Blapp
Hi all, > See testcase > > [EMAIL PROTECTED]:~/cxxtest2$ ./a.out > cought string: x == 1 > bar: cought string: x == 1 > [EMAIL PROTECTED]:~/cxxtest2$ ./b.out > Abort trap (core dumped) Looks like gcc2.9.x works, but it doesn't need to do this of course. Using ld without using the crt objects w

Re: C++ Exception handling with shared libs in current is brokenagain

2003-03-12 Thread Martin Blapp
Hi, > the gcc side of things, this is the only supported way to make a C++ > shared image with gcc3 on modern ELF platforms: Thank you even I have found that out myself too :) Using ld directly is a no-go for a gcc3.2 platform. Linking with the crt files fixes the problem. Martin To Unsubscribe

Apache2 in per-child mode (was Re: libthr and 1:1 threading)

2003-04-03 Thread Martin Blapp
Hi all, Just a note. Apache2 in per-child mode now works with freebsd, while it deadlocked in the old libc_r on STABLE and CURRENT. Thank you very much ! Martin ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-curre

How to kill a 5.0R installation with 5.1R

2003-06-07 Thread Martin Blapp
e should be at least a warning somewhere in UPDATING. This definitly sucks like hell. Martin Martin Blapp, <[EMAIL PROTECTED]> <[EMAIL PROTECTED]> -- ImproWare AG, UNIXSP & ISP, Zurlindenstrasse 29, 4133 Pratteln, CH

Re: How to kill a 5.0R installation with 5.1R

2003-06-07 Thread Martin Blapp
Hi, This has been one of my laptops. It had three partitions on it, the first one FreeBSD. > How does it crash? I have lilo installed. When I choose freebsd, I get the normal freebsd loader: >> FreeBSD/i386 BOOT After that, I see very fast a message scrolling over the screen, it turns black a

Re: How to kill a 5.0R installation with 5.1R

2003-06-07 Thread Martin Blapp
Hi, > Have you tried loader.old? > I personally also keep a loader.work copy on my systems - just in case. Whooo. Yes, loader.old did the trick. Wow :-) Thanky you very much ! I'm just curious now why the new loader instantly panics. Martin ___ [EMAI

Re: How to kill a 5.0R installation with 5.1R

2003-06-07 Thread Martin Blapp
Hi, > > over the screen, it turns black again, and > > voila, the box has rebooted. > > > > I've killed the second box the same way. After restoring > > boot0/boot1 I found that my disklables were nuked. Enjoy. > > > Um, so what do you use? lilo or boot0? :-) Lilo. And the first box I killed wi

s/i386/1/g with g++3.1 -D ?

2002-05-28 Thread Martin Blapp
^^ In file included from stlport_prefix.h:28, Anybody has a idea why ? Martin Martin Blapp, <[EMAIL PROTECTED]> <[EMAIL PROTECTED]> -- ImproWare AG, UNIXSP & ISP, Zurlindenstrasse 29, 4133 Pratteln, CH Phone: +41 061 8

gcc3.1 problems: undefined reference to `__gxx_personality_v0'

2002-05-29 Thread Martin Blapp
any gcc2 internal prototype to avoid an error. */ #ifdef __cplusplus extern "C" #endif /* We use char because int might match the return type of a gcc2 builtin and then its argument prototype would still apply. */ char XOpenDisplay(); int main() { XOpenDisplay() ; return 0; } Ma

Re: gcc3.1 problems: undefined reference to `__gxx_personality_v0'

2002-05-29 Thread Martin Blapp
Hi, > I've seen this problem too. I don't know if it has been solved, but > -CURRENT's C++ compiler has been broken for a while. The workaround has > been to install the gcc31 port and use it, e.g make > CXX=/usr/local/bin/g++31 And this doesn't work anymore. I see this with a fresh 3.1 port to

Re: gcc3.1 problems: undefined reference to `__gxx_personality_v0'

2002-05-29 Thread Martin Blapp
Hi all, > Have you done a 'make world' in the last 24 hours or so? What does this show: No. And I have tested it now in STABLE to with the gcc32 and gcc31 ports. Result is the same. gcc295 in stable, and a march gcc31 port are fine. All other gcc3.x versions are failing. > ls -l /usr/bin/c++

Re: CURRENT and P-IV problems

2002-05-30 Thread Martin Blapp
Hi all, I can tell now for sure, that all SIG11 and SIG4 problems are gone with make buildworld, if I compile here make(8) rm(8) mkdir(8) with -g -ggdb If I don't do that, make world stops after 4 - 30 seconds. So it could be definitly some optimizing bug in our gcc. And this bug seems to be

Re: gcc3.1 problems: undefined reference to `__gxx_personality_v0'

2002-05-30 Thread Martin Blapp
1.2 20010719 [FreeBSD] (with BFD 2.11.2 20010719 [FreeBSD]) Supported emulations: elf_i386 collect2: ld returned 1 exit status Martin Martin Blapp, <[EMAIL PROTECTED]> <[EMAIL PROTECTED]> -- ImproWare AG, UNIXSP & IS

libstdc++ problem with recent CURRENT

2002-05-30 Thread Martin Blapp
ep sqrtl 018a T sqrtl STABLE GCC31 port from mai25 # nm /usr/local/lib/gcc-lib/i386-portbld-freebsd5.0/3.1/libstdc++.a | grep sqrtl 018a T sqrtl Martin Martin Blapp, <[EMAIL PROTECTED]> <[EMAIL PROTECTED]>

Re: FreeBSD Port: gcc31-3.1

2002-05-30 Thread Martin Blapp
e port soon. Martin Martin Blapp, <[EMAIL PROTECTED]> <[EMAIL PROTECTED]> -- ImproWare AG, UNIXSP & ISP, Zurlindenstrasse 29, 4133 Pratteln, CH Phone: +41 061 826 93 00: +41 61 826 93 01 PGP: PGP Fingerprint: B434 53

Solved: libstdc++ problem with recent CURRENT

2002-05-30 Thread Martin Blapp
function. */ -/* #undef HAVE_SQRTL */ +#define HAVE_SQRTL 1 /* Define if you have the strtof function. */ /* #undef HAVE_STRTOF */ Martin Martin Blapp, <[EMAIL PROTECTED]> <[EMAIL PROTECTED]> -- ImproWare AG,

Re: Solved: libstdc++ problem with recent CURRENT

2002-05-30 Thread Martin Blapp
stdc++.a | grep sqrtl 016c T sqrtl root@fuchur:/usr/src/gnu/lib/libstdc++# nm /usr/lib/libstdc++.a | grep sinl 00000134 T sinl Martin Blapp, <[EMAIL PROTECTED]> <[EMAIL PROTECTED]> -- ImproWare AG, UNIXSP & ISP, Zur

Re: Solved: libstdc++ problem with recent CURRENT

2002-05-30 Thread Martin Blapp
hi Peter, > To be sure we're all on the same page, simply uncommenting stubs.c solves > your problem with no libm changes, right? Exactly. Martin To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-current" in the body of the message

stlport with gcc3 broken in CURRENT

2002-06-06 Thread Martin Blapp
debugging unreliable. Quit this debugging session? (y or n) n Create a core file containing the current state of GDB? (y or n) n Martin Martin Blapp, <[EMAIL PROTECTED]> <[EMAIL PROTECTED]> -- ImproWare AG, UNIXSP &

Re: nl_langinfo is MFCed, but what about compat/libc.so.4?

2002-06-06 Thread Martin Blapp
un 7 02:38 libc_r.so.4 Can we please add now new uuencoded versions to the build ? That would make the openofice package working on CURRENT ! Martin Martin Blapp, <[EMAIL PROTECTED]> <[EMAIL PROTECTED]> -- ImproWare

Re: nl_langinfo is MFCed, but what about compat/libc.so.4?

2002-06-06 Thread Martin Blapp
Hi, > Why is it linked against a hacked 4.x libc, instead of an > unhacked 5.x libc? Because gcc31 and libstd++ and stlport are unusable for OpenOffice to build. Exceptions are broken. Optimazations are broken. > > Why is the compat stuff necessary for -current at all? Because some users like

Re: nl_langinfo is MFCed, but what about compat/libc.so.4?

2002-06-06 Thread Martin Blapp
Hi > I think that if this is going to result in MFC's of things that > change the libraries for 4.6, that the update of the libc image > in 5.x for -compat is going to have to wait for 4.6-RELEASE. That's a good idea. > I also think that it may mean another major version number change, > since

Re: nl_langinfo is MFCed, but what about compat/libc.so.4?

2002-06-07 Thread Martin Blapp
Hi Terry, > I saw a posting of some of the breakage. There was a type that > wasn't defined in scope in a prototype, and then there were a > couple that were missing (e.g. "unexpected ;") because of some > bogus includes. I didn't really see anything that I could blame > on GCC31 itself (I adm

Re: stlport with gcc3 broken in CURRENT

2002-06-07 Thread Martin Blapp
This is very interesting ... diff -ruN /usr/ports/lang/gcc31/work/gcc-20020527/libstdc++-v3 /usr/src/contrib/libstdc++ | more I guess this issues has been fixed in the ports version, and is still unfixed in the system. Why can't we just cvs import the new version ? Martin Martin

Re: Mozilla 1.0 error

2002-06-07 Thread Martin Blapp
s/www/mozilla/work/mozilla/dist/bin -type d | /usr/bin/sort -r | /usr/bin/xargs /bin/rmdir 2> /dev/null || true ===> Installing for mozilla-1.0,1 ===> mozilla-1.0,1 depends on shared library: ORBit.2 - found See :-) ? Our current g++ in system is seriously broken. Martin Martin

Re: PATCH: wchar_t is already defined in libstd++

2002-06-18 Thread Martin Blapp
Hi Terry, > Terry Lambert wrote: > > In any case, here is a patch for i386; you will need similar > > patches for the other architectures. > > Oops. > > I messed the negative logic. BTW, that should be an #ifndef > insdtead of a #ifdef in your original patch. > > Here is a corrected patch for a

Re: (forw) Apache2 in threaded mode for FreeBSD..

2002-06-21 Thread Martin Blapp
Hi Daniel, > > Just spotted this on the Apache development mailinglist. It seems they > need our help to fix threads issues, but have not succeeded in that and > gave up.. :/ > > Is there anything we can get done to help make Apache 2 on FreeBSD work > well in threaded/perchild mode? Could you

Re: Apache2 in threaded mode for FreeBSD ...

2002-06-21 Thread Martin Blapp
hread_kern_poll (wait_reqd=2) at /usr/src/lib/libc_r/uthread/uthread_kern.c:829 #2 0x282b0dea in _thread_kern_scheduler () at /usr/src/lib/libc_r/uthread/uthread_kern.c:482 #3 0x0 in ?? () Martin PS: I seem to get the same deadlock if in OpenOffice if I open a website and try to edit it ...

Re: (forw) Apache2 in threaded mode for FreeBSD..

2002-06-21 Thread Martin Blapp
Hi, Looks like Rev. 1.9 and Rev. 1.7 of src/lib/libc_r/uthread/uthread_sendfile.c never have been MFC'd. I added those fixes, but apache2 is still a no go with threads. Martin Martin Blapp, <[EMAIL PROTECTED]> <[E

Re: GCC3.1 internal compiler error when compiling XFree86-4-libraries

2002-06-21 Thread Martin Blapp
artin Martin Blapp, <[EMAIL PROTECTED]> <[EMAIL PROTECTED]> -- ImproWare AG, UNIXSP & ISP, Zurlindenstrasse 29, 4133 Pratteln, CH Phone: +41 061 826 93 00: +41 61 826 93 01 PGP: PGP Fingerprint: B434 53FC C87C FE7B 0A1

Re: GCC3.1 internal compiler error when compiling XFree86-4-libraries

2002-06-22 Thread Martin Blapp
Hi Stefan, Did the GCC-3.1 from ports compile translate.c with optimization > turned on ??? > > It didn't, just one or two weeks ago. GCC3.1.1 Prerelease. Yes it did. I removed the patch andd added -O and -O2 again. Martin To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe fr

Re: GCC3.1 internal compiler error when compiling XFree86-4-libraries

2002-06-22 Thread Martin Blapp
Hi, > make CC=gcc31 CXX=g++31 clean install This currently doesn't work with the Xfree86 ports. CC is hardcoded there. Could the maintainer please fix this ? I also had to fix OO to work with this. Martin To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-current" in

Re: GCC3.1 internal compiler error when compiling XFree86-4-libraries

2002-06-23 Thread Martin Blapp
Very very strange ... How recent is your CURRENT ? Mine is : FreeBSD 5.0-CURRENT #2: Fri May 31 09:49:38 CEST 2002 root@fuchur:/usr/ports/x11/XFree86-4-libraries# pwd /usr/ports/x11/XFree86-4-libraries root@fuchur:/usr/ports/x11/XFree86-4-libraries# cc --version gcc (GCC) 3.1.1 20020617 (pre

Re: GCC3.1 internal compiler error when compiling XFree86-4-libraries

2002-06-23 Thread Martin Blapp
Hi, I see the bug now too - with the newest snapshot. Sorry about this ! Martin Martin Blapp, <[EMAIL PROTECTED]> <[EMAIL PROTECTED]> -- ImproWare AG, UNIXSP & ISP, Zurlindenstrasse 29, 4133 Pratteln, CH Phone: +

Re: bin/39674: the new rpcbind lacks the -h IPAddrs feature of theportmap d.

2002-07-09 Thread Martin Blapp
graphical issue, nothing else. rpcinfo will only contain one entry per protocol. Martin Martin Blapp, <[EMAIL PROTECTED]> <[EMAIL PROTECTED]> -- ImproWare AG, UNIXSP & ISP, Zurlindenstrasse 29, 4133 Pratteln, CH Phone: +

Re: openoffice is compiling again!...but won't run.

2002-07-11 Thread Martin Blapp
packages compiled with gcc31 on STABLE, which run wonderful on CURRENT with compat libs ... http://www.imp.ch/openoffice Martin Martin Blapp, <[EMAIL PROTECTED]> <[EMAIL PROTECTED]> -- ImproWare AG, UNIXSP & ISP, Zur

Re: openoffice is compiling again!...but won't run.

2002-07-12 Thread Martin Blapp
Hi, > btw does it still use -fsjlj method for exception handling? sjlj and dwarf2 work. But the problem with CURRENT is that this patch seems to be needed. (Patch from Alexander Kabaev) Index: config/i386/freebsd.h === RCS file: /

Please review and commit : Revised rpcgen (1) patch updated

2002-07-14 Thread Martin Blapp
ect cflags. Patch is based on my work and Jean-Luc Richier <[EMAIL PROTECTED]>. Comments are welcome. Martin Martin Blapp, <[EMAIL PROTECTED]> <[EMAIL PROTECTED]> -- ImproWare AG, UNIXSP & ISP, Zurlindenstrasse 29,

Re: Please review and commit : Revised rpcgen (1) patch updated

2002-07-14 Thread Martin Blapp
Hi, > I'm still upset that we don't have tirpc99, when do you plan on porting > that over? I can do it now. I mostly stopped working on it, cause almost nobody did care about to commit my patches bside you and Ian. Martin To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freeb

Re: Please review and commit : Revised rpcgen (1) patch updated

2002-07-15 Thread Martin Blapp
Hi, > If you are interested, I have make a full check of NFS/RPC related code in > FreeBSD current (June 24), and I have some mods to complete the port of > kernel NFS and RPC applcations to TI-RPC and/or IPv6 > The modified files are: Of course we are interested ! I knew that many servers did

[PATCH] Broken rpc client handle routine

2002-07-22 Thread Martin Blapp
client = getclnthandle(host, nconf, &parms.r_addr); Martin Blapp, <[EMAIL PROTECTED]> <[EMAIL PROTECTED]> -- ImproWare AG, UNIXSP & ISP, Zurlindenstrasse 29, 4133 Pratteln, CH Phone: +41 061 826 93 00: +41 61 826 93 0

GCC 3.2

2002-08-18 Thread Martin Blapp
Hi, Any plans or ideas when gcc3.2 will be imported ? Martin Martin Blapp, <[EMAIL PROTECTED]> <[EMAIL PROTECTED]> -- ImproWare AG, UNIXSP & ISP, Zurlindenstrasse 29, 4133 Pratteln, CH Phone: +41 061 826 93 00:

Re: GCC 3.2

2002-08-18 Thread Martin Blapp
Hi, > I think if you search the mailinglist archive you will find your answer > quickly (it has been addressed several times). Thanks, yes found it. But with the answers I'm very unpleased. I really really hope that we import either 3.2 or 3.3 now. Personally I'd go with 3.2. The fact is that

Exceptions problems with gcc3.1.1. try/catch does not work in allcases

2002-08-20 Thread Martin Blapp
Hi all / Alexander, > Kevin B. Hendricks <[EMAIL PROTECTED]> wrote > > I would say either your bridge code is broken the walk back of the > exception handler is not finding the proper "try" clause for some > reason. > The bridge code should be fine as it works in Linux with gcc3.1.1. > The cat

Solved: CURRENT and P-IV problems

2002-08-21 Thread Martin Blapp
ssue could this be with the Intel manufacured board ? Is it a design issue, or could it still be a FreeBSD bug ? Both Mobo's use the same i845 chipset, and use the same Ram. Can anyone who experienced those coredumps send me a exact list of used chipsets ? Martin Martin Blapp, <[EMAIL P

Re: Solved: CURRENT and P-IV problems

2002-08-21 Thread Martin Blapp
Hi, > I have a P4 mobile in my laptop and also had this behaviour for a certain > -current window last week (the time I got the laptop). (Dell C640) > Now it is gone. I'm sorry, I don't have an exact date/commit. Try to do some worlds in a row (5-10) and you will see if it survives. The probl

Re: Solved: CURRENT and P-IV problems

2002-08-21 Thread Martin Blapp
Hi, > > The 2nd one fails at exactly the same point, that can't be coindedence. > > Also with a signal 10. (libutil) > > > > The 3rd ended somewhere else(games/rogue), but now with signal 4. > > > > Doing the 4rd now. > > Which ends with signal 11 in usr.sbin/devinfo/ ... > > Mark May this be t

Re: Solved: CURRENT and P-IV problems

2002-08-21 Thread Martin Blapp
artin Martin Blapp, <[EMAIL PROTECTED]> <[EMAIL PROTECTED]> -- ImproWare AG, UNIXSP & ISP, Zurlindenstrasse 29, 4133 Pratteln, CH Phone: +41 061 826 93 00: +41 61 826 93 01 PGP: PGP Fingerprint: B434 53FC C87C FE7B 0A1

XFree86 segfaulting on recent CURRENT

2002-08-22 Thread Martin Blapp
= 0 (0x0) mmap(0x0,65536,0x1,0x1,4,0xe)= 674123776 (0x282e5000) munmap(0x282e5000,0x1) = 0 (0x0) sigaction(SIGSEGV,0xbfbff908,0xbfbff8e8) = 0 (0x0) I've removed everything and build a new X. Same symptoms. Mmap problem ? Martin Martin

Re: XFree86 segfaulting on recent CURRENT

2002-08-22 Thread Martin Blapp
Hi, I don't know why, but adding this to XF86Config: Option "NoInt10" Solved the problem. Thank you anyways ;-) Martin To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-current" in the body of the message

Re: Memory corruption in CURRENT

2002-08-22 Thread Martin Blapp
Hi Soeren, > However, this kind of problem in most cases spells bad HW to me, > ie subspec RAM, poor powersupply, badly cooled CPU, overclocking etc etc... That's what I thought too. I have now three different systems which show all this: 1) PIV 1,6Ghz, Intel B845DG Board, 1GB Kingston Ram, 2)

Re: Memory corruption in CURRENT

2002-08-22 Thread Martin Blapp
Hi, > options DISABLE_PSE > options DISABLE_PG_G Just added them. I'll now build 20 buildworlds with those enabled. Martin To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-current" in the body of the message

Re: Memory corruption in CURRENT

2002-08-22 Thread Martin Blapp
after such an action, but showed up again later after some buildworlds. Martin Martin Blapp, <[EMAIL PROTECTED]> <[EMAIL PROTECTED]> -- ImproWare AG, UNIXSP & ISP, Zurlindenstrasse 29, 4133 Pratteln, CH Phone: +41 061 8

Re: Memory corruption in CURRENT

2002-08-22 Thread Martin Blapp
Hi Terry, > > > > options DISABLE_PSE > > > > options DISABLE_PG_G I'm now at buildworld IV, since I have these options compiled it the bug did not show up again. Another sideeffect: Before that I could not even make -j 10 buildworld, that ended with a page fault somewhere im pmap.

Re: HEADS UP: GCC 3.2 in progress

2002-09-01 Thread Martin Blapp
Hi, > totally wrong, and this won't break things. I'm just a bit startled that > this appears out of nowhere (I sure don't recall it being discussed) and > just happens, with 10 minutes warning. The 2.95.3 -> 3.1 prerelease upgrade was a big step. 3.1 prerelease -> 3.2 is a little step which f

KDE broken on CURRENT (with gcc3.2)

2002-09-03 Thread Martin Blapp
Leaving directory `/usr/ports/devel/fam/work/fam-2.6.8/fam' gmake[1]: *** [all-recursive] Error 1 gmake[1]: Leaving directory `/usr/ports/devel/fam/work/fam-2.6.8' gmake: *** [all-recursive-am] Error 2 *** Error code 2 Martin Martin Blapp, <[EMAIL PROTECTED]> <[EMAIL PROTECTED]>

Re: KDE broken on CURRENT (with gcc3.2)

2002-09-03 Thread Martin Blapp
Folks, > ports/audio/arts > I got this one solved by rm /usr/ports. It was a stale patch :/ > ports/devel/fam > --- > > c++ -DHAVE_CONFIG_H -I. -I. -I.. -I../include -DCONFIG_ETC_CONFIG_PATH=\"/usr/lo > cal/etc/fam.conf\"-O -pipe -c RPC_TCP_Connector.c++ > c++

Re: KDE broken on CURRENT (with gcc3.2)

2002-09-03 Thread Martin Blapp
Hi, > That's not KDE domain, though. We only depend on FAM. Of course ;-) But the arts problem I fixed - sigh - was a KDE problem. I just listed this one too. Martin To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-current" in the body of the message

Uncommitted dc0 fixes ...

2002-09-04 Thread Martin Blapp
" + "rx to idle state\n", sc->dc_unit); + } + } } Martin Blapp, <[EMAIL PROTECTED]> <[EMAIL PROTECTED]> -- ImproWare AG, UNIXSP & ISP, Zurlindenstrasse 29, 413

Re: Uncommitted dc0 fixes ...

2002-09-04 Thread Martin Blapp
Ups, forgot to add here the PR number ... > 3) ADMtek AN98x, enable automatically TX underrun recovery http://www.FreeBSD.org/cgi/query-pr.cgi?pr=34236 > Patch No3 fixes some part of link problem on EN2242 cards. > I've tested this patch and it makes by laptop working again with > cvsup. Mart

Re: fam broken on CURRENT (with gcc3.2)

2002-09-04 Thread Martin Blapp
Hi, > I have upgraded fam to 2.6.9. Please check if the problem still exists. > Thanks. Yes it is still broken. Can you review this patch and commit it appropriate ? This fixes the brokeness with gcc32. $ cat patch-Scheduler.h --- Scheduler.h.origWed Sep 4 22:50:11 2002 +++ Scheduler.h W

KDE with all dependencies now running

2002-09-04 Thread Martin Blapp
de with _ALL_ dependencies. Thank you everybody who made this possible. Alexander, will you commmit the gcc workaround ? Martin Martin Blapp, <[EMAIL PROTECTED]> <[EMAIL PROTECTED]> -- ImproWare AG, UNIXSP & ISP, Zurlinden

Re: Uncommitted dc0 fixes ...

2002-09-05 Thread Martin Blapp
Hi, > When I tried these patches manually handpatching on 08182002 JP > SNAPSHOT, it took away the error messages like you had mentioned except > I can ping everything except for the gateway. Also, no other protocols > would work at all so it seems like something else broke. I took out >

Fam and FreeBSD: we support polling mode only ?

2002-09-06 Thread Martin Blapp
se posting ... http://groups.google.com/groups?q=netbsd+imon&hl=en&lr=&ie=UTF-8&selm=20010315153337.A3926%40wasabisystems.com&rnum=2 Martin Martin Blapp, <[EMAIL PROTECTED]> <[EMAIL PROTECTED]> -- Im

Re: Fam and FreeBSD: we support polling mode only ?

2002-09-06 Thread Martin Blapp
Hi, > As the kqueue paper points out, /dev/imon is less efficient that > the kqueue equivalent. Of course. But it sucks adding kqueue support to all programs which already use imon support. I'll do this now for the fam port. Any other programs out there which use /dev/imon directly ? That mea

Re: Fam and FreeBSD: we support polling mode only ?

2002-09-06 Thread Martin Blapp
u done one ? Martin Martin Blapp, <[EMAIL PROTECTED]> <[EMAIL PROTECTED]> -- ImproWare AG, UNIXSP & ISP, Zurlindenstrasse 29, 4133 Pratteln, CH Phone: +41 061 826 93 00: +41 61 826 93 01 PGP: PGP Fingerprint: B434 53FC C87

Re: Uncommitted dc0 fixes ...

2002-09-10 Thread Martin Blapp
Hi, > and Martins patch: > This one works standalone and with 2 and 3 above. It seems to have > increase ftp transfer rates too from 8600Kbytes/sec to 10577Kbytes/sec. Cool. > Ofcourse, for some odd reason, if the ftp was done from a Windows XP Pro > machine, it's only 6722KBytes/sec. Hmm. T

Re: Uncommitted dc0 fixes ...

2002-09-10 Thread Martin Blapp
Hi, > 1) dc driver uses wrong case to read MAC from eeprom. > > http://www.FreeBSD.org/cgi/query-pr.cgi?pr=kern/35482 > > This one seems to break data sending/receiving as the only thing that > works is pinging and that's only on the alias/secondary IP and not the > primary IP network which is c

panic: bad pte

2002-09-11 Thread Martin Blapp
ss' mapping at this time (kgdb) p pte $1 = (pt_entry_t *) 0xbfc20370 (kgdb) p tpte $2 = 0 (kgdb) p pv->pv_va $3 = 135118848 Martin Martin Blapp, <[EMAIL PROTECTED]> <[EMAIL PROTECTED]> -- ImproWare AG, UNIXSP &a

Re: panic: bad pte

2002-09-11 Thread Martin Blapp
when I started this during fsck_ufs was validating my /usr disk (soft updates, post fsck check) Martin Martin Blapp, <[EMAIL PROTECTED]> <[EMAIL PROTECTED]> -- ImproWare AG, UNIXSP & ISP, Zurlindenstrasse 29, 4133 Prattel

Softupdate panic: softdep_update_inodeblock: update failed

2002-09-11 Thread Martin Blapp
p inodedep $7 = (struct inodedep *) 0x0 Huh. What's going on here ? Martin Martin Blapp, <[EMAIL PROTECTED]> <[EMAIL PROTECTED]> -- ImproWare AG, UNIXSP & ISP, Zurlindenstrasse 29, 4133 Pratteln, CH Phone: +41

Re: Softupdate panic: softdep_update_inodeblock: update failed

2002-09-11 Thread Martin Blapp
Hi, > If I were you I'd start swapping memory modules, because I'm not having Already did that. I even used ECC ram. > any trouble with -CURRENT and I havn't seen anyone else having trouble. Did you try to build a huge project ? If I don't compile anything big and load the machine it works pe

Re: Softupdate panic: softdep_update_inodeblock: update failed

2002-09-12 Thread Martin Blapp
Hi, > > Oh ok, wierd... I've only tried (unsuccessfully, the compiler errors out) > > kde3, and some make worlds and stuff. I guess that's not strenuous enough. > > kde3 compiled okay for me with Alexander Kabaev's gcc patch posted to > this ML. I could compile KDE, XFree86 and make buildworld

Re: Softupdate panic: softdep_update_inodeblock: update failed

2002-09-12 Thread Martin Blapp
Hi, > > options DISABLE_PSE > options DISABLE_PG_G I use that too. With them enabled I see memory corruption. > Just a thought ... What type of disks are you using? I'm running SCSI > here. ATA ... But I should see disk errors then ... I've bought now new disks and will try

panic: buffer not busy ??? (pagefault)

2002-09-12 Thread Martin Blapp
f_edx = 10, tf_ecx = 0, tf _eax = 1, tf_trapno = 12, tf_err = 2, tf_eip = 134905791, tf_cs = 31, tf_eflags = 658, tf_esp = -1077938100, tf_ss = 47}) at /usr/src/sys/i386/i386/trap.c:1050 #18 0xc02f356d in Xint0x80_syscall () at {standard input}:140 Martin Martin Blapp, <[EMAIL PROTECTED]&

Re: panic: buffer not busy ??? (pagefault)

2002-09-12 Thread Martin Blapp
SCSI disk ! Does somewhere a alarm bell ring ? Or may it only be the limited speed comaring the SCSI disk to the ATA Raids ? Would it be possible that gcc32 does make some faulty code in the ata subsystem ? Martin Martin Blapp, <[EMAIL PROTECTED]> &

Re: panic: buffer not busy ??? (pagefault)

2002-09-12 Thread Martin Blapp
, idu_savedino2 = 0x0}} Can anyone help here ? Martin Martin Blapp, <[EMAIL PROTECTED]> <[EMAIL PROTECTED]> -- ImproWare AG, UNIXSP & ISP, Zurlindenstrasse 29, 4133 Pratteln, CH Phone: +41 061 826 93 00: +41 61 826 93 01 P

kernel trap 12, pagefault (KSE problems ?)

2002-09-13 Thread Martin Blapp
Julian, Just got anotherone. It happened when I pressed CTRL Z ... This is CURRENT of today. The pagefault always happens at the same place. I really don't know how I can debug this ... :-( In any case, tf_ebp looks bugus here. #27 0xc03ace38 in syscall (frame= {tf_fs = 47, tf_es = 47,

Re: filesystem corruption ?

2002-09-17 Thread Martin Blapp
Hi, > I was seeing random-looking memory corruption on my Athlon box during > repeated buildworld runs without these options. I've also got 1GB of > RAM, so the source tree would remain cached in RAM after the first run. > The memory corruption would show up as damage to random files in the > s

Crashdumps available for download ... please help

2002-09-17 Thread Martin Blapp
Hi all, Hope this helps people. After I've disabled the secondlevel CPU cache, the panic is now always at the same place: 0xc02fd315 is in pmap_remove_pages (/usr/src/sys/i386/i386/pmap.c:2941). 2936#ifdef PMAP_REMOVE_PAGES_CURPROC_ONLY 2937pte = vtopte(pv->pv_va); 2938

Re: Crashdumps available for download ... please help

2002-09-17 Thread Martin Blapp
Hi, > Try building your kernel with "options PMAP_REMOVE_PAGES_CURPROC_ONLY" and > see if the panic goes away. If that works, the problem is > pmap_pte_quick(). I'll do ASAP. I'm at work at the moment, and the box in question is at home :). Thanks very much for looking into that ! > In looki

<    1   2   3   4   >