Search found 6 matches

by Vitaliy69
Mon Mar 02, 2015 8:52 pm
Forum: Support
Topic: Bus error on sh4
Replies: 6
Views: 5683

Re: Bus error on sh4

Please! Make a bug report to trac.transmissionbt.com! I can not register!
by Vitaliy69
Fri Feb 20, 2015 5:54 pm
Forum: Support
Topic: Bus error on sh4
Replies: 6
Views: 5683

Re: Bus error on sh4

I can not register at bug tracker. :( I receive an error all the time for the some days: "Submission rejected as potential spam". :evil: Can you post this bug report? Thank you!

Some tests results...

Update glibc to 2.19 - Bus error
Comment the string "EVBUFFER_LOCK(buf)" at the function ...
by Vitaliy69
Fri Feb 20, 2015 10:27 am
Forum: Support
Topic: Bus error on sh4
Replies: 6
Views: 5683

Re: Bus error on sh4

Not understand... Should I to use new version of glibc? I have an "glibc_2.11 not found" under glibc >= 2.11 in my toolchain in my STB. Required "fallocated64" func. I will try to disabled it today in "fdlimit.c" file (use old style) and compile with glibc 2.19. May be it will be help...

Also ...
by Vitaliy69
Thu Feb 19, 2015 8:22 pm
Forum: Support
Topic: Bus error on sh4
Replies: 6
Views: 5683

Re: Bus error on sh4

The same configure string and libs but for arm (Asus AC-56U) work fine! SH4 - same bus error.

If I not mistake "evbuffer commit space" core dump stack function from libevent lib. I tried libevent 2.0.10...2.0.22, but no succes for sh4. :cry: Any ideas? Please...
by Vitaliy69
Tue Feb 17, 2015 8:23 pm
Forum: Support
Topic: Bus error on sh4
Replies: 6
Views: 5683

Re: Bus error on sh4


(gdb) bt
#0 evbuffer_commit_space (buf=0x2a969b78, vec=0x29b92838, n_vecs=1) at buffer.c:678
#1 0x004564fc in tr_peerIoWriteBytes (io=0x56ce38, bytes=0x29b9285c, byteCount=511, isPieceData=false) at peer-io.c:1091
#2 0x0047c794 in readYa (handshake=0x563ed0, inbuf=0x4f30e0) at handshake.c:756
#3 ...
by Vitaliy69
Mon Feb 16, 2015 12:15 pm
Forum: Support
Topic: Bus error on sh4
Replies: 6
Views: 5683

Bus error on sh4

Hi everyone!

I could not register at the bug tracker (error from all IPs: "Submission rejected as potential spam -Maximum number of posts per hour for this IP exceeded"), so I post the report here.

I have got Openbox SX4 satellite STB. I build transmission-daemon 2.84 using my own toolchain (gcc 4 ...