abchr-users Mailing List for ABC/HR Audio Comparison Tool
Status: Beta
Brought to you by:
chaese
You can subscribe to this list here.
| 2003 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
(3) |
Nov
|
Dec
|
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 2004 |
Jan
|
Feb
|
Mar
|
Apr
|
May
(1) |
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
|
From: <ben...@id...> - 2004-05-25 11:20:48
|
Dear Open Source developer I am doing a research project on "Fun and Software Development" in which I kindly invite you to participate. You will find the online survey under http://fasd.ethz.ch/qsf/. The questionnaire consists of 53 questions and you will need about 15 minutes to complete it. With the FASD project (Fun and Software Development) we want to define the motivational significance of fun when software developers decide to engage in Open Source projects. What is special about our research project is that a similar survey is planned with software developers in commercial firms. This procedure allows the immediate comparison between the involved individuals and the conditions of production of these two development models. Thus we hope to obtain substantial new insights to the phenomenon of Open Source Development. With many thanks for your participation, Benno Luthiger PS: The results of the survey will be published under http://www.isu.unizh.ch/fuehrung/blprojects/FASD/. We have set up the mailing list fa...@we... for this study. Please see http://fasd.ethz.ch/qsf/mailinglist_en.html for registration to this mailing list. _______________________________________________________________________ Benno Luthiger Swiss Federal Institute of Technology Zurich 8092 Zurich Mail: benno.luthiger(at)id.ethz.ch _______________________________________________________________________ |
|
From: Carsten H. <ca...@un...> - 2003-10-09 12:29:57
|
On Wed, 2003-10-08 at 17:38, Dan Christiansen wrote: > Hi, > > It now compiles fine on Mac OS X :) > > However, it segfaults immediately when run. I haven't tried debugging > C++ code before, so I'm not quite sure how I should find the exact > location of the bug. The stack trace - pasted below - suggests that the > bug is in wxWindows (I'm using 2.4 for mac) since it never makes it > into main(), but dies loading wxWindows. Am I the only one experiencing > this? You are the only one I've heard of, but then again, you're possibly the only one brave enough to try compiling abchr on Max OS X :) Could you make a debug build of abchr? On other platforms this would entail passing the -g flag to gcc, but I don't know if that is true on Mac OS X. If possible, could you also make a debug build of wxWindows? With the debugging information, the back trace will show more helpful information that might help me track down the problem. When you send me the enhanced back trace, please let me know the full version number of wxWindows you're using, so that I can cross-reference the back trace with the correct source code. Thanks, Carsten. |
|
From: Dan C. <da...@da...> - 2003-10-08 21:38:24
|
Hi, It now compiles fine on Mac OS X :) However, it segfaults immediately when run. I haven't tried debugging C++ code before, so I'm not quite sure how I should find the exact location of the bug. The stack trace - pasted below - suggests that the bug is in wxWindows (I'm using 2.4 for mac) since it never makes it into main(), but dies loading wxWindows. Am I the only one experiencing this? Here the is the back trace: > #0 0x00801858 in wxString::AllocBeforeWrite(unsigned long) () > #1 0x00801ba0 in wxString::AssignCopy(unsigned long, char const*) () > #2 0x00801d28 in wxString::operator=(char const*) () > #3 0x007f3150 in wxProtoInfo::wxProtoInfo(char const*, char const*, > bool, wxClassInfo*) () > #4 0x00977ea8 in __static_initialization_and_destruction_0(int, int) > () > #5 0x8fe16350 in __dyld_call_module_initializers_for_library () > #6 0x8fe160e4 in __dyld_call_module_initializers () > #7 0x8fe133ac in __dyld__dyld_make_delayed_module_initializer_calls () > #8 0x00002238 in _call_mod_init_funcs () at > /SourceCache/Csu/Csu-45/crt.c:299 > #9 0x00002120 in _start (argc=1, argv=0xbffffb84, envp=0xbffffb8c) at > /SourceCache/Csu/Csu-45/crt.c:217 > #10 0x00002080 in start () On Wednesday, October 8, 2003, at 11:02 PM, Carsten Haese wrote: > Hiya, > > I have uploaded a forked version of 0.2 that uses portaudio > (www.portaudio.com) instead of SDL for audio output. Please give this > one a try if the SDL version causes problems, and let me know if it > works better (or at all :) > > Please refer to > http://sourceforge.net/project/ > showfiles.php?group_id=91836&release_id=189741 for release notes and > to download the package. > > Cheers, > > Carsten. > > > > > ------------------------------------------------------- > This SF.net email is sponsored by: SF.net Giveback Program. > SourceForge.net hosts over 70,000 Open Source Projects. > See the people who have HELPED US provide better services: > Click here: http://sourceforge.net/supporters.php > _______________________________________________ > Abchr-users mailing list > Abc...@li... > https://lists.sourceforge.net/lists/listinfo/abchr-users > |
|
From: Carsten H. <ca...@un...> - 2003-10-08 21:02:16
|
Hiya, I have uploaded a forked version of 0.2 that uses portaudio (www.portaudio.com) instead of SDL for audio output. Please give this one a try if the SDL version causes problems, and let me know if it works better (or at all :) Please refer to http://sourceforge.net/project/showfiles.php?group_id=91836&release_id=189741 for release notes and to download the package. Cheers, Carsten. |