forums › forums › SQLyog › Sync tools, Migration, Scheduled Backup and Notifications › Sja V6.0.4 Segmentation Fault On Centos 4.4 / Mysql 4.1.20
- This topic is empty.
-
AuthorPosts
-
-
July 2, 2007 at 1:54 pm #10426John BernsMember
Running SJA 6.0.4 on CentOS 4.4 / MySQL 4.1.20 (source and target; both systems are mirrors of each other).
I get a segmentation fault on the same database, same table, everytime. Other databases sync without a hitch.
Output (from Logfile):
Sync started at Mon Jul 2 07:30:34 2007
`g2_AccessMap` 10 10 1st Phase : 0 0 No Change
`g2_AccessMap` 10 10 1st Phase : 0 0 No Change
`g2_AccessSubscriberMap` 158 158 1st Phase : 0 0 No Change
.
.
.
`g2_TkOperatnMimeTypeMap` 85 85 WARNING: No primary key found in table `g2_TkOperatnMimeTypeMap`. This might result in error.1st Phase : 0 0 No Change
`g2_TkOperatnMimeTypeMap` 85 85 WARNING: No primary key found in table `g2_TkOperatnMimeTypeMap`. This might result in error.1st Phase : 0 0 No Change
`g2_TkOperatnParameterMap` 27 27 Segmentation fault
Config file:
source.hostname user password 3306 [default] tourthai_joomla target.hostname user password 3306 [default] tourthai_joomla Dump of Table:
—
— Table structure for table `g2_TkOperatnParameterMap`
—
CREATE TABLE `g2_TkOperatnParameterMap` (
`g_operationName` varchar(128) NOT NULL default '',
`g_position` int(11) NOT NULL default '0',
`g_type` varchar(128) NOT NULL default '',
`g_description` varchar(255) default NULL,
KEY `g2_TkOperatnParameterMap_2014` (`g_operationName`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
—
— Dumping data for table `g2_TkOperatnParameterMap`
—
INSERT INTO `g2_TkOperatnParameterMap` (`g_operationName`, `g_position`, `g_type`, `g_description`) VALUES
('scale', 0, 'int', 'target width (# pixels or #% of full size)'),
('scale', 1, 'int', '(optional) target height, defaults to same as width'),
('thumbnail', 0, 'int', 'target width (# pixels or #% of full size)'),
('thumbnail', 1, 'int', '(optional) target height, defaults to same as width'),
('resize', 0, 'int', 'target width (# pixels or #% of full size)'),
('resize', 1, 'int', 'target height (# pixels or #% of full size)'),
('rotate', 0, 'int', 'rotation degrees'),
('crop', 0, 'float', 'left edge %'),
('crop', 1, 'float', 'top edge %'),
('crop', 2, 'float', 'width %'),
('crop', 3, 'float', 'height %'),
('composite', 0, 'string', 'overlay path'),
('composite', 1, 'string', 'overlay mime type'),
('composite', 2, 'int', 'overlay width'),
('composite', 3, 'int', 'overlay height'),
('composite', 4, 'string', 'alignment type'),
('composite', 5, 'int', 'alignment x %'),
('composite', 6, 'int', 'alignment y %'),
('compress', 0, 'int', 'target size in kb'),
('scale', 0, 'int', 'target width (# pixels or #% of full size)'),
('thumbnail', 0, 'int', 'target width (# pixels or #% of full size)'),
('resize', 0, 'int', 'target width (# pixels or #% of full size)'),
('resize', 1, 'int', 'target height (# pixels or #% of full size)'),
('scale', 0, 'int', 'target width (# pixels or #% of full size)'),
('thumbnail', 0, 'int', 'target width (# pixels or #% of full size)'),
('resize', 0, 'int', 'target width (# pixels or #% of full size)'),
('resize', 1, 'int', 'target height (# pixels or #% of full size)'),
('scale', 0, 'int', 'target width (# pixels or #% of full size)'),
('thumbnail', 0, 'int', 'target width (# pixels or #% of full size)'),
('resize', 0, 'int', 'target width (# pixels or #% of full size)'),
('resize', 1, 'int', 'target height (# pixels or #% of full size)');
Any more info I can provide, please post here!
-
July 2, 2007 at 3:22 pm #24439peterlaursenParticipant
It looks like your information is pretty much complete.
it is late here now, but we will check this tomorrow!
-
July 3, 2007 at 8:18 am #24440peterlaursenParticipant
Issue confirmed. We are working on the fix!
-
July 4, 2007 at 10:21 am #24441John BernsMemberpeterlaursen wrote on Jul 3 2007, 03:18 PM:Issue confirmed. We are working on the fix!
I hope it was helpful.
-
July 4, 2007 at 2:01 pm #24442adarshMember
We have fixed the issue and you can download a not released version from the following link:
http://www.webyog.com/downloads/betas/not_…605beta1.tar.gz
Try this and let us know the details.
Thanks for reporting.
-
-
AuthorPosts
- You must be logged in to reply to this topic.