Bug#684021: ruby-sinatra: shouldn't break error processing if error logging is failed

2022-09-21 Thread Lucas Kanashiro
I checked the upstream git repository and the dump_errors! method is still the same compared to version that was reported this bug. So in theory, the problem still persists. I also did not find any upstream bug for this issue, did someone do that? If no, I'd kindly ask to the affected people to do

Bug#684021: ruby-sinatra: shouldn't break error processing if error logging is failed

2014-04-10 Thread Jérémy Bobbio
Aliaksandr Barouski: > When error logging in sinatra fails (with exception), it can't process > exception in right way. > > Example: > Our code handles Errno:EROFS: > error Errno:EROFS do > #some processing > end > > If standard logger (rack.error) starts failing (e.g. filesystem become > read

Bug#684021: [DRE-maint] Bug#684021: ruby-sinatra: shouldn't break error processing if error logging is failed

2012-10-24 Thread Youhei SASAKI
-BEGIN PGP SIGNED MESSAGE- Hash: SHA512 Hi, Sorry for late response. At 19 Oct 2012 18:47:45 +0300, "Eugene Lavnikevich" wrote: > > Could someone please give a comment if there is any specific reason to > not incorporate the provided fix? Or maybe it's just from the lack of > time/hum

Bug#684021: ruby-sinatra: shouldn't break error processing if error logging is failed

2012-10-19 Thread Eugene Lavnikevich
Hello, this bug also affects me. Could someone please give a comment if there is any specific reason to not incorporate the provided fix? Or maybe it's just from the lack of time/human resources? Best regards -- Eugene Lavnikevich -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.

Bug#684021: ruby-sinatra: shouldn't break error processing if error logging is failed

2012-08-06 Thread Aliaksandr Barouski
Package: ruby-sinatra Version: 1.3.2-1 Severity: normal Dear Maintainer, When error logging in sinatra fails (with exception), it can't process exception in right way. Example: Our code handles Errno:EROFS: error Errno:EROFS do #some processing end If standard logger (rack.error) starts failin