Bug #2602

Bug #2614: Bulk Issues Reported by IMCK

crash when deleting a clip

Added by SteveWyshy about 4 years ago. Updated almost 4 years ago.

Status:FeedbackStart date:11/21/2013
Priority:NormalDue date:
Assignee:vitriolix% Done:

0%

Category:-
Target version:Bugs
Component:

Description

=========================
Manufacturer: Sony Ericsson
Model: LT18i
Brand: SEMC
Version: 4.0.4 (REL)
Building: SEMC/LT18i_1254-2246/LT18i: 4.0.4/4.1.B.0.587/tL1_3w: user / release-keys
Kernel: Linux version 2.6.32.9-perf (BuildUser @ BuildHost) (gcc version 4.4.3 (GCC)) # 1 PREEMPT Wed Jul 4 12:32:24 2012
CPU: 1 core (s) 1.4 GHz
Structure of the CPU: 7
Features CPU: swp half thumb fastmult vfp edsp neon vfpv3
Council Platform: msm7x30
Instruction Set: armeabi-v7a (+ armeabi)
Accuracy: 480 x 854
Screen size available (DIP): 320 x 544 (smallest: 320)
Density: 1.5 (240)
Font Size: 1.0
Button master device: true
Location: ar_EG
Total Memory: 348044 kB
Free Memory: 9456 kB =========================

Issue reported by

log.txt Magnifier (146 KB) SteveWyshy, 11/21/2013 04:42 pm

build.prop (3.56 KB) SteveWyshy, 11/21/2013 04:42 pm

History

#1 Updated by SteveWyshy about 4 years ago

  • Parent task set to #2614

#2 Updated by vitriolix about 4 years ago

  • Status changed from New to Feedback
  • Assignee changed from vitriolix to SteveWyshy

Looks like this crashed when deleting a clip. It would be immensely helpful to know how they did this. What kind of story, how many clips, any strange steps they may have taken, etc

exception:

11-21 10:53:44.258  4138  4138 E AndroidRuntime: FATAL EXCEPTION: main
11-21 10:53:44.258  4138  4138 E AndroidRuntime: java.lang.IndexOutOfBoundsException: Invalid index 8, size is 8
11-21 10:53:44.258  4138  4138 E AndroidRuntime:     at java.util.ArrayList.throwIndexOutOfBoundsException(ArrayList.java:251)
11-21 10:53:44.258  4138  4138 E AndroidRuntime:     at java.util.ArrayList.get(ArrayList.java:304)
11-21 10:53:44.258  4138  4138 E AndroidRuntime:     at info.guardianproject.mrapp.media.MediaProjectManager.deleteCurrentClip(MediaProjectManager.java:166)
11-21 10:53:44.258  4138  4138 E AndroidRuntime:     at info.guardianproject.mrapp.SceneEditorActivity.deleteCurrentShot(SceneEditorActivity.java:272)
11-21 10:53:44.258  4138  4138 E AndroidRuntime:     at info.guardianproject.mrapp.SceneEditorActivity.onOptionsItemSelected(SceneEditorActivity.java:184)
11-21 10:53:44.258  4138  4138 E AndroidRuntime:     at android.support.v4.app.Watson.onMenuItemSelected(Watson.java:119)
11-21 10:53:44.258  4138  4138 E AndroidRuntime:     at com.actionbarsherlock.ActionBarSherlock.callbackOptionsItemSelected(ActionBarSherlock.java:603)
11-21 10:53:44.258  4138  4138 E AndroidRuntime:     at com.actionbarsherlock.internal.ActionBarSherlockNative.dispatchOptionsItemSelected(ActionBarSherlockNative.java:78)
11-21 10:53:44.258  4138  4138 E AndroidRuntime:     at org.holoeverywhere.addon.Sherlock$SherlockA.onMenuItemSelected(Sherlock.java:105)
11-21 10:53:44.258  4138  4138 E AndroidRuntime:     at org.holoeverywhere.app.Activity.onMenuItemSelected(Activity.java:189)
11-21 10:53:44.258  4138  4138 E AndroidRuntime:     at com.android.internal.policy.impl.PhoneWindow.onMenuItemSelected(PhoneWindow.java:969)
11-21 10:53:44.258  4138  4138 E AndroidRuntime:     at com.android.internal.view.menu.MenuBuilder.dispatchMenuItemSelected(MenuBuilder.java:735)
11-21 10:53:44.258  4138  4138 E AndroidRuntime:     at com.android.internal.view.menu.MenuItemImpl.invoke(MenuItemImpl.java:149)
11-21 10:53:44.258  4138  4138 E AndroidRuntime:     at com.android.internal.view.menu.MenuBuilder.performItemAction(MenuBuilder.java:874)
11-21 10:53:44.258  4138  4138 E AndroidRuntime:     at com.android.internal.view.menu.ListMenuPresenter.onItemClick(ListMenuPresenter.java:163)
11-21 10:53:44.258  4138  4138 E AndroidRuntime:     at android.widget.AdapterView.performItemClick(AdapterView.java:292)
11-21 10:53:44.258  4138  4138 E AndroidRuntime:     at android.widget.AbsListView.performItemClick(AbsListView.java:1065)
11-21 10:53:44.258  4138  4138 E AndroidRuntime:     at android.widget.AbsListView$PerformClick.run(AbsListView.java:2522)
11-21 10:53:44.258  4138  4138 E AndroidRuntime:     at android.widget.AbsListView$1.run(AbsListView.java:3183)
11-21 10:53:44.258  4138  4138 E AndroidRuntime:     at android.os.Handler.handleCallback(Handler.java:605)
11-21 10:53:44.258  4138  4138 E AndroidRuntime:     at android.os.Handler.dispatchMessage(Handler.java:92)
11-21 10:53:44.258  4138  4138 E AndroidRuntime:     at android.os.Looper.loop(Looper.java:137)
11-21 10:53:44.258  4138  4138 E AndroidRuntime:     at android.app.ActivityThread.main(ActivityThread.java:4441)
11-21 10:53:44.258  4138  4138 E AndroidRuntime:     at java.lang.reflect.Method.invokeNative(Native Method)
11-21 10:53:44.258  4138  4138 E AndroidRuntime:     at java.lang.reflect.Method.invoke(Method.java:511)
11-21 10:53:44.258  4138  4138 E AndroidRuntime:     at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:784)
11-21 10:53:44.258  4138  4138 E AndroidRuntime:     at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:551)
11-21 10:53:44.258  4138  4138 E AndroidRuntime:     at dalvik.system.NativeStart.main(Native Method)
11-21 10:53:44.288   306  1343 W ActivityManager:   Force finishing activity info.guardianproject.mrapp/.SceneEditorActivity

#3 Updated by vitriolix about 4 years ago

  • Target version changed from Bugs to Beta 4

#4 Updated by vitriolix about 4 years ago

  • Subject changed from Test to crash when deleting a clip

#5 Updated by vitriolix about 4 years ago

  • Target version changed from Beta 4 to Bugs

#6 Updated by SteveWyshy almost 4 years ago

  • Assignee changed from SteveWyshy to vitriolix

Hey Josh,

From talking to Brian it appears that this bug occurs when people try to delete clips from the Edit screen. This is a logical feature to include, but definitely not in the current user flows.

Also available in: Atom PDF