All Projects

ID Project Category Task Type Severity Summary Status Progress  desc 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.

 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.

 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

 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.

 353 Network Type IndicatorGeneralTO-DOHigh Release 1.5.1 Closed
100%
Meta: Release Cycle Task Description

This is a meta-item depending on bugs/features required to complete before releasing nettype 1.5.1.

1.5.1 is a hotfix release for issues found during the staged release of 1.5.

Previous:  FS#215  (1.5),  FS#252  (1.4),  FS#203  (1.3)
Next: FS#329 (1.6)

 354 Network Type IndicatorGeneralBug ReportHigh Vectorial icons don't render properly in Lollipop nor M ...Closed
100%
1.5.1 (rel. 1xx041) Task Description

Reported by Sarah Thomasson 15/08/2017 on Google Play:

The new ‘4’ is missing the triangle in the body of the glyph 4 -.-

 362 Network Type IndicatorGeneralBug ReportHigh App doesn't load on boot (HTC phones) Closed
100%
1.5.2 (rel. 1xx042) Task Description

Reported by Andrew 21/8/2017 over email

[...] on my HTC 10 running Marshmallow, it fails to startup on boot.

 2 vcsGeneralBug ReportMedium Timestamps are allowed to be repeated Closed
100%
Task Description

.

 3 vcsGeneralFeature RequestMedium Allow setting output filename Closed
100%
1.11 Task Description

.

 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
 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
 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
 264 Quick File ShareBug ReportMedium file:// URIs aren't handled Closed
100%
0.13 (rel. 13)
 268 Quick File ShareBug ReportMedium "Share" button can't be enabled/disabled after sharing  ...Closed
100%
0.14 (rel. 14)
 309 Network Type IndicatorFeature RequestMedium Allow removing notification from lock screen in Lollipo ...Closed
100%
?
 311 vcsGeneralBug ReportMedium Allow disabling coloured output altogether Closed
100%
1.13.3
 314 vcsGeneralSubmitted PatchMedium Patch for approximate size calculation Closed
100%
1.13.3
 349 Network Type IndicatorGeneralTO-DOMedium Remove requirement of permission READ_PHONE_STATE Closed
100%
1.5 (rel. xx039)
 4 vcsGeneralFeature RequestLow Allow more complex, human readable timestamps Closed
100%
 6 vcsGeneralFeature RequestLow Allow overriding default command-line Closed
100%
 7 vcsGeneralBug ReportLow Broken program signature Closed
100%
 8 vcsGeneralBug ReportLow Temporary files are not removed when interrupted Closed
100%
 10 vcsGeneralBug ReportLow Incorrect number of captures printed to console Closed
100%
Showing tasks 1 - 50 of 308 Page 1 of 7

Available keyboard shortcuts

Tasklist

Task Details

Task Editing