Package: speedtest-cli
Version: 2.1.2-2
Severity: grave
Tags: upstream
Justification: renders package unusable
There seems to have been a change on the speednet server side that results in a
ValueError exception:
$> /usr/bin/speedtest-cli --simple
Traceback (most recent call last):
File "
On 02/28/20 07:07, Jookia wrote:
> I did that and can confirm it fixes my solution.
Excellent, I am closing this since it is not a bug with the crash
package but rather simply how it currently works.
> Could this be enabled by default?
Potentially, but someone would have to write a patch and sub
Hello,
On 02/27/20 10:20, Jookia wrote:
> I ran 'crash /usr/lib/debug/vmlinux-4.19.0-8-686-pae
> /var/crash/202002270816/dump.202002270816'
Would it be possible to try running crash on the dump again using the
"--kaslr auto" option to see if it is able to automatically calculate
the KASLR offse
On 05/18/18 15:56, Chris Lamb wrote:
>
> Would you be interested in letting me adopt this package (or co-
> maintaining it?).
I would be more that happy for you to take over maintenance of
this package!
Troy
On 05/17/18 17:25, Thadeu Lima de Souza Cascardo wrote:
> Package: crash
> Version: 7.2.1-1+b1
> Followup-For: Bug #898707
>
> Attaching a debdiff for an NMU fixing the cloning and the cleanup that
> still needs a small change in rules even after fixing the cloning
> problem.
Thanks for the patch
severity 848256 important
tag 848256 +unreproducible +moreinfo
thanks
On 12/15/16 10:47, C. Morgan Hamill wrote:
Hello Morgan,
> Since upgrading to the version of lastpass-cli built against OpenSSL
> 1.1, Any attempt to use lpass has resulted in the error "Segmentation
> fault" followed by an immediate exit.
I'm unable to duplicate this behavior. I just build a cl
Hello Sebastian,
Thanks for driving the patch through with upsteam. I'm good with the
NMU so there is no reason to add any additional delay.
Troy
On 12/06/16 21:19, Sebastian Andrzej Siewior wrote:
> Control: tags 828371 + patch
> Control: tags 828371 + pending
>
> Dear maintainer,
>
> I've pr
I missed the colon on the Closes directive in the 4.0.0-2 changelog.
The 4.0.0-2 upload should resolve this issue using a proper B+R.
Troy
signature.asc
Description: Digital signature
On 09/21/11 00:58, Jakub Wilk wrote:
> I've prepared an NMU for crash-whitepaper (versioned as 1.0-1.1) and
> uploaded it to DELAYED/10. Please feel free to tell me if I should
> delay it longer.
It looks good to me, we can let the delayed NMU complete.
Troy
signature.asc
Description: Digital
Package: beancounter
Version: 0.8.8
Severity: grave
setup_beancounter fails with:
ERROR: syntax error at or near ","
LINE 1: ..._ratio, avg_volume, active) values('','', '', , , , ,...
[EMAIL PROTECTED]:~$ setup_beancounter
Creating beancounter database
** Running: cre
reassign 42 libapr1
thanks
Reassigning this to libapr1 because the segfault occurs even with the
attached toy program[1] that calls apr_psprintf().
I've been compiling it with the following options:
gcc segfault_arm.c -o segfault_arm $(apr-1-config --cppflags --link-ld
Thanks,
Troy
[1] ht
On 08/16/07 15:00, Phil R wrote:
Hello Phil,
I'm just trying to clarify this bug. You are getting a segfault when
you run ldd against the subversion binary:
> $ ldd -v /usr/bin/svn
Do I understand the bug correctly? If so I would like to downgrade the
severity of this bug, since it's really ldd
On 07/10/07 07:42, Al Stone wrote:
Hi Al!
I just tried to duplicate the problem on ia64 and it works for me,
with 1.4.2 from etch and 1.4.4 form sid.
>>> $ svn co http://llvm.org/svn/llvm-project/llvm/trunk anywhere
>>> svn: PROPFIND request failed on '/svn/llvm-project/llvm/trunk'
>>> svn: PROP
Package: ftp.debian.org
Severity: serious
lcrash is virtually dead upstream, it's sole function is to debug LKCD
type crash dumps. The "crash" package provides similar functionality
but can be used to debug many crash dump formats. lcrash also
recommends the LKCD kernel patch which is not been po
reassign 394894 medusa
forcemerge 394432 394894
tags 394894 patch
thanks
On 10/23/06 11:20, LaMont Jones wrote:
> the following errors show up:
> > i486-linux-gnu-gcc -Wall -g -O2 -g -DDEBUG -fPIC -I/usr/local/include
> > -I/usr/local/ssl/include -I/usr/include/subversion-1 -I/usr/include/apr-0
On 10/23/06 17:50, Julien Danjou wrote:
> On Thu, Oct 19, 2006 at 03:30:14PM -0600, Troy Heber wrote:
> > Crash FTBFS on Alpha because linux-kernel-headers 2.6.18-3 asm/page.h
> > blocks PAGE_SIZE from being defined. See #393023.
>
> I cannot reproduce this right now
On 10/20/06 18:20, Daniel Jacobowitz wrote:
> I might be wrong, but I think that this is a bug in glibc; I understand
> why it can't provide PAGE_SIZE, but it ought to provide NBPG if it's
> going to bother to provide "struct user" (a purely legacy format) at
> all. It seems like a hideous hack t
Package: libc6.1-dev
Version: 2.3.6.ds1-6
Severity: grave
PAGE_SIZE is no longer exposed to user space in , see
Bug#393023. However, defines NBPG to be PAGE_SIZE which
prevents packages that use it form building gdb (Bug#394381) and crash
(Bug#394267).
Thanks,
Troy
pgpzprPMJy0KB.pgp
Descripti
Package: gdb
Version: 6.4.90.dfsg-1
Severity: grave
gdb FTBFS with:
/tmp/p/gdb-6.4.90.dfsg/bfd/trad-core.c:116: error: 'PAGE_SIZE' undeclared
(first use in this function)
/tmp/p/gdb-6.4.90.dfsg/bfd/trad-core.c:116: error: (Each undeclared identifier
is reported only once
/tmp/p/gdb-6.4.90.dfsg/
Package: crash
Version: 4.0-3.7-1
Severity: grave
Crash FTBFS on Alpha because linux-kernel-headers 2.6.18-3 asm/page.h
blocks PAGE_SIZE from being defined. See #393023.
Troy
pgpcXCrlA3oi9.pgp
Description: PGP signature
You can add the crash package to the list for FTBFS on Alpha because
PAGE_SIZE has been blocked by the #ifdef __KERNEL__. Using PAGE_SIZE
directly from a user space application is broken. However, in my case
it's BFD that is indirectly using it by using NBPG defined in
!
Troy
pgpojyfnGmslc.pgp
kernel-patch-lkcd has been removed from testing and unstable
(Bug#393503). That should pretty much resolve it.
Thanks,
Troy
pgpvlSdOnAkwj.pgp
Description: PGP signature
On 09/22/06 16:32, Philip Martin wrote:
> The first time the breakpoint is reached it's from the
> svn_test__create_fs line, the second time it's from the
> svn_fs_open_berkeley line. The key has the same value in each case,
> and the second time that value is present in the cache, so the hash
> l
On 09/22/06 00:04, Philip Martin wrote:
> The error message is the one that would occur if Subversion's DB_ENV
> cache failed in some way, and since most of the tests are being run
> with FSFS the failing test might be the only one that exercises the
> cache. Perhaps gcc is miscompiling Subversion
tags 372525 + pending
thanks
On 06/10/06 18:42, Cl??ment Stenac wrote:
> The simplest fix is to simply drop the debian/libjudydebian1.shlibs
> package and to let dh_makeshlibs do its work
Yep, got it thanks, 1.0.3-2 uploaded. Since I'm an idiot and forgot to
mark Closes in the changelog, I'll clo
I lied earlier, we do need the patch Ben submitted (the chroot I was
using wasn't updated and didn't show the bug). The problem is there is
no "good" way to patch it at the debian level, because the gdb
included in crash is shipped as a gzip tarball that gets unpacked at
build time. It's much easie
tags 337871 +patch upstream
thanks
I just got access to an Alpha this week. This is already fixed in a
new upstream version. However, it has a couple of other issues I need
to resolve before the upload, which should be soon.
Troy
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of
Hello Carlo,
Can you try to duplicate this problem after setting your local to "C" or
"en_US"? The only way I've been able to duplicate this is by changing the
locale as in bug #323376.
Thanks,
Troy
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Co
upload
+ * Removig non-free aircut3.ttf font from upstream package (Closes: #298961)
+
+ -- Troy Heber <[EMAIL PROTECTED]> Fri, 18 Mar 2005 11:42:42 -0700
+
epplets (0.8.cvs.20040805-1) unstable; urgency=medium
* New CVS build. Medium urgency for libtiff4 crap, Closes: #262850
diff
Sorry, I didn't see the package rename so please ignore the above patch. My
*BIG* mistake.
Troy
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Tags: patch
The attached patch is the most minimal change to fix the FTBS. It simply
removes the cruft that prevents the library from being installed in the
correct directory.
Troy
diff -urN glui-2.2/debian/rules.vars new/debian/rules.vars
--- glui-2.2/debian/rules.vars 2005-03-18 09:59:30.5701
32 matches
Mail list logo