All Projects

ID Project Category Task Type Severity  desc Summary Status Progress Due In Version
 160 vcsGeneralBug ReportCritical AWK getting comma-separated decimals Closed
100%
1.12.1 Task Description

Original report by ya at:

Video Contact Sheet *NIX v1.12, (c) 2007-2010 Toni Corvera
Processing <FILE>...
awk: BEGIN { if (4993,00000000000000000000 == 0) exit 0 ; else exit 1 }
awk:                 ^ syntax error
awk: BEGIN { if (4993,00000000000000000000 == 0) exit 0 ; else exit 1 }
awk:                                           ^ syntax error
awk: BEGIN { if (4993,00000000000000000000 == 0) exit 0 ; else exit 1 }
awk:                                                      ^ syntax error
awk: BEGIN { printf "%.20f", ((4993,00000000000000000000 - 4993.92))+0 }
awk:                                                               ^ syntax error
awk: BEGIN { printf "%.20f", ((4993,00000000000000000000 - 4993.92))+0 }
awk:                                                                ^ syntax error
awk: BEGIN { if (() < (0)) print (() * -1) ; else print () }
awk:              ^ syntax error
awk: BEGIN { if (() < (0)) print (() * -1) ; else print () }
awk:                ^ syntax error
awk: BEGIN { if (() < (0)) print (() * -1) ; else print () }
awk:                       ^ syntax error
awk: BEGIN { if (() < (0)) print (() * -1) ; else print () }
awk:                                 ^ syntax error
awk: BEGIN { if (() < (0)) print (() * -1) ; else print () }
awk:                                       ^ syntax error
awk: BEGIN { if (() < (0)) print (() * -1) ; else print () }
awk:                                                       ^ syntax error
...
 257 Network Type IndicatorBug ReportCritical FC in Android 2.2 and 2.3.3-2.3.7 Closed
100%
1.4.2 (rel. 07030) Task Description

Rare reports, not reproducible, but similar causes.

Example stack trace:

java.lang.RuntimeException: Unable to create service net.outlyer.nettype.MonitorService: java.lang.IllegalArgumentException: contentIntent required: pkg=net.outlyer.nettype id=1 notification=Notification(vibrate=null,sound=null,defaults=0x0,flags=0x2)
	at android.app.ActivityThread.handleCreateService(ActivityThread.java:1974)
	at android.app.ActivityThread.access$2500(ActivityThread.java:121)
	at android.app.ActivityThread$H.handleMessage(ActivityThread.java:994)
	at android.os.Handler.dispatchMessage(Handler.java:99)
	at android.os.Looper.loop(Looper.java:130)
	at android.app.ActivityThread.main(ActivityThread.java:3714)
	at java.lang.reflect.Method.invokeNative(Native Method)
	at java.lang.reflect.Method.invoke(Method.java:507)
	at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:864)
	at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:622)
	at dalvik.system.NativeStart.main(Native Method)
	Caused by: java.lang.IllegalArgumentException: contentIntent required: pkg=net.outlyer.nettype id=1 notification=Notification(vibrate=null,sound=null,defaults=0x0,flags=0x2)
	at android.os.Parcel.readException(Parcel.java:1326)
	at android.os.Parcel.readException(Parcel.java:1276)
	at android.app.INotificationManager$Stub$Proxy.enqueueNotificationWithTag(INotificationManager.java:274)
	at android.app.NotificationManager.notify(NotificationManager.java:111)
	at android.app.NotificationManager.notify(NotificationManager.java:91)
	at net.outlyer.nettype.MonitorService.b(MonitorService.java:201)
	at net.outlyer.nettype.MonitorService.onCreate(MonitorService.java:80)
	at android.app.ActivityThread.handleCreateService(ActivityThread.java:1964)
	... 10 more
 259 Network Type IndicatorBug ReportCritical FC in Android 2.3.3-2.3.7 Closed
100%
1.4.3 (rel. 07031, 14030) Task Description

Not reproducible. Example stack strace:

java.lang.NullPointerException
	at net.outlyer.nettype.MonitorService.b(MonitorService.java:316)
	at net.outlyer.nettype.MonitorService.a(MonitorService.java:292)
	at net.outlyer.nettype.l.onDataConnectionStateChanged(MonitorService.java:160)
	at android.telephony.PhoneStateListener$2.handleMessage(PhoneStateListener.java:339)
	at android.os.Handler.dispatchMessage(Handler.java:99)
	at android.os.Looper.loop(Looper.java:130)
	at android.app.ActivityThread.main(ActivityThread.java:3683)
	at java.lang.reflect.Method.invokeNative(Native Method)
	at java.lang.reflect.Method.invoke(Method.java:507)
	at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:875)
	at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:633)
	at dalvik.system.NativeStart.main(Native Method)
 323 vcsGeneralBug ReportCritical Codec information is misaligned/cropped Closed
100%
1.13.3 Task Description

Originally reported by Markus and Wade

The codec information box gets cropped with current versions of ImageMagick.

 368 Network Type IndicatorGeneralBug ReportCritical Notification doesn't show in Android Oreo and Pie Closed
100%
1.5.2.1 (rel. 1xx045) Task Description

The updated version to return to the Play Store isn’t adapted to the new notification system

 373 vcsGeneralBug ReportCritical Number of columns is ignored Closed
100%
Task Description

First reported on BSD and Debian 10 (reproducible), apparently tied to some updated tool

 9 vcsGeneralBug ReportHigh Full path is printed in heading Closed
100%
Task Description

Only basename should be printed instead.

32vcsGeneralBug ReportHighvcs gets stuck on first capture (or during probe)Researching
0%
Task Description

Fails on some files (gets stuck forever while capturing the first frame).

Happens often with Matroska. 1.0.7a introduced a workaround (-Wo) with ffmpeg’s argument order that worked with other file types.

 76 vcsGeneralBug ReportHigh Failure while capturing last frame Closed
100%
1.11 Task Description

“Failed to capture frame (at second xxx.yyy)”

Known bug, reported by various users.

 79 vcsGeneralBug ReportHigh vcs breaks if tput can't set colour Closed
100%
Task Description

E.g. on FreeBSD

 135 vcsGeneralBug ReportHigh Pythagorean theorem uses gawk syntax Closed
100%
1.11.2 Task Description

pyth_th() uses **, accepted by gawk but not mawk

Also Ubuntu uses mawk by default.

 189 vcsGeneralBug ReportHigh VCS is broken on FreeBSD (and Mac OS X) since 1.12.3 Closed
100%
1.13 Task Description

Version 1.12.3 breaks on FreeBSD due to the usage of GNU-specific extensions of expr, sed and an incompatible Bash RE.

 195 vcsGeneralBug ReportHigh Too short files might lead to infinte loop Closed
100%
1.13 Task Description

As reported by Dirk Reiners (paraphrased)

When steps get too small they might round to 0 ⇒ infinite loop in compute_timecodes.

197vcsGeneralTO-DOHighMove away from /dev/shmAssigned
0%
1.14 Task Description

/dev/shm isn’t really intended as an alternate temporary location, and VCS’ temporary files can easily grow too large for it too.

As a possible alternative offer a first-run choice of temp-dir (maybe suggesting /dev/shm).

References:
http://wiki.debian.org/ReleaseGoals/RunDirectory#Why_put_.2BAC8-dev.2BAC8-shm_and_.2BAC8-tmp_under_.2BAC8-run.3F http://stackoverflow.com/questions/9745281/tmp-vs-dev-shm-for-temp-file-storage-on-linux

 228 relevationGeneralTO-DOHigh Support new file format Closed
100%
1.3 Task Description

There’s a new, more secure, file format

References:
https://bitbucket.org/jakobwesthoff/revelation
http://oss.codepoet.no/revelation/wiki/FileFormatSpec
http://knoxin.blogspot.com.es/2012/06/revelation-password-manager-considered.html
http://www.westhoffswelt.de/blog/2010/4/19/from-revelation-security-to-android-password-managers

 232 relevationGeneralBug ReportHigh Non US-ASCII fields produce errors Closed
100%
1.3 Task Description
main(sys.argv[1:])
  File "./relevation.py", line 628, in main
    numhits = dump_all_entries(xmldata)
  File "./relevation.py", line 213, in dump_all_entries
    return dump_result(res, 'all')
  File "./relevation.py", line 290, in dump_result
    dumpfn(typeName, name, descr, notes, fields)
  File "./relevation.py", line 253, in dump_single_result
    print s
UnicodeEncodeError: 'ascii' codec can't encode character u'\xf3' in position 19: ordinal not in range(128)
 233 relevationGeneralBug ReportHigh Non US-ASCII search terms produce errors Closed
100%
1.3.1 Task Description
Traceback (most recent call last):
  File "./relevation.py", line 658, in <module>
    main(sys.argv[1:])
  File "./relevation.py", line 638, in main
    numhits += dump_entries(xmldata, needles, 'folder', caseInsensitive, True)
  File "./relevation.py", line 224, in dump_entries
    res = tree.xpath(xpath)
  File "lxml.etree.pyx", line 1509, in lxml.etree._Element.xpath (src/lxml/lxml.etree.c:50702)
  File "xpath.pxi", line 306, in lxml.etree.XPathElementEvaluator.__call__ (src/lxml/lxml.etree.c:145829)
  File "apihelpers.pxi", line 1395, in lxml.etree._utf8 (src/lxml/lxml.etree.c:26485)
ValueError: All strings must be XML compatible: Unicode or ASCII, no NULL bytes or control characters
 236 Network Type IndicatorBug ReportHigh No network type indicated while roaming Closed
100%
1.5 (rel. xx039) Task Description

Submitted by Adjel

When roaming no network type is indicated.

Device: Nexus 5

NOTE: Not a bug report, misunderstanding on my part

 248 vcsGeneralBug ReportHigh Unsupported format gives errors Closed
100%
1.13.3 Task Description

Seen in HEVC contained in MPEG-TS

255Network Type IndicatorBug ReportHighIcon doesn't get updated with network changesAssigned
0%
? Task Description

Known bug, app isn’t always notified.

Reproducible switching network mode from 3G/2G to 2G-only

 261 Network Type IndicatorTO-DOHigh Release 1.4.3 (for newer Droids) Closed
100%
Meta: Release Cycle Task Description

Received reports on newer devices, sync changes from older droids’ branch

 265 Quick File ShareBug ReportHigh Manifest doesn't declare sdcard read permission Closed
100%
0.13 (rel. 13) Task Description

This prevents reading files from external (or emulated external) storage in API 19 and above (Kitkat, until then it wasn’t enforced).

See: http://developer.android.com/reference/android/Manifest.permission.html#READ_EXTERNAL_STORAGE

 279 Network Type IndicatorBug ReportHigh SecurityException raised when trying to access the syst ...Closed
100%
1.4.4 (rel. 07032, 14032) Task Description

Affects new droids and old droids branches.

Has never been reported in the developer console.

336Network Type IndicatorGeneralBug ReportHighApp doesn't load on boot (Huawei phones)Researching
0%
? Task Description

Reported by Willy Romano 23/03/2017 on the Google Play

On Huawei G8. App doesn’t automatically execute when phone is turned off then back on. I protected the app and this seems to have solved the problem.

337Network Type IndicatorGeneralBug ReportHighApp doesn't load on bootResearching
0%
? Task Description

This task depends on reports of such issue.

So far all reports are on Marshmallow:

Reported by Charles Kanegeni 20/02/2016 on Google Play

New issue Great app, have always used it. Just upgraded to marshmallow and now it won’t even start. What’s up with that? From Android 5 I had problems, plus doesn’t support dual Sim phones. This is the new direction, twin Sim phones. Please work it out.

Infinix (Infinix_X510_sprout) / 6.0 / r14034

Reported by Red Rospo 04/08/2016 on Google Play

Da migliorare Non parte al boot

LG G5 (h1) / Marshmallow / r14034

Reported by Simon Howard 18/12/2016 on Google Play

Issue with auto start on boot I’ve had this app for some time now, but it will not auto start on boot on my current phone (Galaxy S5, Marshmallow 6.01)

Galaxy S5 (klte) / Marshmallow / r14034

 353 Network Type IndicatorGeneralTO-DOHigh Release 1.5.1 Closed
100%
Meta: Release Cycle
 354 Network Type IndicatorGeneralBug ReportHigh Vectorial icons don't render properly in Lollipop nor M ...Closed
100%
1.5.1 (rel. 1xx041)
 362 Network Type IndicatorGeneralBug ReportHigh App doesn't load on boot (HTC phones) Closed
100%
1.5.2 (rel. 1xx042)
 2 vcsGeneralBug ReportMedium Timestamps are allowed to be repeated Closed
100%
 3 vcsGeneralFeature RequestMedium Allow setting output filename Closed
100%
1.11
5vcsGeneralBug ReportMediumMeta-information gets overlapped with small contact she...Assigned
0%
 13 vcsGeneralBug ReportMedium Incorrect error checking of temporary directory creatio ...Closed
100%
 26 vcsGeneralBug ReportMedium Safe renaming's mv requires "--" to be safe Closed
100%
 129 vcsGeneralBug ReportMedium Warn about renamed overrides Closed
100%
1.11.1
133mp3plotCore/GeneralBug ReportMediumrpmbuild refuses package revisionCompleted
100%
0.6.1
134mp3plotCore/GeneralBug ReportMediumrpm specfile uses fingerCompleted
100%
0.6.1
 136 vcsGeneralBug ReportMedium Ubuntu doesn't register fonts with ImageMagick Closed
100%
1.11.2
137vcsGeneralBug ReportMediumHang with RM filesUnconfirmed
0%
139mp3plotCore/GeneralBug ReportMediumInconsistent results across archesResearching
0%
?
147vcsGeneralFeature RequestMediumConfiguration options revampAssigned
90%
1.14
 149 vcsGeneralBug ReportMedium Check configuration values for correctness Closed
100%
1.12
 167 vcsGeneralSubmitted PatchMedium Improper cleanup of tempdir Closed
100%
1.12.2
 174 vcsGeneralBug ReportMedium Video length is checked against mplayer's identificatio ...Closed
100%
1.12.3
 175 vcsGeneralBug ReportMedium Failure after a certain number of uses Closed
100%
 181 relevationGeneralBug ReportMedium Wrong password produces unhandled exception Closed
100%
1.1
194vcsGeneralFeature RequestMediumFiles incorrectly reporting "too short" length aren't d...Researching
0%
?
196vcsGeneralTO-DOMediumffmpeg is deprecatedAssigned
0%
1.14
 217 vcsGeneralBug ReportMedium Unquoted grep pattern gives problems Closed
100%
1.13.1
 219 vcsGeneralSubmitted PatchMedium Arch PKGBUILD outdated Closed
100%
1.13.1
 225 vcsGeneralBug ReportMedium Number of captures exceeded by one with mplayer Closed
100%
1.13.2
Showing tasks 1 - 50 of 304 Page 1 of 7

Available keyboard shortcuts

Tasklist

Task Details

Task Editing