skype4pidgin icon indicating copy to clipboard operation
skype4pidgin copied to clipboard

More JSON errors, elevated HDD behavior.

Open Zombie-Ryushu opened this issue 7 years ago • 4 comments

(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)

Zombie-Ryushu avatar Mar 27 '17 23:03 Zombie-Ryushu

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?

xvitaly avatar Mar 28 '17 13:03 xvitaly

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

Zombie-Ryushu avatar Mar 28 '17 14:03 Zombie-Ryushu

--- 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}```

Zombie-Ryushu avatar Mar 28 '17 14:03 Zombie-Ryushu

Just released 1.4 which should decrease HDD usage

EionRobb avatar Apr 30 '17 01:04 EionRobb