File: issues.txt

package info (click to toggle)
qtmobility 1.2.0-3
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd, wheezy
  • size: 169,300 kB
  • ctags: 92,483
  • sloc: cpp: 759,105; ansic: 16,292; xml: 5,054; sh: 920; perl: 369; makefile: 167
file content (35 lines) | stat: -rw-r--r-- 921 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
issues:
disk full test:
old model:
SetCurrentItem --- doesnt leave, only leaves internally (-1)
exportcontacts -- exports an empty file when disk is full?
updatecontactlc -- doesnt leave when disk is full
importcontacts --  doesnt leave when disk is full

new model:
CreateOwnCardL() leaks memory, object always changing location in memory?

OOM test:
old:
fialing on various instances

new:
failing on the server-side

contact views tests:
new model:
one or more fields being set may be causing an extreme slow down in population of views


concurrent notifications tests:
on the old model  EContactDbObserverEventRollback for contact 0 is generated when a 
transaction is rolled back this doesn't occur for the new model.

on new model database is damaged after a single update transaction is reverted, this doesnt occur on the old model


blobs test:
new model:
max blob size is 131kb
old model:
max blob size is 192kb