-
epronk committed revision 50 to the NPath analyser for C++ SVN repository, changing 5 files.
2008-09-08 13:14:03 UTC in NPath analyser for C++
-
epronk committed revision 49 to the NPath analyser for C++ SVN repository, changing 8 files.
2008-09-08 11:43:47 UTC in NPath analyser for C++
-
epronk committed revision 48 to the NPath analyser for C++ SVN repository, changing 8 files.
2008-09-08 10:35:59 UTC in NPath analyser for C++
-
epronk committed revision 47 to the NPath analyser for C++ SVN repository, changing 1 files.
2008-09-08 10:20:42 UTC in NPath analyser for C++
-
epronk committed revision 46 to the NPath analyser for C++ SVN repository, changing 1 files.
2008-09-08 10:19:58 UTC in NPath analyser for C++
-
epronk committed revision 45 to the NPath analyser for C++ SVN repository, changing 1 files.
2008-09-08 10:19:15 UTC in NPath analyser for C++
-
epronk committed revision 44 to the NPath analyser for C++ SVN repository, changing 1 files.
2008-09-08 10:15:44 UTC in NPath analyser for C++
-
The ipw2200 project distributes firmware in a binary form with a non open source license. I do use these drivers and the required firmware, but I believe the firmware part does not belong on sf.net. I want to ask sf.net to request to this project to remove these files from the project and host them elsewhere.
Regards,
Eddy Pronk.
2008-04-25 06:05:59 UTC in SourceForge.net
-
What is going on if you get a SIGSEGV here?
Program received signal SIGSEGV, Segmentation fault.
0x00033b78 in _duma_init_slack (slot=0xfe280920) at duma_hlp.h:209
209 tmpBegAddr = (char*)slot->userAddress + slot->userSize;
Current language: auto; currently c
(gdb) where
#0 0x00033b78 in _duma_init_slack (slot=0xfe280920) at duma_hlp.h:209
#1 0x00035a48 in _duma_allocate...
2007-11-16 00:43:22 UTC in DUMA library
-
I Found out my fix is not complete.
make OS=solaris
Testing DUMA (dynamic library).
(LD_PRELOAD=./libduma.so.0.0 DYLD_INSERT_LIBRARIES=./libduma.so.0.0 DYLD_FORCE_FLAT_NAMESPACE=1 exec ./tstheap_so 3072)
/bin/sh: ./tstheap_so: not found
make: *** [all] Error 1
If I do this it works:
make
make OS=solaris
So, it relies on tstheap_so which doesn't get build properly. I'll try to...
2007-11-14 05:35:08 UTC in DUMA library