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]

svn --version


Hello,

With the new subversion (1.7.5) and the last
snapshot (20120523 21:51:34), the command 'svn --version' produces
segmentation fault, with no svn.exe.stackdump produced:

% /usr/bin/svn --version
Segmentation fault
%

All the other commands that i've tested are ok. Only svn seems impacted.

The new subversion (1.7.5) + the snapshot from Tuesday (20120522)
produce no error, and e.g. 'svn update' works perfectly.

I was not able to test with the previous subversion since it is no
longer available in my Setup. I was not able to test with the first
snapshot of 20120523, because i've lost it.

I don't know if strace could be useful, but my strace seems broken
(this is not new) and produces:

% /usr/bin/env -i TZ=Europe/Monaco /usr/bin/date
Thu May 24 09:01:14 CEST 2012
% /usr/bin/env -i TZ=Europe/Monaco /usr/bin/strace /usr/bin/date >! /dev/null
   8773 [main] date 3248 D:\Home\dexcoff1\dexcoff1\cyg12c\bin\date.exe: *** fatal error - internal error reading the windows environment - too many environment variables?
  10625 [main] date 3248 open_stackdumpfile: Dumping stack trace to date.exe.stackdump
% cat date.exe.stackdump
Stack trace:
Frame     Function  Args
002297C8  6102F5AB  (002297C8, 00000000, 00000000, 7C9201DB)
00229AB8  6102F5AB  (6119EDC0, 00008000, 00000000, 611A0C2F)
0022AAE8  610061BC  (611CD03C, 0022AB14, 0022AC08, 00000000)
0022AB08  610061F8  (611CD03C, 0022AB14, 61188C28, 00000000)
0022AC88  6102DE28  (00000000, 61186730, 0022ACB8, 61137102)
0022ACB8  610AE404  (00000000, 00000000, 00000000, 00000000)
0022AD28  6100683C  (00000000, 0022CDA8, 610067B0, 00000000)
End of stack trace
% addr2line -e /usr/bin/cygwin1.dbg 6102F5AB
/home/corinna/src/cygwin/cygwin-1.7.15/cygwin-1.7.15-1/src/cygwin-1.7.15/winsup/cygwin/exceptions.cc:383
% addr2line -e /usr/bin/cygwin1.dbg 610061BC
/home/corinna/src/cygwin/cygwin-1.7.15/cygwin-1.7.15-1/src/cygwin-1.7.15/winsup/cygwin/dcrt0.cc:599
%

Sorry to report two problems in a single message.

Regards,

Denis Excoffier.

--
Problem reports:       http://cygwin.com/problems.html
FAQ:                   http://cygwin.com/faq/
Documentation:         http://cygwin.com/docs.html
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple


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