[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: Buildbot failures in JAVA bindings

From: Philip Martin <philip.martin_at_wandisco.com>
Date: Wed, 29 Aug 2012 09:20:59 +0100

Stefan Fuhrmann <stefan.fuhrmann_at_wandisco.com> writes:

> Could someone give me the additional information (stack trace?)
> that the JVM error messages is talking about?
>
> So far, I valgrinded the server side and nothing bad showed up.

On Linux I get:
Program received signal SIGSEGV, Segmentation fault.
[Switching to Thread 0x7ffff7fdf700 (LWP 30121)]
0x00007fffc2182551 in svn_cache__get (value_p=0x7ffff7fdd518,
    found=0x7ffff7fdd464, cache=0x0, key=0x7ffff7fdd448,
    result_pool=0x7fffc4163ac8) at ../src/subversion/libsvn_subr/cache.c:79
79 cache->reads++;
(gdb) bt
#0 0x00007fffc2182551 in svn_cache__get (value_p=0x7ffff7fdd518,
    found=0x7ffff7fdd464, cache=0x0, key=0x7ffff7fdd448,
    result_pool=0x7fffc4163ac8) at ../src/subversion/libsvn_subr/cache.c:79
#1 0x00007fffc064c8ed in get_changes (changes=0x7ffff7fdd518,
    fs=0x7fffc419ac20, rev=1, pool=0x7fffc4163ac8)
    at ../src/subversion/libsvn_fs_fs/fs_fs.c:5901
#2 0x00007fffc064cb7a in svn_fs_fs__paths_changed (
    changed_paths_p=0x7ffff7fdd6b0, fs=0x7fffc419ac20, rev=1,
    copyfrom_cache=0x7fffc4163468, pool=0x7fffc413c9a8)
    at ../src/subversion/libsvn_fs_fs/fs_fs.c:5939
#3 0x00007fffc066740b in fs_paths_changed (changed_paths_p=0x7ffff7fdd6b0,
    root=0x7fffc4163418, pool=0x7fffc413c9a8)
    at ../src/subversion/libsvn_fs_fs/tree.c:2688
#4 0x00007fffc1f5d01e in svn_fs_paths_changed2 (
    changed_paths_p=0x7ffff7fdd6b0, root=0x7fffc4163418, pool=0x7fffc413c9a8)
    at ../src/subversion/libsvn_fs/fs-loader.c:916
#5 0x00007fffc2fa220a in svn_repos_replay2 (root=0x7fffc4163418,
    base_path=0x7fffc2faed3b "", low_water_mark=-1, send_deltas=0,
    editor=0x7fffc4158ac8, edit_baton=0x7fffc4154a68, authz_read_func=0,
    authz_read_baton=0x0, pool=0x7fffc413c9a8)
    at ../src/subversion/libsvn_repos/replay.c:858
#6 0x00007fffc2f92310 in svn_repos_dump_fs3 (repos=0x7fffc4197cd0,
    stream=0x7fffc4147ba0, start_rev=0, end_rev=1, incremental=0,
    use_deltas=0, notify_func=0, notify_baton=0x0, cancel_func=
    0x7fffc31f9356 <SVNRepos::checkCancel(void*)>,
    cancel_baton=0x7fffc41301c0, pool=0x7fffc4197c08)
    at ../src/subversion/libsvn_repos/dump.c:1240
#7 0x00007fffc31f9ca6 in SVNRepos::dump (this=0x7fffc41301c0, path=...,
    dataOut=..., revsionStart=..., revisionEnd=..., incremental=false,
    useDeltas=false, notifyCallback=0x0)
    at ../src/subversion/bindings/javahl/native/SVNRepos.cpp:241
#8 0x00007fffc3208676 in Java_org_apache_subversion_javahl_SVNRepos_dump (
    env=0x6121b8, jthis=0x7ffff7fde370, jpath=0x7ffff7fde368,
    jdataout=0x7ffff7fde360, jrevisionStart=0x0, jrevisionEnd=0x0,
    jincremental=0 '\000', juseDeltas=0 '\000', jnotifyCallback=0x0)
    at ../src/subversion/bindings/javahl/native/org_apache_subversion_javahl_SVNRepos.cpp:167
#9 0x00007ffff22ae410 in ?? ()
#10 0x00007fff00000000 in ?? ()
#11 0x00007fff00000000 in ?? ()
#12 0x0000000000000000 in ?? ()

-- 
Certified & Supported Apache Subversion Downloads:
http://www.wandisco.com/subversion/download
Received on 2012-08-29 10:21:45 CEST

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.