CrashScope Report


1 Contextual information

AnagramSolver 2.2 4.4.4 2015-08-17
 Android SDK built for x86  PORTRAIT 1200x1920

Icon Legend:

| = Accelerometer ON/OFF     | = Network ON/OFF     | = GPS ON/OFF     | = Magnetometer ON/OFF     | = Temperature Sensor ON/OFF

2 Steps to Reproduce

The following touch events and inputs will reproduce the crash on the device, app version, and android version specified above:

*Please note that the following steps are representative, you may not have to perform every action or type all of the text characters in order to reproduce the crash.

 Tap on the "OK" Button, which is located on the Bottom of the screen.

Accelerator ONNetwork ONGPS ONMagnetometer ONThermometer ON

    

 Type"gfeopxhbke%sz" on the "" EditText, which is located on the Top of the screen.

Accelerator ONNetwork ONGPS ONMagnetometer ONThermometer ON

    

 Tap on the "" TextView, which is located on the Center of the screen.

Accelerator ONNetwork ONGPS ONMagnetometer ONThermometer ON

    

 Type"gckhnebtiy%sz" on the "" EditText, which is located on the Top of the screen.

Accelerator ONNetwork ONGPS ONMagnetometer ONThermometer ON

    

 Long-touch on the "" TextView, which is located on the Center of the screen.

Accelerator ONNetwork ONGPS ONMagnetometer ONThermometer ON

    

 Type"tslhkismnt%sz" on the "" EditText, which is located on the Top of the screen.

Accelerator ONNetwork ONGPS ONMagnetometer ONThermometer ON

    

 Tap on the "Search words!" Button, which is located on the Top of the screen.

Accelerator ONNetwork ONGPS ONMagnetometer ONThermometer ON

    

 CRASH

3 Crash Application Screen-Flow (Go top)

 
 
 
 
 
 
 

4 Crash Pruned Stack Trace (Go top)

E/AudioManagerAndroid( 2909): BLUETOOTH permission is missing!
E/eglCodecCommon( 2909): glUtilsParamSize: unknow param 0x00000b44
E/eglCodecCommon( 2909): glUtilsParamSize: unknow param 0x00000bd0
E/chromium( 2909): [ERROR:gles2_cmd_decoder_autogen.h(1082)] [GroupMarkerNotSet(crbug.com/242999)!:88DF93B9]GL ERROR :GL_INVALID_OPERATION : GetIntegerv: <- error from previous GL command
E/chromium( 2909): [ERROR:gles2_cmd_decoder_autogen.h(1082)] [GroupMarkerNotSet(crbug.com/242999)!:C85794B9]GL ERROR :GL_INVALID_OPERATION : GetIntegerv: <- error from previous GL command
E/eglCodecCommon( 2909): **** ERROR unknown type 0x0 (glSizeof,72)
E/eglCodecCommon( 2909): glUtilsParamSize: unknow param 0x00000b44
E/eglCodecCommon( 2909): glUtilsParamSize: unknow param 0x00000bd0
E/eglCodecCommon( 2909): **** ERROR unknown type 0x0 (glSizeof,72)
E/eglCodecCommon( 2909): glUtilsParamSize: unknow param 0x00000b44
E/eglCodecCommon( 2909): glUtilsParamSize: unknow param 0x00000bd0
E/eglCodecCommon( 2909): **** ERROR unknown type 0x0 (glSizeof,72)
E/eglCodecCommon( 2909): glUtilsParamSize: unknow param 0x00000b44
E/eglCodecCommon( 2909): glUtilsParamSize: unknow param 0x00000bd0
E/eglCodecCommon( 2909): **** ERROR unknown type 0x0 (glSizeof,72)
E/eglCodecCommon( 2909): glUtilsParamSize: unknow param 0x00000b44
E/eglCodecCommon( 2909): glUtilsParamSize: unknow param 0x00000bd0
E/eglCodecCommon( 2909): **** ERROR unknown type 0x0 (glSizeof,72)
E/eglCodecCommon( 2909): glUtilsParamSize: unknow param 0x00000b44
E/eglCodecCommon( 2909): glUtilsParamSize: unknow param 0x00000bd0
E/eglCodecCommon( 2909): **** ERROR unknown type 0x0 (glSizeof,72)
E/eglCodecCommon( 2909): glUtilsParamSize: unknow param 0x00000b44
E/eglCodecCommon( 2909): glUtilsParamSize: unknow param 0x00000bd0
E/eglCodecCommon( 2909): **** ERROR unknown type 0x0 (glSizeof,72)E/SQLiteLog( 2909): (1) near "ez": syntax error
E/AndroidRuntime( 2909): FATAL EXCEPTION: AsyncTask #2
E/AndroidRuntime( 2909): Process: com.as.anagramsolver, PID: 2909
E/AndroidRuntime( 2909): java.lang.RuntimeException: An error occured while executing doInBackground()
E/AndroidRuntime( 2909): 	at android.os.AsyncTask$3.done(AsyncTask.java:300)
E/AndroidRuntime( 2909): 	at java.util.concurrent.FutureTask.finishCompletion(FutureTask.java:355)
E/AndroidRuntime( 2909): 	at java.util.concurrent.FutureTask.setException(FutureTask.java:222)
E/AndroidRuntime( 2909): 	at java.util.concurrent.FutureTask.run(FutureTask.java:242)
E/AndroidRuntime( 2909): 	at android.os.AsyncTask$SerialExecutor$1.run(AsyncTask.java:231)
E/AndroidRuntime( 2909): 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1112)
E/AndroidRuntime( 2909): 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:587)
E/AndroidRuntime( 2909): 	at java.lang.Thread.run(Thread.java:841)
E/AndroidRuntime( 2909): Caused by: android.database.sqlite.SQLiteException: near "ez": syntax error (code 1): , while compiling: SELECT word FROM English WHERE aword=' 'ez'
E/AndroidRuntime( 2909): 	at android.database.sqlite.SQLiteConnection.nativePrepareStatement(Native Method)
E/AndroidRuntime( 2909): 	at android.database.sqlite.SQLiteConnection.acquirePreparedStatement(SQLiteConnection.java:889)
E/AndroidRuntime( 2909): 	at android.database.sqlite.SQLiteConnection.prepare(SQLiteConnection.java:500)
E/AndroidRuntime( 2909): 	at android.database.sqlite.SQLiteSession.prepare(SQLiteSession.java:588)
E/AndroidRuntime( 2909): 	at android.database.sqlite.SQLiteProgram.(SQLiteProgram.java:58)
E/AndroidRuntime( 2909): 	at android.database.sqlite.SQLiteQuery.(SQLiteQuery.java:37)
E/AndroidRuntime( 2909): 	at android.database.sqlite.SQLiteDirectCursorDriver.query(SQLiteDirectCursorDriver.java:44)
E/AndroidRuntime( 2909): 	at android.database.sqlite.SQLiteDatabase.rawQueryWithFactory(SQLiteDatabase.java:1314)
E/AndroidRuntime( 2909): 	at android.database.sqlite.SQLiteDatabase.rawQuery(SQLiteDatabase.java:1253)
E/AndroidRuntime( 2909): 	at com.as.anagramsolver.DictionaryDBCreator.rawQueryResults(DictionaryDBCreator.java:189)
E/AndroidRuntime( 2909): 	at com.as.anagramsolver.DictionaryDBCreator.getMatchingAnagrams(DictionaryDBCreator.java:172)
E/AndroidRuntime( 2909): 	at com.as.anagramsolver.StartPage$DBSearchTask.searchAllMatchingAnagrams(StartPage.java:208)
E/AndroidRuntime( 2909): 	at com.as.anagramsolver.StartPage$DBSearchTask.doInBackground(StartPage.java:142)
E/AndroidRuntime( 2909): 	at com.as.anagramsolver.StartPage$DBSearchTask.doInBackground(StartPage.java:1)
E/AndroidRuntime( 2909): 	at android.os.AsyncTask$2.call(AsyncTask.java:288)
E/AndroidRuntime( 2909): 	at java.util.concurrent.FutureTask.run(FutureTask.java:237)
E/AndroidRuntime( 2909): 	... 4 more