Conversations+

Notice: Undefined index: tasklist_type in /var/www/clients/client5/web39/bugs/includes/class.tpl.php(128) : eval()'d code on line 85 Notice: Undefined index: tasklist_type in /var/www/clients/client5/web39/bugs/includes/class.tpl.php(128) : eval()'d code on line 90
  • Status Closed
  • Percent Complete
    100%
  • Task Type Bug Report
  • Category App
  • Assigned To No-one
  • Operating System All
  • Severity High
  • Priority Normal
  • Reported Version Conversations+ 0.0.5
  • Due in Version Undecided
  • Due Date Undecided
  • Votes 0
  • Private No
Attached to Project: Conversations+
Opened by Tristan Zur (tzur) - 2015-11-01
Last edited by Sebastian Luksch (lookshe) - 2016-03-21

FS#87 - Crash on load messages after delete account

Following steps done before crash:
- open conversation of account "test"
- open "manage accounts"
- delete account "test"
- back in conversation view -> previous opened conversation is shown
- scroll to top and load more messages
- app crashes

Notes:
- the account "test" was one of two configured accounts

This task does not depend on any other tasks.

Closed by  Sebastian Luksch (lookshe)
Monday, 21 March 2016, 23:49 GMT
Reason for closing:  Fixed
Sebastian Luksch (lookshe)
Monday, 21 March 2016, 22:47 GMT
No need to delete the account. App crashes also if you try to load from MAM with deactivated account
Sebastian Luksch (lookshe)
Monday, 21 March 2016, 22:48 GMT
03-21 22:48:05.919 1935-1973/de.thedevstack.conversationsplus E/AndroidRuntime: FATAL EXCEPTION: pool-2-thread-1
java.lang.NullPointerException
at de.thedevstack.conversationsplus.services.XmppConnectionService$20.run(XmppConnectionService.java:1274)
at de.thedevstack.conversationsplus.utils.SerialSingleThreadExecutor$1.run(SerialSingleThreadExecutor.java:18)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1076)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:569)
at java.lang.Thread.run(Thread.java:856)
Sebastian Luksch (lookshe)
Monday, 21 March 2016, 22:51 GMT
account.getXmppConnection() results in null

Loading...