Closed lots0logs closed 5 years ago
Experienced same phenomenon with elementary OS.
`<LOG: NEW REMOTE FILE: coi_disclosure_rashmi.pdf downloding...
(com.github.bcedu.vgrive:9049): Gtk-WARNING **: 09:26:20.147: Invalid text buffer iterator: either the iterator is uninitialized, or the characters/pixbufs/widgets in the buffer have been modified since the iterator was created. You must use marks, character numbers, or line numbers to preserve a position across buffer modifications. You can apply tags and insert marks without invalidating your iterators, but any mutation that affects 'indexable' buffer contents (contents that can be referred to by character offset) will invalidate all outstanding iterators
(com.github.bcedu.vgrive:9049): Gtk-WARNING **: 09:26:20.147: Invalid text buffer iterator: either the iterator is uninitialized, or the characters/pixbufs/widgets in the buffer have been modified since the iterator was created. You must use marks, character numbers, or line numbers to preserve a position across buffer modifications. You can apply tags and insert marks without invalidating your iterators, but any mutation that affects 'indexable' buffer contents (contents that can be referred to by character offset) will invalidate all outstanding iterators Segmentation fault>`
This should fix it: 98329b5e3811771fd0b1d724423ab94611223c46
I made as suggested in https://stackoverflow.com/a/26054332/2639936 , but I don't have an easy way to test it. If the error persists, reopen this issue. Thanks! :smile:
I have this problem since yesterday when I updated to elementary 5.1, run for a while and then this...
(com.github.bcedu.vgrive:1549): Json-CRITICAL **: 12:25:35.808: json_object_get_boolean_member: assertion 'node != NULL' failed
** (com.github.bcedu.vgrive:1549): CRITICAL **: 12:25:35.808: file /build/com.github.bcedu.vgrive-1.3.0/src/VGriveClient.vala: line 1271: uncaught error: Establecer el atributo standard::type no está soportado (g-io-error-quark, 15)
LOG: NUEVO FICHERO REMOTO: behavior.obj descargado ✓
LOG: NUEVO FICHERO REMOTO: hdllib.ref descargando...
(com.github.bcedu.vgrive:1549): Gtk-WARNING **: 12:25:35.808: Invalid text buffer iterator: either the iterator is uninitialized, or the characters/pixbufs/widgets in the buffer have been modified since the iterator was created.
You must use marks, character numbers, or line numbers to preserve a position across buffer modifications.
You can apply tags and insert marks without invalidating your iterators,
but any mutation that affects 'indexable' buffer contents (contents that can be referred to by character offset)
will invalidate all outstanding iterators
Violación de segmento
I'm experiencing the app crashing within as little as seconds and as much as minutes from starting:
Output from running with GDB:
My system specs:
This might be relevant :thinking: https://stackoverflow.com/a/26054332/2639936
Edit: I built from source and ran with GDB again: