This is the mail archive of the cygwin@cygwin.com mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Available for test: gcc-3.1.1-3, gcc2-2.95.3-9, gcc-mingw-3_1-20020516-2


If the debugger worked, yes I would *of course* run gdb and see where it
crashes.

At the moment when I run the debugger (the latest exp version of gdb) it
puts its "start of main" breakpoint in a piece of code that is nowhere near
main and when I try to step or run my program, my program seg-faults.  The
debugger at this point freezes completely.  I have compiled the entire
source code with -ggdb and even -g but to no avail.

As I may have mentioned, the program we are developing uses a large amount
of modern C++ (boost/mpl/loki etc) and it seems to kind of push the compiler
and gdb to their limits.  Simpler programs I've compiled and tested work
fine.

I'm clutching at straws, which is why I was asking about ABI changes
between -march=pentiumpro and -march=pentium2/3, would alignment adjustments
in the linker (I think you mentioned you had to revert some changes to get
the old gcc to work properly?)

Now, the reasons I'm mailing to this list are that the program works *fine*
without the -mpentium2/3 option to gcc.  It also works *fine* even with
those options if I run it from a command.com bash shell.  The program itself
is a 3d OpenGL program and a non-cygwin application (although not currently
compiling with -mno-cygwin because mingw wasn't up to gccv3.1 until
recently), the program (when it runs from a command.com bash shell) exhibits
absolutely no problems at all.  When it is able to run from rxvt at all,
simply no output appears whatsoever... when it doesn't run, it crashes
immediately and doesn't even write a stackdump file.

The problem might simply be gcc-related but its odd how it is broken "in
combination" with rxvt.

Just trying to catch some of these problems before they get to other
people... any help appreciated.

Regards

---------------------------------
Q-Games, Dylan Cuthbert.
http://www.q-games.com

PS. rxvt seems to have a no. of problems - sometimes pushing ctrl-o simply
freezes it completely, I haven't tracked down the exact conditions but it is
really annoying sometimes. .Clicking on the top-right close-window button
when it is running a child-process causes the window to disappear but the
task to keep running.- type "sleep 1h" into an rxvt shell, close the window
with the X button and type ps in another shell and you'll see what I mean...




--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Bug reporting:         http://cygwin.com/bugs.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]