This is the mail archive of the cygwin 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]

cygheap and long parameter lines


I'm still getting the following error when executing a command with many
parameters. It is interesting, that the program exited normally, did not
crash when in gdb. When not in gdb it crashes.
When I cut the parameters in two smaller parts, it runs perfectly, so it
must be related to parameter number.

When running with strace at crash I get the following:

  144 20792388 [main] lilypond-bin 1000 seterrno_from_win_error:
/netrel/src/cygwin-1.5.9-1/winsup/cygwin/cygheap.cc:219 windows error
487
  321 20792709 [main] lilypond-bin 1000 geterrno_from_win_error: windows
error 487 == errno 139
   58 20792767 [main] lilypond-bin 1000 geterrno_from_win_error: windows
error 487 == errno 139
  103 20792870 [main] lilypond-bin 1000 handle_exceptions: In
cygwin_except_handler exc 0xC0000005 at 0x6102B0BB sp 0x22D3D8
   62 20792932 [main] lilypond-bin 1000 handle_exceptions: In
cygwin_except_handler sig = 11 at 0x6102B0BB
   55 20792987 [main] lilypond-bin 1000 handle_exceptions: In
cygwin_except_handler calling 0x0

Is there a solution or workaround for this?

Thanks,

Bert


--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Problem reports:       http://cygwin.com/problems.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]