This is the mail archive of the systemtap@sourceware.org mailing list for the systemtap 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]

[Bug uprobes/16662] return probe breaks functionality of rsync


https://sourceware.org/bugzilla/show_bug.cgi?id=16662

--- Comment #1 from c.bezemer at tudelft dot nl <c.bezemer at tudelft dot nl> ---
I noticed similar behaviour for the git unit test as well:

git clone https://github.com/git/git.git
cd git
make

'make test' without a probe runs fine.

Now when I run 'make test'  with the following probe:

probe
process("/home/jenkins/workspace/test_systemtap_git_unittests/git/git").function("*")
{
        printf("in %s\n", probefunc());
}

The output of the first unit test is:
*** t0000-basic.sh ***
error: cannot run git init -- have you built things yet?

and dmesg shows:
[3107980.105350] traps: git-init[3268] general protection ip:7fffffffe080
sp:7fff53de4390 error:0

-- 
You are receiving this mail because:
You are the assignee for the bug.


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