Skip Menu |

This queue is for tickets about the WWW-Myspace CPAN distribution.

Report information
The Basics
Id: 36084
Status: resolved
Priority: 0/
Queue: WWW-Myspace

People
Owner: Nobody in particular
Requestors: phomlish [...] yahoo.com
Cc:
AdminCc:

Bug Information
Severity: Critical
Broken in: (no value)
Fixed in: (no value)



Subject: hangs getting friends
While getting friends, the program hangs. This has been happening for months now- it seems to be particular accounts/friends that make it happen. I will endeavor to identify one ID that causes the program to consistently crash and submit it here. Is there any other information I can provide at this time that would be helpful? thanks, Paul WWW::Myspace is up to date (0.79). Summary of my perl5 (revision 5 version 8 subversion 8) configuration: Platform: osname=linux, osvers=2.6.18, archname=i586-linux-thread-multi uname='linux eisler 2.6.18 #1 smp tue nov 21 12:59:21 utc 2006 i686 athlon i386 gnulinux ' config_args='-ds -e -Dprefix=/usr -Dvendorprefix=/usr -Dinstallusrbinperl -Dusethreads -Di_db -Di_dbm -Di_ndbm -Di_gdbm -Duseshrplib=true -Doptimize=-O2 -march=i586 -mtune=i686 -fmessage-length=0 -Wall -D_FORTIFY_SOURCE=2 -g -Wall -pipe' hint=recommended, useposix=true, d_sigaction=define usethreads=define use5005threads=undef useithreads=define usemultiplicity=define useperlio=define d_sfio=undef uselargefiles=define usesocks=undef use64bitint=undef use64bitall=undef uselongdouble=undef usemymalloc=n, bincompat5005=undef Compiler: cc='cc', ccflags ='-D_REENTRANT -D_GNU_SOURCE -DTHREADS_HAVE_PIDS -DDEBUGGING -fno-strict-aliasing -pipe -Wdeclaration-after-statement -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64', optimize='-O2 -march=i586 -mtune=i686 -fmessage-length=0 -Wall -D_FORTIFY_SOURCE=2 -g -Wall -pipe', cppflags='-D_REENTRANT -D_GNU_SOURCE -DTHREADS_HAVE_PIDS -DDEBUGGING -fno-strict-aliasing -pipe -Wdeclaration-after-statement' ccversion='', gccversion='4.1.2 20061115 (prerelease) (SUSE Linux)', gccosandvers='' intsize=4, longsize=4, ptrsize=4, doublesize=8, byteorder=1234 d_longlong=define, longlongsize=8, d_longdbl=define, longdblsize=12 ivtype='long', ivsize=4, nvtype='double', nvsize=8, Off_t='off_t', lseeksize=8 alignbytes=4, prototype=define Linker and Libraries: ld='cc', ldflags ='' libpth=/lib /usr/lib /usr/local/lib libs=-lnsl -ldl -lm -lcrypt -lutil -lpthread -lc perllibs=-lnsl -ldl -lm -lcrypt -lutil -lpthread -lc libc=/lib/libc-2.5.so, so=so, useshrplib=true, libperl=libperl.so gnulibc_version='2.5' Dynamic Linking: dlsrc=dl_dlopen.xs, dlext=so, d_dlsymun=undef, ccdlflags='-Wl,-E -Wl,-rpath,/usr/lib/perl5/5.8.8/i586-linux-thread-multi/CORE' cccdlflags='-fPIC', lddlflags='-shared' Characteristics of this binary (from libperl): Compile-time options: DEBUGGING MULTIPLICITY PERL_IMPLICIT_CONTEXT PERL_MALLOC_WRAP THREADS_HAVE_PIDS USE_ITHREADS USE_LARGE_FILES USE_PERLIO USE_REENTRANT_API Built under linux Compiled at Nov 25 2006 11:32:18 @INC: /usr/lib/perl5/5.8.8/i586-linux-thread-multi /usr/lib/perl5/5.8.8 /usr/lib/perl5/site_perl/5.8.8/i586-linux-thread-multi /usr/lib/perl5/site_perl/5.8.8 /usr/lib/perl5/site_perl /usr/lib/perl5/vendor_perl/5.8.8/i586-linux-thread-multi /usr/lib/perl5/vendor_perl/5.8.8 /usr/lib/perl5/vendor_perl .
From: phomlish [...] yahoo.com
I was wrong. It is the friend_user_name function, IE: $fullname = $myspace->friend_user_name($buf); try this with the ID 9339219. thanks, Paul
Subject: [rt.cpan.org #36084]
Date: Thu, 22 May 2008 14:51:38 +0100
To: bug-www-myspace [...] rt.cpan.org
From: Steven Chamberlain <steven [...] pyro.eu.org>
Hi, I think this might be related to the problem which I submitted a patch for in bug #35702. The changes are applied in latest SVN (r579), perhaps you could try that? svn co https://www-myspace.svn.sourceforge.net/svnroot/www-myspace www-myspace However, that said, you might find that you can no longer log in (with any version) as a result of new changes at Myspace; this is something I'm looking into now. Regards, -- Steven Chamberlain steven@pyro.eu.org
Subject: Re: [rt.cpan.org #36084]
Date: Fri, 30 May 2008 08:19:14 -0700 (PDT)
To: bug-WWW-Myspace [...] rt.cpan.org
From: Paul Homlish <phomlish [...] yahoo.com>
You fixed it. But now I'm wondering- are some people- like invalid people, crashing the $myspace->friend_user_name function? Looks like friend ID 178276750 does it to me. thanks, Paul Show quoted text
----- Original Message ---- From: Steven Chamberlain via RT <bug-WWW-Myspace@rt.cpan.org> To: phomlish@yahoo.com Sent: Thursday, May 22, 2008 9:52:16 AM Subject: [rt.cpan.org #36084] <URL: http://rt.cpan.org/Ticket/Display.html?id=36084 > Hi, I think this might be related to the problem which I submitted a patch for in bug #35702. The changes are applied in latest SVN (r579), perhaps you could try that? svn co https://www-myspace.svn.sourceforge.net/svnroot/www-myspace www-myspace However, that said, you might find that you can no longer log in (with any version) as a result of new changes at Myspace; this is something I'm looking into now. Regards, -- Steven Chamberlain steven@pyro.eu.org
The profile which you claim was causing the function to hang, has been deleted so I can't test it. If you encounter the issue again please post a friend ID for us to test it against. The function was been changed in latest SVN (R-614) which may have fixed any problem which existed anyway. Thanks.