I saw this same problem last night while setting up a new subversion 
repository.  "svn commit" was hanging on added files.  After saving 
changes and re-checking out, then checking new stuff in I discovered that 
one file was corrupt.  It appeared to be a mix in one section of several 
different versions, and I lost the end of the file.  Thankfully, using 
subversion, I recovered the original file version and patched in the 
missing parts.
   - David
On 12 Jul 2002, Ben Collins-Sussman wrote:
> Pilchie had to run off for a bit, but he's discovered some kind of
> nasty bug:
> 
>   1.  his commit segfaulted in post-commit processing
> 
>   2.  he managed to commit a garbaged props.c file.  (even though we
>       have a checksum!)
> 
> These two problems may or may not be related.  But before he vanished
> from IRC, he printed a backtrace in gdb that indicated that problem #1
> probably has something to do with the new libsvn_wc batons:
> 
> <pilchie> #0  0x0806c00d in svn_wc_adm_write_check (adm_access=0x0)
> <pilchie>     at ../svn.source/subversion/libsvn_wc/lock.c:135
> <pilchie> #1  0x080640ac in svn_wc_process_committed (
> <pilchie>     path=0x80e0448 "/home/kevin/projects/svn.source/subversion/clients/cmdline/main.c", adm_access=0x0, recurse=0, new_revnum=2489,
> <pilchie>     rev_date=0x8117148 "2002-07-12T16:32:04.893379Z",
> <pilchie>     rev_author=0x8117168 "kevin", pool=0x81119e0)
> <pilchie>     at ../svn.source/subversion/libsvn_wc/adm_ops.c:202
> <sussman> oh NO
> <pilchie> #2  0x08055711 in svn_client_commit (commit_info=0xbffff8e8,
> <pilchie>     notify_func=0x804d190 <notify>, notify_baton=0x80e39e0,
> <pilchie>     auth_baton=0x80e36c0, targets=0x80e3650,
> <pilchie>     log_msg_func=0x805314c <svn_cl__get_log_message>, log_msg_baton=0x80e39f8,
> <sussman> you committed garbage!
> <pilchie>     xml_dst=0x0, revision=-1, nonrecursive=0, pool=0x80db8a0)
> <sussman> look at the log message!
> <pilchie>     at ../svn.source/subversion/libsvn_client/commit.c:928
> <pilchie> #3  0x0804c791 in svn_cl__commit (os=0x80dba00, opt_state=0xbffffa10,
> <pilchie>     pool=0x80db8a0) at ../svn.source/subversion/clients/cmdline/commit-cmd.c:91
> <pilchie> #4  0x0805010d in main (argc=6, argv=0xbffffaf4)
> <pilchie>     at ../svn.source/subversion/clients/cmdline/main.c:1229
> <pilchie> WTF
> <pilchie> ?
> <sussman> yes
> <sussman> props.c is garbaged on the server now
> * pilchie is confused.
> <pilchie> AND has to leave for work.
> <sussman> don't worry...
> <pilchie> Can you revert that, and I'll try again later.
> <sussman> we'll revert the change
> <sussman> and figger out what's up
> <sussman> wonder if your text-base is corrupted
> <sussman> or something
> <pilchie> Seems to be philips wc_baton thing.
> <sussman> (though we have checksums for that!)
> <pilchie> It's null in the bt.
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
> For additional commands, e-mail: dev-help@subversion.tigris.org
> 
> 
-- 
David Wayne Summers          "Linux: Because reboots are for upgrades!"
david_at_summersoft.fay.ar.us   PGP Key: http://summersoft.fay.ar.us/~david/pgp.txt
PGP Key fingerprint =  C0 E0 4F 50 DD A9 B6 2B  60 A1 31 7E D2 28 6D A8 
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Fri Jul 12 19:26:07 2002