-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Closed
Description
00:43:26 00:25.560 org.h2.test.synth.TestCrashAPI 00:43:26 seed: 697702230
ERROR: new TestCrashAPI().init(test).testCase(697702230); // Bug 399042866 id=771 callCount=757 openCount=7 General error: "java.lang.NullPointerException" [50000-219] org.h2.jdbc.JdbcSQLNonTransientException: General error: "java.lang.NullPointerException" [50000-219] ------------------------------
org.h2.jdbc.JdbcSQLNonTransientException: General error: "java.lang.NullPointerException" [50000-219]
at org.h2.message.DbException.getJdbcSQLException(DbException.java:554)
at org.h2.message.DbException.getJdbcSQLException(DbException.java:477)
at org.h2.message.DbException.get(DbException.java:212)
at org.h2.message.DbException.convert(DbException.java:395)
at org.h2.message.DbException.toSQLException(DbException.java:367)
at org.h2.message.TraceObject.logAndConvert(TraceObject.java:365)
at org.h2.jdbc.JdbcStatement.executeUpdate(JdbcStatement.java:1094)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at org.h2.test.synth.TestCrashAPI.callRandom(TestCrashAPI.java:394)
at org.h2.test.synth.TestCrashAPI.testCase(TestCrashAPI.java:348)
at org.h2.test.synth.TestCrashAPI.test(TestCrashAPI.java:175)
at org.h2.test.TestBase.runTest(TestBase.java:145)
at org.h2.test.TestAll.addTest(TestAll.java:987)
at org.h2.test.TestAll.test(TestAll.java:814)
at org.h2.test.TestAll.runTests(TestAll.java:603)
at org.h2.test.TestAll.testAll(TestAll.java:547)
at org.h2.test.TestAll.run(TestAll.java:488)
at org.h2.test.TestAll.main(TestAll.java:432)
Caused by: java.lang.NullPointerException
at org.h2.util.ParserUtil.getTokenType(ParserUtil.java:679)
at org.h2.util.ParserUtil.isKeyword(ParserUtil.java:621)
at org.h2.command.Parser.isKeyword(Parser.java:5945)
at org.h2.command.Parser.java:6144)
at org.h2.command.Parser.readIfDataType(Parser.java:6105)
at org.h2.command.Parser.parseColumnWithType(Parser.java:6087)
at org.h2.command.Parser.parseColumnForTable(Parser.java:5966)
at org.h2.command.Parser.parseTableColumnDefinition(Parser.java:9349)
at org.h2.command.Parser.parseCreateTable(Parser.java:9289)
at org.h2.command.Parser.parseCreate(Parser.java:6802)
at org.h2.command.Parser.parsePrepared(Parser.java:763)
at org.h2.command.Parser.parse(Parser.java:689)
at org.h2.command.Parser.parse(Parser.java:661)
at org.h2.command.Parser.prepareCommand(Parser.java:569)
at org.h2.engine.SessionLocal.prepareLocal(SessionLocal.java:631)
at org.h2.engine.SessionLocal.prepareCommand(SessionLocal.java:554)
at org.h2.jdbc.JdbcConnection.prepareCommand(JdbcConnection.java:1116)
at org.h2.jdbc.JdbcStatement.executeUpdateInternal(JdbcStatement.java:186)
at org.h2.jdbc.JdbcStatement.executeUpdate(JdbcStatement.java:1091)
... 14 more
Metadata
Metadata
Assignees
Labels
No labels