Bug#968825: mono-runtime: NullReferenceException in System.Linq.Enumerable.ToArray

2020-08-21 Thread Dmitry Potapov
Package: mono-runtime Version: 5.18.0.240+dfsg-3 Severity: normal Dear Maintainer, When ToArray tries to convert an enumeration that was obtained as concatination of an array and another enumeration, it hangs for some time and then crashes due to Nill Reference exception. See the attached

Bug#407722: status of libgit.a

2010-03-07 Thread Dmitry Potapov
On Sun, Mar 07, 2010 at 11:27:35AM +0100, Paul Menzel wrote: could you please give an update on the status of libgit.a. For example cgit still could not be packaged yet for Debian [1] because of this bug [2]. cgit is used by a lot of projects out there, so I am wondering if the current

Bug#507522: mingw32-runtime: missing type definitions in tchar.h

2008-12-02 Thread Dmitry Potapov
Hi Ron, You should probably report this one directly upstream, but before you do, please read: http://mingw.org/Reporting_Bugs ... in particular the part about them requiring you to provide references to the source of the information that you used to create this patch. Without such a

Bug#507522: mingw32-runtime: missing type definitions in tchar.h

2008-12-01 Thread Dmitry Potapov
Package: mingw32-runtime Version: 3.13-1 Severity: normal Tags: patch The definition of _TSCHAR, _TUCHAR, _TXCHAR, _TINT are missing in tchar.h. The types are normal present in tchar.h shipped by Microsoft and other vendors, so the lack of them makes impossible to use MinGW to compile the source

Bug#506723: miro: youtube downloads stopped working

2008-11-23 Thread Dmitry Potapov
Package: miro Version: 1.2.3-2 Severity: normal Apparently, due to changes in youtube, the download of youtube videos stopped working. This bug is already reported and fixed in upstream. See: http://bugzilla.pculture.org/show_bug.cgi?id=10656 -- System Information: Debian Release: lenny/sid

Bug#489961: iceweasel: Iceweasel crash in Gmail chat with pop-out window

2008-07-11 Thread Dmitry Potapov
Hello Moritz, Installing the security upgrade (Iceweasel 2.0.0.15-0etch1) fixed this problem. So, the bug can be considered closed. Thanks, Dmitry -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]

Bug#489961: iceweasel: Iceweasel crash in Gmail chat with pop-out window

2008-07-08 Thread Dmitry Potapov
Package: iceweasel Version: 2.0.0.14-0etch1 Severity: grave Tags: security Justification: user security hole The following steps are necessary to reproduce this problem: 1. Log-in on your Gmail account 2. Open Gmail chat with any other user 3. Press the pop-out button 4. Close the pop-out window

Bug#472615: gitk: impossible to change colors in Edit-Preferences

2008-03-25 Thread Dmitry Potapov
Package: gitk Version: 1:1.5.4.4-1 Severity: normal Attempt to change backround or foreground colors in the Preferences dialog causes that the invalid color value (with extra curve brackets around the correct value) is written to ~/.gitk. Also, some other dialogs stop working immediately after

Bug#459470: dblatex depends on opensp for SGML to XML conversion

2008-01-06 Thread Dmitry Potapov
Package: dblatex Version: 0.2-2 Severity: normal I have tried to use dblatex to convert somedoc.sgml to pdf, so I ran the following command: dblatex -F sgml somedoc.sgml However, it failed with the following error message: Build the XML file... sh: osx: command not found Error: [Errno 2] No

Bug#459474: dblatex: simplesect tag does not work in appendix

2008-01-06 Thread Dmitry Potapov
Package: dblatex Version: 0.2-2 Severity: normal The following XML file demonstates the problem: === BEGIN test.xml === ?xml version=1.0? !DOCTYPE book PUBLIC -//OASIS//DTD DocBook XML V4.1.2//EN http://www.oasis-open.org/docbook/xml/4.0/docbookx.dtd; book chaptertitleChapter

Bug#429021: builtin echo command redirection misbehaves in detached scripts when terminal is closed

2007-09-10 Thread Dmitry Potapov
On Sun, Sep 09, 2007 at 10:18:07PM +0100, Stephane Chazelas wrote: Now, I'm not sure if we can say that the new glibc behavior observed is bogus (other than it's different from the behavior observed in all the libcs I tried with). What libc have you tried? To me, the new behavior makes much

Bug#429021: builtin echo command redirection misbehaves in detached scripts when terminal is closed

2007-09-10 Thread Dmitry Potapov
On Mon, Sep 10, 2007 at 12:05:57AM +0200, Aurelien Jarno wrote: I wouldn't be surprised if it has to do with the fix to debian bug #429021. http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=429021 (I'm CCing Dmitry who is the author of that change according to bugs.debian.org) I can

Bug#429021: builtin echo command redirection misbehaves in detached scripts when terminal is closed

2007-09-10 Thread Dmitry Potapov
Hi Stephane, On Mon, Sep 10, 2007 at 09:08:33AM +0100, Stephane Chazelas wrote: thanks for replying, I gave a list in another email. I tried on Solaris 7 and HPUX and both seem to flush the buffer upon an unsuccessful fflush() I see... I wonder how they work in regard of my original problem

Bug#429021: builtin echo command redirection misbehaves in detached scripts when terminal is closed

2007-09-10 Thread Dmitry Potapov
Hello Stephane, I was wrong about suggestion freopen(/dev/stdout) in my previous mail. It cannot be used to redirect stdout. Regards, Dmitry -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]

Bug#429021: builtin echo command redirection misbehaves in detached scripts when terminal is closed

2007-09-10 Thread Dmitry Potapov
On Mon, Sep 10, 2007 at 05:39:09PM +0100, Stephane Chazelas wrote: Dmitry, your t.c in the debian report gives: On Solaris 8: [...] On HPUX 11.11: [...] So they don't seem to care either to retry and send the data if the first write() fails. Yes, it seems they purge all data in the IO

Bug#429021: libc6: fputs can lose data in buffer on signal

2007-06-18 Thread Dmitry Potapov
On Fri, Jun 15, 2007 at 06:47:55PM +0200, Pierre Habouzit wrote: Nothing in POSIX says what happens wrt to fwrite and signals. At least it's very unclear. But indeed the fact that SA_RESTART is the default value for linux does not seem to be a POSIX requirement either. I have studied the

Bug#429021: libc6: fputs can lose data in buffer on signal

2007-06-15 Thread Dmitry Potapov
Package: libc6 Version: 2.3.6.ds1-13 Severity: important fputs (and probably other FILE based output functions) can lose previously written data that were accumulated in the user space buffer when a signal arrives. Here is an example that demonstrates the problem: # cat t.c

Bug#421270: gdb: fails to debug multithread programs

2007-04-27 Thread Dmitry Potapov
Package: gdb Version: 6.6.dfsg-1 Severity: important When I try to debug a multithread application, I get a general error as it is showed below: === ~$gdb ./hello GNU gdb 6.6-debian Copyright (C) 2006 Free Software Foundation, Inc. GDB is free software, covered by the GNU General Public

Bug#381999: Mono.Runtime -- bug in compile_generic_method

2006-08-08 Thread Dmitry Potapov
Package: mono-runtime Version: 1.1.13.8-1 Severity: normal Hi! There is a bug that I submitted to Mono bugzilla a few days ago. http://bugzilla.ximian.com/show_bug.cgi?id=79010 The bug is fixed in the current development version now, but I have prepared a patch for the table version (1.1.13.8).

Bug#356403: wordnet: truncate searching term on a first space

2006-03-11 Thread Dmitry Potapov
Package: wordnet Version: 2.0g-12 Severity: normal Tags: patch When wnb is started from a command line and the searching term containing any space then it is truncated at the first space symbol, because of a mistake in the wrapper, which uses $@ instead of $@. === begin patch === ---

Bug#305951: lpr: fails to start on read-only root

2005-04-22 Thread Dmitry Potapov
Package: lpr Version: 1:2003.09.23-7S Severity: normal lpd fails to start on a read-only root filesystem system because it cannot create /dev/printer socket. There are two possible ways to fix this bug: 1. To change the default location of the control socket, for example, to