EionRobb / skype4pidgin

Skype Plugin for Pidgin, libpurple and more
https://github.com/EionRobb/skype4pidgin/tree/master/skypeweb#skypeweb-plugin-for-pidgin
624 stars 88 forks source link

More JSON errors, elevated HDD behavior. #535

Open Zombie-Ryushu opened 7 years ago

Zombie-Ryushu commented 7 years ago

(process:13944): Json-CRITICAL **: json_node_get_object: assertion 'node != NULL' failed

(process:13944): Json-CRITICAL **: json_object_has_member: assertion 'object != NULL' failed

(process:13944): Json-CRITICAL **: json_object_has_member: assertion 'object != NULL' failed

These additional json errors from purple skypeweb, and occasionally, until unregistered, the module will spike HDD activity. (according to iotop)

xvitaly commented 7 years ago

These additional json errors from purple skypeweb, and occasionally, until unregistered, the module will spike HDD activity. (according to iotop)

Writing to logs I think. Can you test commit 49cd9cf95714605fedc63cf357cb3addd6d342b2?

Zombie-Ryushu commented 7 years ago

Thats what I have yes. Also, I have a downstream Linkage Patch.

Zombie-Ryushu commented 7 years ago

--- skypeweb_orig/CMakeLists.txt    2016-10-19 09:48:38.000000000 +0300
+++ skypeweb/CMakeLists.txt 2016-10-20 18:18:01.000000000 +0300
@@ -43,7 +43,7 @@
     ${PURPLE_LIBRARIES}
     ${GLIB2_LIBRARIES}
     ${JSON-GLIB_LIBRARIES}
-    )
+    z)

 link_directories(
     ${PURPLE_LIBRARY_DIRS}```
EionRobb commented 7 years ago

Just released 1.4 which should decrease HDD usage