Coder Social home page Coder Social logo

shakespeer's People

Contributors

rufuscoder avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

shakespeer's Issues

Investigate "bugs" found by clang

Original author: [email protected] (July 16, 2008 13:24:19)

I did a quick clang (http://clang.llvm.org/StaticAnalysis.html) run on
ShakesPeer and found a few memory leaks in the Cocoa code, they have been
fixed in r427 and r428.

However, there were a bunch of dead store and null dereferencing bugs found
in the C code. As I am not very fluent in C, someone who is should check it
out to see if they are real bugs or if clang is mistaken.

The list can be found at:
http://gunnar.konstochvanligasaker.se/~markus/clang_shakespeer

Original issue: http://code.google.com/p/shakespeer/issues/detail?id=45

Connection Closed report

Original author: [email protected] (August 26, 2008 08:00:45)

What steps will reproduce the problem?

  1. anytime a DC++ client tries to download when slots are full
  2. granting an extra slot seems to eliminate the problem temporarily
    3.

What is the expected output? What do you see instead?
not sure what to do

What version of the product are you using? On what operating system?

Shakespeer Version 0.9.10
on Mac g5 dual2.5 with 10.4.11 OS
4.5GB DDR SDRAM

Please provide any additional information below.

Informed from mods that other users are complaining that I am forcibly closing the connections of users. Mod asked me to
contact Shakespeer (SP) programmers for help. I open sphubd.log and get the following message, that is of concern for
DC++ mods....

Tue 26 02:42:30 1256 accepted connection from 75.83.xxx.xx1:1287
Tue 26 02:42:30 1256 end-of-file on connection 29
Tue 26 02:42:30 1256 removing client connection with nick [XXXX]

Original issue: http://code.google.com/p/shakespeer/issues/detail?id=57

I cannot open shakespeer because my computer has found a bug.

Original author: [email protected] (September 24, 2008 01:24:05)

What steps will reproduce the problem?

  1. When I attempt to open shakespeer
    2.
    3.

What is the expected output? What do you see instead?
t says: Server has unexpecedly died, You've found a bug.

What version of the product are you using? On what operating system?
version 0.9.10, on a Mac

Please provide any additional information below.
I cannot open shakespeer because it says that my computer has found a bug.

Original issue: http://code.google.com/p/shakespeer/issues/detail?id=69

Inadequate "open" dialog if remote backend is used.

Original author: [email protected] (October 05, 2008 19:47:58)

What steps will reproduce the problem?

  1. Set up shakespeer backend on a remote server (sphubd and sphashd).
  2. Start the GUI on a mac and configure it to connect to that remote backend.
  3. Try up the shared directories via the aqua GUI.

What is the expected output? What do you see instead?
I expect to be able to enter the full path of the shared directories, which
are on the remote server. The GUI does not let me do this. Instead it gives
me the "open" dialog so I could choose the location. This dialog is useless
in this scenario because the shared files/directories are not stored on the
local mac, they are on the remote server.

What version of the product are you using? On what operating system?
I use shakespeer 0.9.10. Backend (sphubd and sphashd) and CLI are on Ubuntu
8.04.1 server. Aqua GUI is on a mac (OSX Leopard 10.5.1).

Please provide any additional information below.
Instead of (or in addition to) the "open" dialog, I need to be able to
manually enter the path of the shared directories.

Original issue: http://code.google.com/p/shakespeer/issues/detail?id=77

Contacting the admins

Original author: [email protected] (August 30, 2008 05:09:35)

What steps will reproduce the problem?

  1. My IP has been banned and I don't know why
    2.
    3.

What is the expected output? What do you see instead?

Unban

What version of the product are you using? On what operating system?

.9.10 Mac OSX

Please provide any additional information below.

Please help because I haven't done anything to create this problem

Original issue: http://code.google.com/p/shakespeer/issues/detail?id=60

ShakesPeer does not return folder results to other clients

Original author: [email protected] (October 13, 2008 00:37:13)

What steps will reproduce the problem?

  1. Search for a foldername which is shared by a user using ShakeSpeer. Use Any type or Folder.

What is the expected output? What do you see instead?
The folder searched for and shared by the user should be in the search results, but it's not. Folders
with the same name shared by other DC-clients is.

What version of the product are you using? On what operating system?
0.9.10 on Mac.

Original issue: http://code.google.com/p/shakespeer/issues/detail?id=81

Update external libevent to later version

Original author: [email protected] (July 16, 2008 17:59:02)

I didn't manage to update libevent in r431, because later versions of
libevent changes the structure of the h-files, and I got all sorts of
compile errors. If someone else (with a bit more shell and make skills)
want to give it a go, that would be great. Currently we're using 1.3d,
which is a year old, the latest version is 1.4.5-stable.

See http://monkey.org/~provos/libevent for more info.

Original issue: http://code.google.com/p/shakespeer/issues/detail?id=46

close and restore window

Original author: [email protected] (October 02, 2008 18:57:41)

Could you add part of this message marked as “CODE” to SPApplicationController and make
main window closable ? This code allow user to close window without quitting application, and
restore window when icon in dock (or application in finder) is clicked. Such a feature is very
usable in p2p application when sometimes you have to use it for very long.

//----------CODE-------------------

  • (BOOL)applicationShouldHandleReopen:(NSApplication *)theApplication
    hasVisibleWindows:(BOOL)flag
    {
    if(! flag )
    [[mainWindowController window] makeKeyAndOrderFront:nil];

    return NO;
    }
    //-----------------------------

Original issue: http://code.google.com/p/shakespeer/issues/detail?id=74

highlight the names of friends in chat

Original author: [email protected] (July 20, 2008 01:18:24)

A user on the shakespeer forum suggested this (ref: http://shakespeer.bzero.se/forum/viewtopic.php?id=1541).

I'm attaching patches with one way to do this. The result is that chat messages (or private
messages) from someone on the user's friends list will have the author's name colored purple,
instead of red (the color choice was entirely arbitrary, but seems to look alright). I just tested them
against r444, and they don't seem to break anything. I'm far from a Cocoa expert, so there may be
a much more elegant way of doing this that I'm missing.

Original issue: http://code.google.com/p/shakespeer/issues/detail?id=48

You've been disconnected because the negotiation between your client and the hub took too long

Original author: [email protected] (September 30, 2008 00:39:31)

What steps will reproduce the problem?

  1. open Shakespeer, connect to hub
  2. user list will not generate, search does not work
  3. message "You've been disconnected because the negotiation between your client and the hub
    took too long. Disconnected from hub!" will appear

What is the expected output? What do you see instead?

  • should see user list and be able to search files. Instead I see an empty hub

What version of the product are you using? On what operating system?

  • Shakespeer Version 0.9.10 on Mac OS X 10.5.5

Please provide any additional information below.
It is my university's hub, and I have gotten Shakespeer to work my friends' computers, however it
will not work on my own

Original issue: http://code.google.com/p/shakespeer/issues/detail?id=72

Initializing dtabases forever

Original author: [email protected] (October 06, 2008 02:28:34)

What steps will reproduce the problem?

  1. No idea
    2.
    3.

What is the expected output? What do you see instead?
The alert said "You found a bug" It would be nice if it would start and
initialize faster. Also, it would be good if when it does load it actually
loaded the hubs!

What version of the product are you using? On what operating system?

9.10 on OSX 10.5.5 on powerbook 1.67 15" 2G Ram
Please provide any additional information below.

Original issue: http://code.google.com/p/shakespeer/issues/detail?id=79

CLI cannot change character encoding

Original author: [email protected] (October 05, 2008 19:25:23)

What steps will reproduce the problem?

  1. Launch the CLI.
  2. Connect to any hub which has character encoding other than the default
    (for example CP1251, which is almost any Russian hub).

What is the expected output? What do you see instead?
I expect to be able to read hub chat messages and file names. Since there's
no way to change character encoding in the CLI, all chat messages in such
hubs are garbled. It is not possible to search for files with non-english
names (but it is possible to download such files if they appear in search
results, for example if I search by file extension - like ".mkv").

What version of the product are you using? On what operating system?
shakespeer 0.9.10 / ubuntu 8.04.1 server

Please provide any additional information below.
I think we need an option in shakespeer.conf and/or a command to change
character encoding in the CLI to bring it on par with the GUI which already
has this feature.

Original issue: http://code.google.com/p/shakespeer/issues/detail?id=76

Unexpectedly shuts down

Original author: [email protected] (October 16, 2008 21:06:15)

What steps will reproduce the problem?

  1. Simply opening the program
    2.
    3.

What is the expected output? What do you see instead?
I would expect it to open normally but a message shows up saying that "You've found a bug! ;-)"
with the smiley face.

What version of the product are you using? On what operating system?
0.9.10 mac osx

Please provide any additional information below.

Original issue: http://code.google.com/p/shakespeer/issues/detail?id=82

Search not working

Original author: [email protected] (October 09, 2008 14:31:31)

What steps will reproduce the problem?

  1. Launch
  2. Type search term
  3. Watch errors roll by in Console
  4. Nothing appears in search results

What is the expected output? What do you see instead?

  • I expected to see the search results that normally appeared. Even after
    searching for very common words that would normally return hundred of hits,
    nothing.

What version of the product are you using? On what operating system?

  • 0.9.10
  • Mac OSX 10.5.5
  • searching worked fine until a few days ago. Then it stopped.

Please provide any additional information below.

  • Console error messages

10/9/08 10:12:08 AM ShakesPeer[35378] * -[NSCFString string]:
unrecognized selector sent to instance 0x9b5b0
10/9/08 10:12:08 AM ShakesPeer[35378] * NSTimer ignoring exception '

-[NSCFString string]: unrecognized selector sent to instance 0x9b5b0' that
raised during firing of timer with target 0x1ad600 and selector
'updateSearchResults:'
10/9/08 10:12:09 AM ShakesPeer[35378] ***
-[NSConcreteMutableAttributedString _fastCStringContents:]: unrecognized
selector sent to instance 0x180e10c0
10/9/08 10:12:09 AM ShakesPeer[35378] * NSTimer ignoring exception '

-[NSConcreteMutableAttributedString _fastCStringContents:]: unrecognized
selector sent to instance 0x180e10c0' that raised during firing of timer
with target 0x1ad600 and selector 'updateSearchResults:'
10/9/08 10:12:11 AM ShakesPeer[35378] ***
-[NSConcreteMutableAttributedString _fastCStringContents:]: unrecognized
selector sent to instance 0x180e10c0
10/9/08 10:12:11 AM ShakesPeer[35378] * NSTimer ignoring exception '*
-[NSConcreteMutableAttributedString _fastCStringContents:]: unrecognized
selector sent to instance 0x180e10c0' that raised during firing of timer
with target 0x1ad600 and selector 'updateSearchResults:'
10/9/08 10:12:13 AM ShakesPeer[35378] ***
-[NSConcreteMutableAttributedString _fastCStringContents:]: unrecognized
selector sent to instance 0x180e10c0
10/9/08 10:12:13 AM ShakesPeer[35378] * NSTimer ignoring exception '*
-[NSConcreteMutableAttributedString _fastCStringContents:]: unrecognized
selector sent to instance 0x180e10c0' that raised during firing of timer
with target 0x1ad600 and selector 'updateSearchResults:'
10/9/08 10:12:15 AM ShakesPeer[35378] ***
-[NSConcreteMutableAttributedString _fastCStringContents:]: unrecognized
selector sent to instance 0x180e10c0
10/9/08 10:12:15 AM ShakesPeer[35378] * NSTimer ignoring exception '*
-[NSConcreteMutableAttributedString _fastCStringContents:]: unrecognized
selector sent to instance 0x180e10c0' that raised during firing of timer
with target 0x1ad600 and selector 'updateSearchResults:'
10/9/08 10:12:17 AM ShakesPeer[35378] ***
-[NSConcreteMutableAttributedString _fastCStringContents:]: unrecognized
selector sent to instance 0x180e10c0
10/9/08 10:12:17 AM ShakesPeer[35378] * NSTimer ignoring exception '*
-[NSConcreteMutableAttributedString _fastCStringContents:]: unrecognized
selector sent to instance 0x180e10c0' that raised during firing of timer
with target 0x1ad600 and selector 'updateSearchResults:'
10/9/08 10:12:19 AM ShakesPeer[35378] ***
-[NSConcreteMutableAttributedString _fastCStringContents:]: unrecognized
selector sent to instance 0x180e10c0
10/9/08 10:12:19 AM ShakesPeer[35378] * NSTimer ignoring exception '*
-[NSConcreteMutableAttributedString _fastCStringContents:]: unrecognized
selector sent to instance 0x180e10c0' that raised during firing of timer
with target 0x1ad600 and selector 'updateSearchResults:'
10/9/08 10:12:21 AM ShakesPeer[35378] ***
-[NSConcreteMutableAttributedString _fastCStringContents:]: unrecognized
selector sent to instance 0x180e10c0
10/9/08 10:12:21 AM ShakesPeer[35378] * NSTimer ignoring exception '*
-[NSConcreteMutableAttributedString _fastCStringContents:]: unrecognized
selector sent to instance 0x180e10c0' that raised during firing of timer
with target 0x1ad600 and selector 'updateSearchResults:'
10/9/08 10:12:23 AM ShakesPeer[35378] ***
-[NSConcreteMutableAttributedString _fastCStringContents:]: unrecognized
selector sent to instance 0x180e10c0
10/9/08 10:12:23 AM ShakesPeer[35378] * NSTimer ignoring exception '*
-[NSConcreteMutableAttributedString _fastCStringContents:]: unrecognized
selector sent to instance 0x180e10c0' that raised during firing of timer
with target 0x1ad600 and selector 'updateSearchResults:'
10/9/08 10:12:25 AM ShakesPeer[35378] ***
-[NSConcreteMutableAttributedString _fastCStringContents:]: unrecognized
selector sent to instance 0x180e10c0
10/9/08 10:12:25 AM ShakesPeer[35378] * NSTimer ignoring exception '*
-[NSConcreteMutableAttributedString _fastCStringContents:]: unrecognized
selector sent to instance 0x180e10c0' that raised during firing of timer
with target 0x1ad600 and selector 'updateSearchResults:'
10/9/08 10:12:27 AM ShakesPeer[35378] ***
-[NSConcreteMutableAttributedString _fastCStringContents:]: unrecognized
selector sent to instance 0x180e10c0
10/9/08 10:12:27 AM ShakesPeer[35378] * NSTimer ignoring exception '*
-[NSConcreteMutableAttributedString _fastCStringContents:]: unrecognized
selector sent to instance 0x180e10c0' that raised during firing of timer
with target 0x1ad600 and selector 'updateSearchResults:'

Original issue: http://code.google.com/p/shakespeer/issues/detail?id=80

Potentially questionable behavior for the /fav command

Original author: [email protected] (August 31, 2008 05:16:33)

(the /fav and /favorite commands can be entered in a chat window for a hub to add it to a user's
bookmarks)

In short:

  • If I look at SPHubController.m; specifically, the method that adds the bookmark
    (bookmarkHub:), I get the idea that users aren't supposed to be able to bookmark a hub multiple
    times using the /fav|/favorite command (cf: the message about a hub already being
    bookmarked).
  • If I look at SPBookmarkController.m; specifically, the method that bookmarkHub: invokes to
    add a bookmark, the check that bookmarkHub: seems to assume isn't ever performed, so
    bookmarks are always added.

...the result is that I can enter /fav 3 or 4 times and have 3 or 4 identical bookmarks.

I'm not sure if there's some design decision behind this (I can think of a few justifications for
non-identical-but-still-overlapping bookmarks, at least), so if there is, I guess you can ignore
this, but should this be happening (if not, the patch I'm attaching is one way to prevent
duplicates from being added using /fav or /favorite without stomping on the ability to do so
elsewhere)?

Original issue: http://code.google.com/p/shakespeer/issues/detail?id=61

Search problems

Original author: [email protected] (June 13, 2008 02:12:36)

I had the program configured correctly: the port I use is open and passes
the test and I have been able to use the program effectively. Until two
days ago when all of a sudden I was unable to search for files. I can
physically search for files, but no matches are returned. I didn't change
any of my settings.

What version of the product are you using? On what operating system?
0.9.8 on Mac OS X.5.1

Original issue: http://code.google.com/p/shakespeer/issues/detail?id=40

Change the default downloads directory on OS X 10.5

Original author: [email protected] (August 31, 2008 06:18:53)

I noticed a TODO in SPApplicationController.m suggesting that the default downloads directory in
Leopard should be in ~/Downloads, not ~/Desktop. The attached patch moves it (and Incomplete)
there. I've tested it on my machine (10.5), and it does what it is supposed to, but it may be prudent
to have someone running 10.4.x test it as well.

Comments/criticism are welcome.

Original issue: http://code.google.com/p/shakespeer/issues/detail?id=62

sphubd & sphashd are PPC only

Original author: [email protected] (June 22, 2008 23:13:26)

What steps will reproduce the problem?

  1. run ShakesPeer on an Intel Mac
  2. open Activity Monitor
  3. look for sphubd and sphashd

What is the expected output? What do you see instead?
ShakesPeer.app is Universal, but the server runs under Rosetta (PPC).
Building Shakespeer 0.9.8 from source on 10.5.3 Intel solves the "problem".
Runs native x86 code.

What version of the product are you using? On what operating system?

0.9.8

Please provide any additional information below.

Not directly a bug, but I guess the hashingperformance running native code
is much better.

Original issue: http://code.google.com/p/shakespeer/issues/detail?id=43

Shakespeer keeps rehasing data on an NTFS partition

Original author: [email protected] (July 22, 2008 19:19:29)

What steps will reproduce the problem?

  1. Install MacFuse and NTFS-3G
  2. Create an NTFS filesystem (or use an existing one)
  3. Write sharable data to the newly created FS
  4. Share the data using Shakespeer
  5. Start hashing

What version of the product are you using? On what operating system?

  • OS Leopard all updates
  • MacFuse 1.7.1
  • NTFS-3G 1.2531-ublio
  • Spinpoint F1 1TB drive; fully NTFS formatted; one partition.

Please provide any additional information below.
Same problem with the -stable build of NTFS-3g. If you require more
information please ask and I'll try to provide it.

Original issue: http://code.google.com/p/shakespeer/issues/detail?id=50

Right click commands not working

Original author: flapane (May 21, 2008 13:00:07)

What steps will reproduce the problem?

  1. Simply try to kick an user or use some hub-related command

What is the expected output? What do you see instead?

  1. Nothing happens

What version of the product are you using? On what operating system?

  1. 0.9.7 on 10.4.11

It didn't happen on 0.9.5

Original issue: http://code.google.com/p/shakespeer/issues/detail?id=22

Hub reporting lack of open slots

Original author: [email protected] (June 09, 2008 14:16:11)

What steps will reproduce the problem?

  1. Open Shakespeer, connect to a hub with 5 open slots for each connected hub
    2.
    3.

What is the expected output? What do you see instead?
-I should be connected to the hub, instead I continually am kicked from it,
changing the number of open slots does not change the outcome.

What version of the product are you using? On what operating system?
-0.9.7; OS X 10.4.11

Please provide any additional information below.
-Because of this I'm basically unable to access any hub.

Original issue: http://code.google.com/p/shakespeer/issues/detail?id=39

Build errors when running "make release" on 10.5

Original author: [email protected] (August 17, 2008 22:37:11)

I am running "make release" and get the following error:

iconv_string.c: In function ‘iconv_string_full’:
iconv_string.c:76: warning: passing argument 2 of ‘libiconv’ from
incompatible pointer type
cc1: warnings being treated as errors
iconv_string.c: In function ‘iconv_string_full’:
iconv_string.c:76: warning: passing argument 2 of ‘libiconv’ from
incompatible pointer type
lipo: can't figure out the architecture type of:
/var/folders/A+/A+9oYU37EVCcw2GjqsyaEU+++TI/-Tmp-//ccdr8HKV.out
command was: cc -Wp,-MD,.deps/iconv_string.d -c -o iconv_string.o
iconv_string.c -I/sw/include -I./libevent-install/include -g -O3 -Wall
-Werror -DVERSION="0.9.10" -DPACKAGE="shakespeer" -I./splib -I./spclient
-DCOREDUMPS_ENABLED=1 -I./libevent-install/include -I/sw/include -g -O3
-Wall -Werror -DVERSION="0.9.10" -DPACKAGE="shakespeer" -I./splib
-I./spclient -isysroot /Developer/SDKs/MacOSX10.4u.sdk -arch i386 -arch ppc
-mmacosx-version-min=10.4 -I../libevent-install/include -I/sw/include -g
-O3 -Wall -Werror -DVERSION="0.9.10" -DPACKAGE="shakespeer" -I../splib
-I../spclient -isysroot /Developer/SDKs/MacOSX10.4u.sdk -arch i386 -arch
ppc -mmacosx-version-min=10.4 -isysroot /Developer/SDKs/MacOSX10.4u.sdk
-arch i386 -arch ppc -mmacosx-version-min=10.4 -DICONV_CONST=const
-isysroot /Developer/SDKs/MacOSX10.4u.sdk -arch i386 -arch ppc
-mmacosx-version-min=10.4
make[2]: *** [iconv_string.o] Error 1
make[1]: *** [all] Error 1
make: *** [release-build] Error 2

Original issue: http://code.google.com/p/shakespeer/issues/detail?id=53

empty filelist

Original author: [email protected] (September 12, 2008 21:20:38)

What steps will reproduce the problem?

  1. Try opening the attached filelist with Shakespeer.

What is the expected output? What do you see instead?
The Filelist is empty (no errors)

What version of the product are you using? On what operating system?
Shakespeer 0.9.10 on Mac OS

Please provide any additional information below.
Seems to be perfectly valid xml (Other DC clients can handle it perfectly
well). I took a quick look at the source code (splib/xml.c). I think it's
an issue with the shakespeer xml parser. It seems like it's parsing the
files line by line, which causes problems with filelists without newline
for each file.

Original issue: http://code.google.com/p/shakespeer/issues/detail?id=66

you've found a bug;)

Original author: [email protected] (September 07, 2008 23:38:19)

What steps will reproduce the problem?

  1. installing v0.9.10
    2.
    3.

What is the expected output? What do you see instead?
upgrading to version 0.9.10. screen popped up saying server unexpectedly
died. with you've found a bug;)

What version of the product are you using? On what operating system?
i was using v0.9.7 on Mac Leopard 10.5.4

Please provide any additional information below.
i tried upgrading initially and then deleted it, and two files would not
delete. The when initially upgrading it said, does not have access, and
couldnt complete upgrade.

Original issue: http://code.google.com/p/shakespeer/issues/detail?id=63

User list does not sort properly

Original author: [email protected] (August 28, 2008 18:44:48)

What steps will reproduce the problem?

  1. Sort user list by "Share"

What is the expected output? What do you see instead?
I expect it to order the users by the amount that they are sharing. In my
recent upgrade, nothing changes most of the time. In fact, it doesn't
usually change no matter what you choose to sort by. Also, when it does
work for "Share", it sorts by number: if someone has 200 GiB and someone
has 250 MiB, the 250 is sorted as being the larger number.

What version of the product are you using? On what operating system?
0.9.10 on 10.4.11 (PowerBook G4)

Please provide any additional information below.

Original issue: http://code.google.com/p/shakespeer/issues/detail?id=58

Server crash when having a duplicate incomplete file

Original author: [email protected] (October 04, 2008 08:40:01)

What steps will reproduce the problem?

  1. Start a download of a file with the name "file.avi" (for the sake of purpose)
  2. Remove the file from Downloads queue (after it preferably downloaded some bytes)
  3. Re search for file "file.avi" and make sure you download again but a different size file that has
    the same name with the first one.

What is the expected output? What do you see instead?
The server will crash

What version of the product are you using? On what operating system?
Mac OS X 10.5.5 (Leopard with combo 15.5.5)
Intel

macosx:~ packardb$ uname -a
Darwin macosx.lan 9.5.0 Darwin Kernel Version 9.5.0: Wed Sep 3 11:29:43 PDT 2008; root:xnu-
1228.7.58~1/RELEASE_I386 i386

Please provide any additional information below.

Process: sphubd [2843]
Path: /Applications/ShakesPeer.app/Contents/Resources/sphubd
Identifier: sphubd
Version: ??? (???)
Code Type: X86 (Native)
Parent Process: launchd [1]

Date/Time: 2008-10-04 11:31:33.475 +0300
OS Version: Mac OS X 10.5.5 (9F33)
Report Version: 6

Exception Type: EXC_BAD_ACCESS (SIGBUS)
Exception Codes: KERN_PROTECTION_FAILURE at 0x0000000000000008
Crashed Thread: 0

Thread 0 Crashed:
0 sphubd 0x00010618 queue_add_internal + 184
1 sphubd 0x0001083f queue_add + 111
2 sphubd 0x00017960 ui_cb_download_file + 128
3 sphubd 0x0001952c ui_cmd_download_file + 156
4 sphubd 0x0002fb9f cmd_dispatch + 335
5 sphubd 0x00019ff7 ui_dispatch_command + 55
6 sphubd 0x00017041 ui_in_event + 97
7 sphubd 0x0005ab09 bufferevent_readcb + 425
8 sphubd 0x00058b6a event_process_active + 282
9 sphubd 0x00058e33 event_base_loop + 407
10 sphubd 0x00058c96 event_loop + 36
11 sphubd 0x00058bac event_dispatch + 18
12 sphubd 0x000155d6 main + 1878
13 sphubd 0x00002062 _start + 216
14 sphubd 0x00001f89 start + 41

Thread 0 crashed with X86 Thread State (32-bit):
eax: 0x00000000 ebx: 0x00010571 ecx: 0x00000000 edx: 0x00574dc0
edi: 0x00000000 esi: 0x000163ed ebp: 0xbffff648 esp: 0xbffff610
ss: 0x0000001f efl: 0x00010286 eip: 0x00010618 cs: 0x00000017
ds: 0x0000001f es: 0x0000001f fs: 0x00000000 gs: 0x00000037
cr2: 0x00000008

Binary Images:
0x1000 - 0x95fe7 +sphubd ??? (???) <f15d8499c734a96808e22d46c8f6bcfc>
/Applications/ShakesPeer.app/Contents/Resources/sphubd
0x8fe00000 - 0x8fe2da53 dyld 96.2 (???) <c254337fa28c7eacb3d3e1d56aa141a4>
/usr/lib/dyld
0x9001a000 - 0x9010eff4 libiconv.2.dylib ??? (???) <c508c60fafca17824c0017b2e4369802>
/usr/lib/libiconv.2.dylib
0x9067f000 - 0x90686fe9 libgcc_s.1.dylib ??? (???) <a9ab135a5f81f6e345527df87f51bfc9>
/usr/lib/libgcc_s.1.dylib
0x91654000 - 0x917b4ff3 libSystem.B.dylib ??? (???)
<3699b292cde73c2847f87c7e1510d87b> /usr/lib/libSystem.B.dylib
0x9481b000 - 0x9481ffff libmathCommon.A.dylib ??? (???)
/usr/lib/system/libmathCommon.A.dylib
0x94ba4000 - 0x94bb0fff libbz2.1.0.dylib ??? (???) <c5a3563ebe66db7fa456e0fb75b657df>
/usr/lib/libbz2.1.0.dylib
0xffff0000 - 0xffff1780 libSystem.B.dylib ??? (???) /usr/lib/libSystem.B.dylib

Original issue: http://code.google.com/p/shakespeer/issues/detail?id=75

shakespeer search is not running

Original author: sjr9%[email protected] (October 02, 2008 02:57:34)

What steps will reproduce the problem?

  1. closing the program and restarting it doesn't help.
  2. turning off computer entirely also doesn't help.
  3. disconnecting from the internet and reconnecting doesn't help.

What is the expected output? What do you see instead?
after every step, it does the same thing. Two other people had trouble with
it as well.

What version of the product are you using? On what operating system?
I downloaded the newest version Sept 30th, 2008 for a macbook 10.5.4

Please provide any additional information below.
As I said, two other people were having this trouble. Thanks,
~Sam

Original issue: http://code.google.com/p/shakespeer/issues/detail?id=73

Add 2-decimal places for Share Size

Original author: [email protected] (July 07, 2008 21:36:31)

What steps will reproduce the problem?

  1. Having more than 1TB of Files
    2.
    3.

What is the expected output? What do you see instead?
Have 1.68TB of blues files, shows 1.7TB

What version of the product are you using? On what operating system?
Mac OS 10.5.4
SP9.8

Please provide any additional information below.

Hard to tell when my shares are increasing since there is only 1-digit after the decimal point,
Need 2-digits after decimal point

Original issue: http://code.google.com/p/shakespeer/issues/detail?id=44

kernel: sphubd[pid]: segfault at xxxx rip yyyy rsp zzzz error 4

Original author: [email protected] (August 22, 2008 04:56:22)

What steps will reproduce the problem?

  1. install monit under debian etch
  2. configure monit to monitor sphubd
  3. let monit start sphubd

Monit cannot start sphubd.
errors in syslog look like

kernel: sphubd[26193]: segfault at 00000000000000a8 rip 00002b2935c19da9 rsp
00007fff75206260 error 4

or

Aug 22 08:54:29 hadip413b kernel: sphubd[26202]: segfault at 00000000000000a8 rip
00002b5a8c017da9 rsp 00007fff1ee06e60 error 4

Started from command line, all is ok.

Here is monitrc:
check process sphubd with pidfile /var/run/sphubd.pid
start program = "/usr/local/bin/sphubd -p 2312"
stop program = "/bin/kill cat /home/schneider/.shakespeer/sphubd.pid"
if failed host 127.0.0.1 port 2312 then restart
if 5 restarts within 5 cycles then timeout

Original issue: http://code.google.com/p/shakespeer/issues/detail?id=55

Cannot sort users by share size

Original author: [email protected] (October 26, 2008 18:29:49)

What steps will reproduce the problem?

  1. Log onto a hub
  2. Attempt to sort users by the size of their share

What is the expected output? What do you see instead?
Expect users to no longer be sorted by alphabetical but instead by share
size. Remains sorted by alphabet

What version of the product are you using? On what operating system?
ShakesPeer 0.9.10 on OSX 10.5.5. First noticed when updating to
ShakesPeer 0.9.10.

Please provide any additional information below.

Original issue: http://code.google.com/p/shakespeer/issues/detail?id=85

Cannot browse filelists if the backend is on the remote server.

Original author: [email protected] (October 05, 2008 19:58:20)

What steps will reproduce the problem?

  1. Set up shakespeer backend on a remote server (sphubd and sphashd).
  2. Start the GUI on a mac and configure it to connect to that remote backend.
  3. Try to browse someone's share.

What is the expected output? What do you see instead?
I expect to be able to browse the share (filelist). This does not happen
because the filelists are downloaded to the remote server where the backend
is, but the GUI does not know about this and expects to find them locally.

What version of the product are you using? On what operating system?
I use shakespeer 0.9.10. Backend (sphubd and sphashd) and CLI are on Ubuntu
8.04.1 server. Aqua GUI is on a mac (OSX Leopard 10.5.1).

Please provide any additional information below.
Shakespeer should ether download the filelists to the local mac for GUI to
display, or at least give an error message saying that this functionality
is not available in this scenario.

Original issue: http://code.google.com/p/shakespeer/issues/detail?id=78

A) Can't connect B) IP banning problems C) don't know who the admins are

Original author: [email protected] (September 07, 2008 23:56:50)

What steps will reproduce the problem?

  1. I try to connect to my Case Western hub and it either takes five minutes to say no or it keeps
    saying disconnected from hub, operation time out, your IP has been temporarily banned for 30
    minutes
  2. If that doesn't happen then it just says my IP has been permanently banned

What is the expected output? What do you see instead?

The expected output is connectivity but its just sucking.

What version of the product are you using? On what operating system?

09.10 on the Mac OS X

Please provide any additional information below.

I haven't done anything wrong please help me

Original issue: http://code.google.com/p/shakespeer/issues/detail?id=64

Userlist is broken.

Original author: [email protected] (July 18, 2008 03:51:19)

What steps will reproduce the problem?

  1. Log into a hub.
  2. Wait for users to log in/out and change their share sizes.
  3. Watch the user list add duplicate names.

What is the expected output? What do you see instead?
The userlist is showing duplicate names.

What version of the product are you using? On what operating system?
Latest svn. (r439) 10.5.4

Please provide any additional information below.
Possibly as a result of r409 and http://code.google.com/p/shakespeer/issues/detail?id=19

Original issue: http://code.google.com/p/shakespeer/issues/detail?id=47

IP ban

Original author: [email protected] (August 30, 2008 04:45:17)

What steps will reproduce the problem?

  1. I sign into my network
  2. GohonaBot says my IP has been banned permanently
  3. I try to resign in and the same thing occurs

What is the expected output? What do you see instead?

Access to the system. I get banned.

What version of the product are you using? On what operating system?

.9.10 on a Mac OSX

Please provide any additional information below.

Please help me

Original issue: http://code.google.com/p/shakespeer/issues/detail?id=59

Typing into filter field when searching file lists does not match folders.

Original author: [email protected] (August 17, 2008 08:31:56)

What steps will reproduce the problem?

  1. Open a file list
  2. Type the name of a folder

What is the expected output? What do you see instead?
I expect to see both folders and files that correspond to the filter text, but instead I only see
files.

What version of the product are you using? On what operating system?
0.9.7 on 10.5.4

Please provide any additional information below.

Original issue: http://code.google.com/p/shakespeer/issues/detail?id=51

Building on 10.4 is broken

Original author: [email protected] (June 01, 2008 17:25:59)

I just tried building ShakesPeer on a clean install of 10.4.

I got an error about the constness of iconv, which should be checked properly somewhere in the
makefiles. However, I had to manually change "ICONV_CONST=" to read "ICONV_CONST=const" in
config.mk. Then it builds just fine both with make and in Xcode.

Not sure what causes this, but it seems like that check for iconv (which determines whether an
argument of a function in iconv is const or not...?) fails.

As I said, this is on a clean install, just the OS and developer tools; no Fink or similar.

Original issue: http://code.google.com/p/shakespeer/issues/detail?id=32

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.