Reporter: Artyom Smirnov
To reproduce it enough to create long query in isql and try to cancel it with
Ctlr-C:
create database 'localhost:/tmp/test';
create sequence g;
select count(i) from (select gen_id(g,1) i from rdb$types a,rdb$types
b,rdb$types c,rdb$types d);
Looks like it was br
Issue Type: Bug
Components: Engine
Affects Versions: 3.0.5
Environment: linux
Reporter: Artyom Smirnov
In some cases firebird server can craft such database, which crashes embedded
server if embedded connection too short to complete sweep.
To
On 17.01.2020 16:29, Mark Rotteveel wrote:
On 2020-01-17 11:32, Dimitry Sibiryakov wrote:
17.01.2020 08:14, Mark Rotteveel wrote:
That is the whole point of markdown: that it is a human-readable
plain text file that can be converted to better looking HTML or PDF
with a tool.
The main feat
Components: Engine
Affects Versions: 3.0.4
Environment: Ubuntu 18.10 x86_64, Cent OS 6/7 x86_64
Reporter: Artyom Smirnov
To reproduce this bug enough to create user/try to login/drop user many times.
I digged into Srp manager and found it happen with some "
Components: TRACEMGR
Affects Versions: 3.0.4
Environment: Linux x86_64
Reporter: Artyom Smirnov
Test script
(https://gist.github.com/artyom-smirnov/076879ff9edff7f2b58147eb5665f0ed):
#!/bin/bash
DB_PATH=/tmp/testdb.fdb
DB=localhost:$DB_PATH
ISQL="/opt/firebird/bin/is
: Firebird Core
Issue Type: Bug
Components: Engine
Affects Versions: 4.0 Beta 1, 3.0.4, 3.0.3, 4.0 Alpha 1, 3.0.2, 3.0.1,
3.0.0, 4.0 Initial, 3.0.5, 4.0 Beta 2, 3.0.6
Reporter: Artyom Smirnov
The problem is because only result of vsnprintf checked, but not cause of
: Bug
Components: Engine
Affects Versions: 4.0 Beta 1, 3.0.5
Reporter: Artyom Smirnov
Reproduction steps (on master):
1. Create simple UDR trigger in examples/udr/Triggers.cpp and build it.
FB_UDR_BEGIN_TRIGGER(dummy)
FB_UDR_EXECUTE_TRIGGER
Issue Type: Bug
Components: ISQL
Affects Versions: 3.0.2
Reporter: Artyom Smirnov
Priority: Minor
Also probably inconsistency of formatting values in range -1 < 0 < 1. Padding
zeros not always rendered right.
set list;
select char_length(cast(
/ Client Library, Engine
Affects Versions: 4.0 Alpha 1, 3.0.2
Reporter: Artyom Smirnov
Can't give reproducible code+query right now, but may be description may be
enough.
In ExtEngineManager.cpp in
ExtEngineManager::ExternalContextImpl::setTransaction newTransaction obtained
: ISQL
Affects Versions: 3.0.1, 3.0.0, 3.0.2
Environment: Linux
Reporter: Artyom Smirnov
Priority: Minor
Prepare file in some non-utf8 encoding. Found this example text in
fbt-repository:
echo 'recreate table "ĄČĘĢÆĖŠŚÖÜØ£"(
"ą
> 28 марта 2016 г., в 17:25, Dimitry Sibiryakov написал(а):
>
> 28.03.2016 16:16, Jim Starkey wrote:
>> nothing else was more suitable.
>
> But still clone of Firebird repository is 10 times bigger than its sources.
>
If you do not need full history, you can do s
Components: Engine
Affects Versions: 2.5.4
Reporter: Artyom Smirnov
Reproducing:
Run isql and execute:
create database 'a';
create table a(id int);
insert into a values('1');
Do not commit anything. Then do:
killall -9 isql
Server will crash.
Bug prob
Components: Engine
Affects Versions: 2.5.3
Reporter: Artyom Smirnov
set term !;
execute block
as
begin
in autonomous transaction do
execute statement('create table a(a int)');
end!
set term ;!
--
This message is automatically generated by JIRA.
-
If
://tracker.firebirdsql.org/browse/CORE-4254
Project: Firebird Core
Issue Type: Bug
Components: Engine
Affects Versions: 2.5.2 Update 1, 2.5.3
Environment: Ubuntu 13.10 x86_64
RHEL 5.4 x86
Reporter: Artyom Smirnov
Cyclic dependency will not appear, as
14 matches
Mail list logo