Re: Strange crashes in JDBC code in multithreaded application.

Поиск
Список
Период
Сортировка
От L. Rahyen
Тема Re: Strange crashes in JDBC code in multithreaded application.
Дата
Msg-id 200708061804.34742.research@science.su
обсуждение исходный текст
Ответ на Re: Strange crashes in JDBC code in multithreaded application.  (Kris Jurka <books@ejurka.com>)
Список pgsql-jdbc
On Sunday August 5 2007 02:57, Kris Jurka wrote:
> On Sun, 5 Aug 2007, L. Rahyen wrote:
> > Exception in thread "Thread-108" java.lang.NullPointerException
> >   at
> > org.postgresql.core.v3.QueryExecutorImpl.execute(QueryExecutorImpl.java:1
> >82) at ...
> >   at java.lang.Thread.run(libgcj.so.70)
>
> This area of code reads:
>
> 175        if (parameters == null)
> 176            parameters = SimpleQuery.NO_PARAMETERS;
> 177
> 178        boolean describeOnly = (QUERY_DESCRIBE_ONLY & flags) != 0;
> 179
> 180        // Check parameters are all set..
> 181        if (!describeOnly)
> 182            ((V3ParameterList)parameters).checkAllParametersSet();
>
> So it's complaining that parameters is null, but the code on line 175
> should take care of that case.  I note that you're using GCJ, does this
> problem occur when using a Sun JVM?

    I have tried Sun JRE and after some time of testing I still don't see this
problem. So, bug was in GCJ. Sorry for the noise and thanks for your help!

В списке pgsql-jdbc по дате отправления:

Предыдущее
От: Kris Jurka
Дата:
Сообщение: Re: Strange crashes in JDBC code in multithreaded application.
Следующее
От: Håkan Jacobsson
Дата:
Сообщение: Restore database from zipped textfile (.sql) created by pg_dumpall