On Mon, Jan 22, 2018 at 11:21 PM gotodimas <gotodi...@gmail.com> wrote:
>
> This bug breakes gammu-smsd. Daemon exit with error:
>
> gammu-smsd[2018]: DBI error -6: -6: An invalid or out-of-range index was 
> passed to libdbi
 This is bad. :(

> Reverting libdbi1 to 0.9.0-4 (not 0.9.0-4+deb9u1) fixes this problem.
 Going to ask for a package update with the attached patch.

Regards,
Laszlo/GCS
diff -Nru libdbi-0.9.0/debian/changelog libdbi-0.9.0/debian/changelog
--- libdbi-0.9.0/debian/changelog	2017-10-29 18:19:04.000000000 +0000
+++ libdbi-0.9.0/debian/changelog	2018-11-09 06:12:20.000000000 +0000
@@ -1,3 +1,9 @@
+libdbi (0.9.0-4+deb9u2) stretch; urgency=medium
+
+  * Comment out _error_handler() call again.
+
+ -- Laszlo Boszormenyi (GCS) <g...@debian.org>  Fri, 09 Nov 2018 06:12:20 +0000
+
 libdbi (0.9.0-4+deb9u1) stretch; urgency=medium
 
   * Backport fix to re-enable a call to _error_handler() that was commented
diff -Nru libdbi-0.9.0/debian/patches/series libdbi-0.9.0/debian/patches/series
--- libdbi-0.9.0/debian/patches/series	2017-10-29 18:19:04.000000000 +0000
+++ libdbi-0.9.0/debian/patches/series	2018-11-09 06:12:20.000000000 +0000
@@ -1,4 +1,4 @@
 fix_memory_leak_if_not_connected.patch
 fix_possible_access_to_unallocated_memory.patch
 fix_double-free_in_dbi_shutdown_r.patch
-re-enable_call_to_error_handler.patch
+#re-enable_call_to_error_handler.patch

Reply via email to